summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7164
AgeCommit message (Collapse)Author
2009-08-08SAA7164: Cleanup a printkSteven Toth
From: Steven Toth <stoth@kernellabs.com> Cleanup a printk and output two helpful driver params in debug mode. 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-15SAA7164: Ensure we specify I/F's for all bandwidthsSteven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Ensure we specify I/F's for all bandwidths Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-14SAA7164: Fix i2c eeprom read errors during load (some boards).Steven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Fix i2c eeprom read errors during load (some boards). Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-13SAA7164: Fix IRQ related system hang when firmware is not found.Steven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Fix IRQ related system hang when firmware is not found. Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-12SAA7164: Fixed the missing eeprom parse on a specific board.Steven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Fixed the missing eeprom parse on a specific board. 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-11SAA7164: OOPS avoidance during interrupt handlingSteven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: OOPS avoidance during interrupt handling Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-11SAA7164: Increase firmware load toleranceSteven Toth
From: Steven Toth <stoth@kernellabs.com> It's timing out and aborting firmware load too quickly on some platforms, this increases the upper limit. 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-10SAA7164: Email address changeSteven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Email address change Priority: normal Signed-off-by: Steven Toth <stoth@kernellabs.com>
2009-05-10SAA7164: Adjust I/F's to the TDA10048 enabling DVB-T lockSteven Toth
From: Steven Toth <stoth@kernellabs.com> SAA7164: Adjust I/F's to the TDA10048 enabling DVB-T lock 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>