This patch series is also available under v4l-dvb.git tree at:
kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Linus, please push these from master branch.
It contains the following stuff:
- Remove old MODULE_PARM in media/video/
- bttv semaphore to mutex conversion
- removed uneeded init on structs like static int foo=0
- Include missing MODULE_* macros
- Build cx88-alsa when CONFIG_VIDEO_CX88_ALSA is selected.
- Updated MODULE_AUTHOR
- Redesign tuners struct for maximum flexibility
- Add support for Samsung tuner TCPN 2121P30A
- disable all dvb tuner param_types until we need them
- i2c ids for upd64031a saa717x upd64083 wm8739
- Turn frame locked sound on, basic support for FM radio with TDA8275(a)
- git dvb callbacks fix
- cx88 Kconfig fixes for cx88-alsa
- make some code static
- Fix for lack of analog output on some cx88 boards
- Semaphore to mutex conversion on drivers/media
- Fix compilation with Alpha
- Move tda988x options into tuner_params struct.
- Separate tv & radio freqs, fix cb/freq transmit order for tuners that need this.
- Return -EINVAL for unknown commands in msp3400 module.
- fix some sound quality & distortion problems.
- clean up some comments
- tuner_params->tda988x is currently unused, so disable
- Samsung TBMV30111IN has 6 entries
- Added remote control support for pinnacle pctv
Cheers,
Mauro
---
Documentation/video4linux/CARDLIST.tuner | 1
drivers/media/dvb/bt8xx/bt878.c | 2
drivers/media/dvb/dvb-core/dvbdev.c | 22
drivers/media/dvb/dvb-usb/cxusb.c | 2
drivers/media/dvb/frontends/dvb-pll.c | 2
drivers/media/dvb/ttpci/av7110.c | 4
drivers/media/dvb/ttpci/av7110_hw.c | 40
drivers/media/dvb/ttpci/av7110_hw.h | 12
drivers/media/video/Makefile | 3
drivers/media/video/arv.c | 6
drivers/media/video/bt832.c | 2
drivers/media/video/btcx-risc.c | 2
drivers/media/video/bttv-cards.c | 6
drivers/media/video/bttv-driver.c | 87 -
drivers/media/video/bttv-i2c.c | 6
drivers/media/video/bttvp.h | 5
drivers/media/video/cx25840/cx25840-core.c | 4
drivers/media/video/cx88/Kconfig | 3
drivers/media/video/cx88/Makefile | 1
drivers/media/video/cx88/cx88-alsa.c | 9
drivers/media/video/cx88/cx88-core.c | 15
drivers/media/video/cx88/cx88-tvaudio.c | 8
drivers/media/video/cx88/cx88-vp3054-i2c.c | 4
drivers/media/video/em28xx/em28xx-input.c | 77
drivers/media/video/em28xx/em28xx-video.c | 7
drivers/media/video/msp3400-driver.c | 14
drivers/media/video/msp3400.h | 8
drivers/media/video/mt20xx.c | 12
drivers/media/video/planb.c | 4
drivers/media/video/saa6588.c | 10
drivers/media/video/saa711x.c | 2
drivers/media/video/saa7134/saa7134-cards.c | 6
drivers/media/video/saa7134/saa7134-core.c | 21
drivers/media/video/saa7134/saa7134-tvaudio.c | 11
drivers/media/video/tda8290.c | 4
drivers/media/video/tea5767.c | 18
drivers/media/video/tuner-core.c | 85 -
drivers/media/video/tuner-simple.c | 794 ----------
drivers/media/video/tuner-types.c | 1406 ++++++++++++++++++
drivers/media/video/tveeprom.c | 2
drivers/media/video/tvp5150.c | 2
drivers/media/video/v4l2-common.c | 1
drivers/media/video/videodev.c | 25
include/linux/i2c-id.h | 4
include/media/tuner-types.h | 73
include/media/tuner.h | 10
include/media/v4l2-common.h | 7
47 files changed, 1870 insertions(+), 979 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]