[PATCH 00/18] V4L/DVB updates



Linus,

Please pull these from master branch at:
kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git

It contains the following stuff:

- Cx88-blackbird: implement VIDIOC_QUERYCTRL and VIDIOC_QUERYMENU
- Remove all instances of request_module("tda9887")
- Subject: videocodec: make 1-bit fields unsigned
- Add tda9887-specific tuner configuration
- Fix tveeprom supported standards
- Always log pvrusb2 device register / unregister events
- Eliminate use of tda9887 from pvrusb2 driver
- The FE_SET_FRONTEND_TUNE_MODE ioctl always returns EOPNOTSUPP
- Fix CI on old KNC1 DVBC cards
- Fix CI interface on PRO KNC1 cards
- TDA9887_SET_CONFIG should only be handled by the tda9887.
- Fix: use swzigzag for swalgo
- Cx24123: fix set_voltage function according to the specs
- Cx88: add support for Geniatech Digistar / Digiwave 103g
- Pvrusb2/: possible cleanups
- Clean out a zillion sparse warnings in pvrusb2
- Missing statement in drivers/media/dvb/frontends/cx22700.c
- Add support for the TCL M2523_3DB_E tuner.

Cheers,
Mauro.

V4L/DVB development is hosted at http://linuxtv.org
---

Documentation/video4linux/CARDLIST.cx88 | 1
drivers/media/dvb/dvb-core/dvb_frontend.c | 4
drivers/media/dvb/frontends/cx22700.c | 1
drivers/media/dvb/frontends/cx24123.c | 4
drivers/media/dvb/ttpci/budget-av.c | 15
drivers/media/video/bt8xx/bttv-cards.c | 5
drivers/media/video/cx88/cx88-blackbird.c | 43 ++
drivers/media/video/cx88/cx88-cards.c | 19 +
drivers/media/video/cx88/cx88-dvb.c | 28 +
drivers/media/video/cx88/cx88-video.c | 61 ++-
drivers/media/video/cx88/cx88.h | 3
drivers/media/video/em28xx/em28xx-video.c | 2
drivers/media/video/msp3400-driver.h | 4
drivers/media/video/pvrusb2/Makefile | 2
drivers/media/video/pvrusb2/pvrusb2-audio.c | 4
drivers/media/video/pvrusb2/pvrusb2-context.c | 14
drivers/media/video/pvrusb2/pvrusb2-ctrl.c | 6
drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c | 6
drivers/media/video/pvrusb2/pvrusb2-debugifc.c | 6
drivers/media/video/pvrusb2/pvrusb2-demod.c | 126 --------
drivers/media/video/pvrusb2/pvrusb2-demod.h | 38 --
drivers/media/video/pvrusb2/pvrusb2-eeprom.c | 4
drivers/media/video/pvrusb2/pvrusb2-encoder.c | 4
drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 17 -
drivers/media/video/pvrusb2/pvrusb2-hdw.c | 172 ++++-------
drivers/media/video/pvrusb2/pvrusb2-hdw.h | 32 --
drivers/media/video/pvrusb2/pvrusb2-i2c-chips-v4l2.c | 6
drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c | 4
drivers/media/video/pvrusb2/pvrusb2-i2c-core.c | 34 +-
drivers/media/video/pvrusb2/pvrusb2-i2c-core.h | 3
drivers/media/video/pvrusb2/pvrusb2-io.c | 57 ---
drivers/media/video/pvrusb2/pvrusb2-io.h | 13
drivers/media/video/pvrusb2/pvrusb2-ioread.c | 34 --
drivers/media/video/pvrusb2/pvrusb2-ioread.h | 1
drivers/media/video/pvrusb2/pvrusb2-main.c | 10
drivers/media/video/pvrusb2/pvrusb2-std.c | 6
drivers/media/video/pvrusb2/pvrusb2-sysfs.c | 14
drivers/media/video/pvrusb2/pvrusb2-tuner.c | 2
drivers/media/video/pvrusb2/pvrusb2-v4l2.c | 42 +-
drivers/media/video/pvrusb2/pvrusb2-video-v4l.c | 4
drivers/media/video/pvrusb2/pvrusb2-wm8775.c | 2
drivers/media/video/saa7134/saa7134-core.c | 2
drivers/media/video/tda9887.c | 4
drivers/media/video/tuner-core.c | 12
drivers/media/video/tuner-simple.c | 74 ++++
drivers/media/video/tuner-types.c | 38 ++
drivers/media/video/tveeprom.c | 18 -
drivers/media/video/videocodec.h | 16 -
include/media/tuner-types.h | 55 +++
49 files changed, 524 insertions(+), 548 deletions(-)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • [PATCH 000/196] V4L/DVB updates
    ... this series adds support for a bunch of newer cards and newer ... pvrusb2 and do several other fixes and improvements. ... Fix authorship references ... Pvrusb2: Stream configuration cleanups ...
    (Linux-Kernel)
  • [PATCH 00/26] V4L/DVB updates - UPDATED
    ... - Included required header for in-kernel compilation ... Fix warning when compiling on 64 bit machines ... Rearrange things in pvrusb2 driver in preparation for using cx2341x module ... Make sure flags field is initialized when quering a control in pvrusb2 ...
    (Linux-Kernel)
  • Re: [PATCH 00/23] V4L/DVB fixes
    ... Correctly handle sysfs error leg file removal in pvrusb2 ... Fix unstable DISEQC behaviour on budget cards. ...
    (Linux-Kernel)