summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7164/saa7164.h
AgeCommit message (Collapse)Author
2009-08-12SAA7164: IRQ / message timeout related changeSteven Toth
From: Steven Toth <stoth@kernellabs.com> In some cases we're seeing large timeouts on commands. I'm changing the implementation so that the deferred worker checks the PCI bus for any messages and signals the waiting caller accordingly. The previous mechanism was too unreliable. Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-07-30SAA7164: Added waitsecs module parameterSteven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Added waitsecs module parameter Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-11SAA7164: Fix the 88021 definition to work with production boards.Steven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Fix the 88021 definition to work with production boards. Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-12SAA7164: Removed spurious I2C errors during driver load with DVB-T boards.Steven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Removed spurious I2C errors during driver load with DVB-T boards. Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-10SAA7164: Remove volatiles for PCI writes (coding style violation)Steven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Remove volatiles for PCI writes (coding style violation) Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-09SAA7164: Fix some 32/64bit compile time warningsSteven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Fix some 32/64bit compile time warnings Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-09SAA7164: Add support for the NXP SAA7164 siliconSteven Toth
From: Steven Toth <stoth@kernellabs.com> This patch adds support for all of the known shipping Hauppauge HVR-2200 and HVR-2250 boards. Digital TV ATSC/QAM and DVB-T is enabled at this time. Both tuners are supported. Volatiles and typedefs need rework, the rest is coding style compliant. Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>