mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 00/16] V4L/DVB updates
@ 2006-01-23 20:24 mchehab
  2006-01-23 20:24 ` [PATCH 01/16] Added credits for em28xx-video.c mchehab
                   ` (15 more replies)
  0 siblings, 16 replies; 23+ messages in thread
From: mchehab @ 2006-01-23 20:24 UTC (permalink / raw)
  To: linux-kernel, torvalds; +Cc: linux-dvb-maintainer, video4linux-list, akpm

        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 pull these from master branch.

        The biggest change here is a removed module, whose features are now included
at a generic module.

        Also available at -git repository a devel branch with newer pending stuff for
2.6.17.

        This series contains the following stuff:

   - Added credits for em28xx-video.c
   - Add PCI ID for DigitalNow DVB-T Dual, rebranded DViCO FusionHDTV DVB-T Dual.
   - Add probe check for the tda9840.
   - VIDEO_CX88_ALSA must select SND_PCM
   - Fixes tvp5150a/am1 detection.
   - Mark Typhoon cards as Lifeview OEM's
   - Kill nxt2002 in favor of the nxt200x module
   - rename dvb_pll_tbmv30111in to dvb_pll_samsung_tbmv
   - Recognise Hauppauge card #34519
   - make VP-3054 Secondary I2C Bus Support a Kconfig option.
   - Cause tda9887 to use I2C_DRIVERID_TDA9887
   - drivers/media/dvb/ possible cleanups
   - Missing break statement on tuner-core
   - fixed spelling error, exectuted --> executed.
   - Fix printk type warning
   - changed comment in tuner-core.c

Cheers,
Mauro

---

 Documentation/video4linux/CARDLIST.cx88      |    2 
 Documentation/video4linux/CARDLIST.saa7134   |    6 
 drivers/media/dvb/b2c2/Kconfig               |    2 
 drivers/media/dvb/b2c2/flexcop-common.h      |    2 
 drivers/media/dvb/b2c2/flexcop-dma.c         |   35 
 drivers/media/dvb/b2c2/flexcop-fe-tuner.c    |   11 
 drivers/media/dvb/b2c2/flexcop-misc.c        |    6 
 drivers/media/dvb/b2c2/flexcop-pci.c         |    6 
 drivers/media/dvb/b2c2/flexcop-reg.h         |    4 
 drivers/media/dvb/dvb-usb/cxusb.c            |    8 
 drivers/media/dvb/dvb-usb/dvb-usb-firmware.c |    8 
 drivers/media/dvb/dvb-usb/dvb-usb.h          |    1 
 drivers/media/dvb/dvb-usb/vp702x.c           |    6 
 drivers/media/dvb/dvb-usb/vp702x.h           |    2 
 drivers/media/dvb/frontends/Kconfig          |   12 
 drivers/media/dvb/frontends/Makefile         |    1 
 drivers/media/dvb/frontends/dvb-pll.c        |    8 
 drivers/media/dvb/frontends/dvb-pll.h        |    2 
 drivers/media/dvb/frontends/nxt2002.c        |  706 -------------------
 drivers/media/dvb/frontends/nxt2002.h        |   23 
 drivers/media/dvb/frontends/nxt200x.c        |   58 +
 drivers/media/dvb/ttpci/av7110.h             |    2 
 drivers/media/dvb/ttpci/av7110_ir.c          |   26 
 drivers/media/video/cx88/Kconfig             |   12 
 drivers/media/video/cx88/Makefile            |    2 
 drivers/media/video/cx88/cx88-cards.c        |    6 
 drivers/media/video/em28xx/em28xx-core.c     |    2 
 drivers/media/video/em28xx/em28xx-video.c    |    3 
 drivers/media/video/saa7134/saa7134-cards.c  |   47 -
 drivers/media/video/saa7134/saa7134-dvb.c    |    2 
 drivers/media/video/saa7134/saa7134.h        |    2 
 drivers/media/video/tda9887.c                |    2 
 drivers/media/video/tuner-core.c             |    3 
 drivers/media/video/tvaudio.c                |    9 
 drivers/media/video/tvp5150.c                |   21 
 35 files changed, 171 insertions(+), 877 deletions(-)


^ permalink raw reply	[flat|nested] 23+ messages in thread
* [PATCH 00/16] V4L/DVB updates
@ 2006-02-07 15:32 mchehab
  0 siblings, 0 replies; 23+ messages in thread
From: mchehab @ 2006-02-07 15:32 UTC (permalink / raw)
  To: linux-kernel, torvalds; +Cc: linux-dvb-maintainer, video4linux-list, akpm

        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 pull these from master branch.

	It contains the following stuff:

   - Kconfig: DVB_USB_CXUSB depends on DVB_LGDT330X and DVB_MT352
   - Fix NICAM buzz on analog sound
   - Added signal detection support to tvp5150
   - Fix [Bug 5895] to correct snd_87x autodetect
   - Add IR support to KWorld DVB-T (cx22702-based)
   - Add standard for South Korean NTSC-M using A2 audio.
   - Fixed i2c return value, conversion mdelay to msleep
   - Support for Galaxis DVB-S rev1.3
   - Use parallel transport for FusionHDTV Dual Digital USB
   - Use MT352 parallel transport function for all Bluebird FusionHDTV DVB-T boxes.
   - FIX: Multiple usage of VP7045-based devices
   - FIX: Check if FW was downloaded or not + new firmware file
   - Makes Some symbols static.
   - fix saa7146 kobject register failure
   - DVB: remove the at76c651/tda80xx frontends
   - Disabled debug on by default in tvp5150

