summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/b2c2/flexcop_ibi_value_le.h
Commit message (Collapse)AuthorAgeFilesLines
* V4L/DVB (11287): Code cleanup (passes checkpatch now) of the ↵Uwe Bugla2009-03-301-5/+2
| | | | | | | | | | | | b2c2-flexcop-drivers 1/2 This patch cleans up the source code of the b2c2 flexcop-driver. It is the first of a total of two. The code is now passing the checkpatch-script. Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [PATCH] dvb: flexcop: woraround irq stop problemPatrick Boettcher2005-07-071-1/+8
| | | | | | | | | | | | | | The flexcop chip often stops generating interrupts after some hours of operation. Apparently this can be fixed by resetting register block 0x300 at each channel change (this is not detailed in the flexcop data books). This patch also restructures DMA handling and adds a bit of debug code for the irq problem in case it still happens for someone. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] dvb: flexcop: add big endian register definitionsPatrick Boettcher2005-07-071-0/+451
Add big-endian register definitions for running on a PowerPC. (Thanks to Paavo Hartikainen for testing.) Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>