summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7164
AgeCommit message (Collapse)Author
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>