Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | V4L/DVB (10129): dvb: remove deprecated use of RW_LOCK_UNLOCKED in frontends | Steven Rostedt | 2008-12-30 | 1 | -2/+2 |
| | | | | | | | | | | | | Impact: clean up RW_LOCK_UNLOCKED is deprecated. This patch replaces it with the __RW_LOCK_UNLOCKED(lock) macro. This change was a little trickier than others due to the macro being used in another macro that fills an array. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||||
* | V4L/DVB (7736): This patch adds support for the Micronas DRX3975D/DRX3977D ↵ | Henk Vergonet | 2008-07-23 | 1 | -0/+40 |
DVB-T demodulator The module needs an external firmware file. The module has been tested on a Pinnacle 330e, but with modules that are currently not part of the linux-dvb tree. So consider this highly experimental, don't use this code unless you are an experienced kernel developer. create mode 100644 drivers/media/dvb/frontends/drx397xD.c create mode 100644 drivers/media/dvb/frontends/drx397xD.h create mode 100644 drivers/media/dvb/frontends/drx397xD_fw.h Signed-off-by: Henk Vergonet <henk.vergonet@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> |