The following stuff is also pending to be pulled from v4l-dvb.git:
   - Activate remote control on HVR1100
   - Add bttv card MagicTV (rebranded MachTV)
   - whitespace cleanup: insert missing space before curly brackets
   - More whitespace cleanup in bttv-cards.c
   - Add support for DViCO FusionHDTV DVB-T USB devices
   - Conversions from kmalloc+memset to k(z|c)alloc
   - don't ignore return from i2c_add_driver() for tuner-3036
   - Pci probing for stradis driver
   - Stradis video little cleanup
   - Enable microtune for Pinnacle 300i boards
   - Stradis Lindent
   - Stradis Kconfig url changed
   - Fixes some bad global variables
   - debug renamed to cx25840_debug
   - Add PCI ID for UltraView DVB-T Plus, rebranded DViCO FusionHDTV DVB-T Plus
   - Added USB ID for DigitalNow DVB-T Dual USB, DViCO clone
   - adding support for knc1 Tv Star dvb-s
   - Some fixes to compat_ioctl32
   - VIDEO_SAA7134_ALSA shouldn't select SND_PCM_OSS

Cheers,
Mauro

   Diffstat from newer stuff follows.

---

 drivers/media/dvb/bt8xx/bt878.c            |   44 +
 drivers/media/dvb/bt8xx/bt878.h            |   17 
 drivers/media/dvb/dvb-usb/Kconfig          |   12 
 drivers/media/dvb/dvb-usb/cxusb.c          |    4 
 drivers/media/dvb/dvb-usb/digitv.c         |   13 
 drivers/media/dvb/dvb-usb/vp7045-fe.c      |    6 
 drivers/media/dvb/frontends/Kconfig        |   12 
 drivers/media/dvb/frontends/Makefile       |    2 
 drivers/media/dvb/frontends/at76c651.c     |  450 ------------
 drivers/media/dvb/frontends/at76c651.h     |   47 -
 drivers/media/dvb/frontends/tda80xx.c      |  734 ---------------------
 drivers/media/dvb/frontends/tda80xx.h      |   51 -
 drivers/media/dvb/ttpci/av7110.c           |   14 
 drivers/media/video/bttv-driver.c          |    2 
 drivers/media/video/cx25840/cx25840-core.c |   50 -
 drivers/media/video/cx88/cx88-alsa.c       |    6 
 drivers/media/video/cx88/cx88-core.c       |   10 
 drivers/media/video/cx88/cx88-input.c      |    1 
 drivers/media/video/em28xx/em28xx-core.c   |   15 
 drivers/media/video/em28xx/em28xx-i2c.c    |    8 
 drivers/media/video/hexium_orion.c         |    2 
 drivers/media/video/tda9887.c              |    7 
 drivers/media/video/tuner-core.c           |    5 
 drivers/media/video/tvp5150.c              |   11 
 include/linux/videodev2.h                  |    4 
 25 files changed, 170 insertions(+), 1357 deletions(-)


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2006-02-07 15:42 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-23 20:24 [PATCH 00/16] V4L/DVB updates mchehab
2006-01-23 20:24 ` [PATCH 01/16] Added credits for em28xx-video.c mchehab
2006-01-23 20:24 ` [PATCH 03/16] Add probe check for the tda9840 mchehab
2006-01-23 20:24 ` [PATCH 02/16] Add PCI ID for DigitalNow DVB-T Dual, rebranded DViCO FusionHDTV DVB-T Dual mchehab
2006-01-23 20:24 ` [PATCH 04/16] VIDEO_CX88_ALSA must select SND_PCM mchehab
2006-01-23 20:24 ` [PATCH 10/16] make VP-3054 Secondary I2C Bus Support a Kconfig option mchehab
2006-01-23 22:16   ` Adrian Bunk
2006-01-23 23:06     ` Mike Krufky
2006-01-24  0:12       ` Adrian Bunk
2006-01-24  2:55         ` [PATCH|BUG-FIX] V4L/DVB: allow tristate build for cx88-vp3054-i2c Michael Krufky
2006-01-26  6:51           ` Mauro Carvalho Chehab
2006-01-23 20:24 ` [PATCH 09/16] Recognise Hauppauge card #34519 mchehab
2006-01-23 20:24 ` [PATCH 05/16] Fixes tvp5150a/am1 detection mchehab
2006-01-23 20:24 ` [PATCH 07/16] Kill nxt2002 in favor of the nxt200x module mchehab
2006-01-23 20:24 ` [PATCH 08/16] rename dvb_pll_tbmv30111in to dvb_pll_samsung_tbmv mchehab
2006-01-23 20:24 ` [PATCH 12/16] drivers/media/dvb/ possible cleanups mchehab
2006-01-23 20:24 ` [PATCH 16/16] changed comment in tuner-core.c mchehab
2006-01-23 20:24 ` [PATCH 14/16] fixed spelling error, exectuted --> executed mchehab
2006-01-23 20:24 ` [PATCH 15/16] Fix printk type warning mchehab
2006-01-23 20:24 ` [PATCH 11/16] Cause tda9887 to use I2C_DRIVERID_TDA9887 mchehab
2006-01-23 20:24 ` [PATCH 13/16] Missing break statement on tuner-core mchehab
     [not found] ` <200601232155.44036.peter.missel@onlinehome.de>
     [not found]   ` <1138135687.16005.6.camel@localhost.localdomain>
     [not found]     ` <200601242159.24747.peter.missel@onlinehome.de>
2006-01-25 11:15       ` [PATCH 06/16] Mark Typhoon cards as Lifeview OEM's Mauro Carvalho Chehab
2006-02-07 15:32 [PATCH 00/16] V4L/DVB updates mchehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®