public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] V4L/DVB fixes
@ 2006-10-14 11:53 mchehab
  2006-10-14 12:00 ` [PATCH 09/18] V4L/DVB (4738): Bt8xx/dvb-bt8xx.c: check kmalloc() return value mchehab
                   ` (17 more replies)
  0 siblings, 18 replies; 30+ messages in thread
From: mchehab @ 2006-10-14 11:53 UTC (permalink / raw)
  To: torvalds; +Cc: linux-dvb-maintainer, video4linux-list, akpm, linux-kernel

Linus,

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

It contains the following:

   - Add WinTV-HVR3000 DVB-T support
   - Fix vivi compile on parisc
   - Support status readout for saa713x based FM radio
   - Fix VIDIOC_G_FMT for NTSC in cx25840.
   - Kconfig: restore pvrusb2 menu items
   - Fix spelling error in Kconfig help text for DVB_CORE_ATTACH
   - Tda10086: fix frontend selection for dvb_attach
   - Tda826x: fix frontend selection for dvb_attach
   - Bt8xx/dvb-bt8xx.c: check kmalloc() return value.
   - SECAM support for saa7113 into saa7115
   - Fixed an if-block to avoid floating with debug-messages
   - {ov511,stv680}: handle sysfs errors
   - Drivers/media/video: handle sysfs errors
   - Fix oops in VIDIOC_G_PARM
   - The Samsung TCPN2121P30A does not have a tda9887
   - HM12 is YUV 4:2:0, not YUV 4:1:1
   - Fixed oops for Nova-T USB2
   - AGC command1/2 is board specific

Cheers,
Mauro.

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

 Documentation/video4linux/CARDLIST.cx88      |    2 -
 drivers/media/dvb/bt8xx/dvb-bt8xx.c          |    4 +
 drivers/media/dvb/dvb-core/Kconfig           |    2 -
 drivers/media/dvb/dvb-usb/dibusb-common.c    |   11 +++-
 drivers/media/dvb/dvb-usb/dibusb.h           |    2 +
 drivers/media/dvb/dvb-usb/nova-t-usb2.c      |    3 +
 drivers/media/dvb/frontends/dib3000mc.c      |    2 -
 drivers/media/dvb/frontends/dib3000mc.h      |    3 +
 drivers/media/dvb/frontends/tda10086.h       |    9 +++
 drivers/media/dvb/frontends/tda826x.h        |   19 ++++++-
 drivers/media/video/Kconfig                  |    2 +
 drivers/media/video/cx25840/cx25840-vbi.c    |   25 +++++++--
 drivers/media/video/cx88/cx88-cards.c        |   21 ++++++++
 drivers/media/video/cx88/cx88-dvb.c          |   17 ++++++
 drivers/media/video/cx88/cx88-input.c        |    2 +
 drivers/media/video/et61x251/et61x251_core.c |   37 +++++++++++---
 drivers/media/video/ov511.c                  |   58 +++++++++++++++++----
 drivers/media/video/pwc/pwc-if.c             |   41 ++++++++++++---
 drivers/media/video/saa7115.c                |    2 +
 drivers/media/video/saa7134/saa7134-video.c  |    6 ++
 drivers/media/video/sn9c102/sn9c102_core.c   |   71 ++++++++++++++++++++------
 drivers/media/video/stv680.c                 |   53 ++++++++++++++++---
 drivers/media/video/tuner-types.c            |    1 
 drivers/media/video/videodev.c               |   16 ++++--
 drivers/media/video/vivi.c                   |   12 ++--
 include/linux/videodev2.h                    |    2 -
 26 files changed, 342 insertions(+), 81 deletions(-)


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

end of thread, other threads:[~2006-10-16  0:01 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-14 11:53 [PATCH 00/18] V4L/DVB fixes mchehab
2006-10-14 12:00 ` [PATCH 09/18] V4L/DVB (4738): Bt8xx/dvb-bt8xx.c: check kmalloc() return value mchehab
2006-10-14 12:00 ` [PATCH 02/18] V4L/DVB (4725): Fix vivi compile on parisc mchehab
2006-10-14 12:00 ` [PATCH 08/18] V4L/DVB (4734): Tda826x: fix frontend selection for dvb_attach mchehab
2006-10-14 12:16   ` Adrian Bunk
2006-10-14 18:10     ` Michael Krufky
2006-10-14 18:33       ` Adrian Bunk
2006-10-14 18:57         ` Michael Krufky
2006-10-14 19:14           ` Adrian Bunk
2006-10-15  1:55             ` Mauro Carvalho Chehab
2006-10-15 12:38               ` Adrian Bunk
2006-10-16  0:01                 ` [v4l-dvb-maintainer] " Trent Piepho
2006-10-14 12:00 ` [PATCH 05/18] V4L/DVB (4731a): Kconfig: restore pvrusb2 menu items mchehab
2006-10-14 12:00 ` [PATCH 06/18] V4L/DVB (4732): Fix spelling error in Kconfig help text for DVB_CORE_ATTACH mchehab
2006-10-14 12:00 ` [PATCH 04/18] V4L/DVB (4729): Fix VIDIOC_G_FMT for NTSC in cx25840 mchehab
2006-10-14 12:00 ` [PATCH 03/18] V4L/DVB (4727): Support status readout for saa713x based FM radio mchehab
2006-10-14 12:00 ` [PATCH 07/18] V4L/DVB (4733): Tda10086: fix frontend selection for dvb_attach mchehab
2006-10-14 12:14   ` Adrian Bunk
2006-10-14 18:12     ` Michael Krufky
2006-10-14 18:33       ` Adrian Bunk
2006-10-14 12:00 ` [PATCH 01/18] V4L/DVB (4692): Add WinTV-HVR3000 DVB-T support mchehab
2006-10-14 12:00 ` [PATCH 16/18] V4L/DVB (4746): HM12 is YUV 4:2:0, not YUV 4:1:1 mchehab
2006-10-14 12:00 ` [PATCH 15/18] V4L/DVB (4744): The Samsung TCPN2121P30A does not have a tda9887 mchehab
2006-10-14 12:00 ` [PATCH 10/18] V4L/DVB (4739): SECAM support for saa7113 into saa7115 mchehab
2006-10-14 12:00 ` [PATCH 11/18] V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messages mchehab
2006-10-14 12:00 ` [PATCH 12/18] V4L/DVB (4741): {ov511,stv680}: handle sysfs errors mchehab
2006-10-14 12:00 ` [PATCH 13/18] V4L/DVB (4742): Drivers/media/video: " mchehab
2006-10-14 12:00 ` [PATCH 14/18] V4L/DVB (4743): Fix oops in VIDIOC_G_PARM mchehab
2006-10-14 12:00 ` [PATCH 17/18] V4L/DVB (4748): Fixed oops for Nova-T USB2 mchehab
2006-10-14 12:00 ` [PATCH 18/18] V4L/DVB (4750): AGC command1/2 is board specific mchehab

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