public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/21] V4L/DVB fixes
@ 2006-03-17 20:53 mchehab
  2006-03-17 20:54 ` [PATCH 01/21] Nskips maybe used uninitialized in bttv_risc_overlay mchehab
                   ` (21 more replies)
  0 siblings, 22 replies; 30+ messages in thread
From: mchehab @ 2006-03-17 20:53 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:

   - Nskips maybe used uninitialized in bttv_risc_overlay
   - Fix cx88 error messages on balance change
   - Correct gpio values for Aver 303 Studio in v4l-dvb tree
   - Fix typo in enum name and use enum in struct dmxdev_filter
   - Added no_overlay option and quirks to saa7134
   - Cx88-cards.c: fix values of gpio0 for card CX88_BOARD_PROLINK_PLAYTVPVR
   - Cx88-input.c: add IR remote control support to CX88_BOARD_PROLINK_PLAYTVPVR
   - Cx88 default picture controls values
   - Cleanup mangled whitespace
   - BUG_ON() Conversion in drivers/video/media
   - Snd_cx88_create: don't dereference NULL core
   - Kconfig: select VIDEO_CX25840 to build cx25840 a/v decoder module
   - Whitespace: fix incorrect indentation of curly bracket
   - Cinergy T2 dmx cleanup on disconnect
   - Restore tuning capabilities in v4l2 mxb driver
   - Kconfig: swap VIDEO_CX88_ALSA and VIDEO_CX88_DVB
   - Kconfig: fix ATSC frontend menu item names by manufacturer
   - Fix a bug when more than MAXBOARDS were plugged on em28xx
   - Cpia2: move Kconfig build logic into cpia2/Kconfig
   - VIDEO_CPIA2 must depend on USB
   - Fixed em28xx based system lockup

Cheers,
Mauro.

V4L/DVB development is hosted at http://linuxtv.org
Development Mercurial trees are available at http://linuxtv.org/hg
---

 drivers/media/common/saa7146_core.c               |    3 -
 drivers/media/common/saa7146_fops.c               |    6 +--
 drivers/media/dvb/cinergyT2/cinergyT2.c           |    4 ++
 drivers/media/dvb/dvb-core/dmxdev.h               |    4 +-
 drivers/media/dvb/frontends/Kconfig               |    6 +--
 drivers/media/dvb/ttpci/av7110.c                  |    6 +--
 drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c |    3 -
 drivers/media/video/Kconfig                       |    5 ++
 drivers/media/video/Makefile                      |    3 +
 drivers/media/video/bttv-cards.c                  |   10 +++--
 drivers/media/video/bttv-risc.c                   |    5 +-
 drivers/media/video/cpia2/Kconfig                 |   11 +++++
 drivers/media/video/cx25840/Kconfig               |    9 ++++
 drivers/media/video/cx25840/Makefile              |    2 -
 drivers/media/video/cx88/Kconfig                  |   28 +++++++-------
 drivers/media/video/cx88/cx88-alsa.c              |   10 ++---
 drivers/media/video/cx88/cx88-cards.c             |   23 ++++++-----
 drivers/media/video/cx88/cx88-core.c              |    3 -
 drivers/media/video/cx88/cx88-input.c             |    1 
 drivers/media/video/cx88/cx88-video.c             |   17 ++++----
 drivers/media/video/cx88/cx88.h                   |    2 -
 drivers/media/video/em28xx/em28xx-video.c         |    5 ++
 drivers/media/video/mxb.c                         |    4 ++
 drivers/media/video/saa7134/saa7134-alsa.c        |    3 -
 drivers/media/video/saa7134/saa7134-cards.c       |    2 -
 drivers/media/video/saa7134/saa7134-core.c        |   24 +++++++++++-
 drivers/media/video/saa7134/saa7134-oss.c         |    6 +--
 drivers/media/video/saa7134/saa7134-video.c       |    3 -
 drivers/media/video/video-buf.c                   |    3 -
 29 files changed, 130 insertions(+), 81 deletions(-)


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

end of thread, other threads:[~2006-03-18 20:15 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-17 20:53 [PATCH 00/21] V4L/DVB fixes mchehab
2006-03-17 20:54 ` [PATCH 01/21] Nskips maybe used uninitialized in bttv_risc_overlay mchehab
2006-03-17 20:54 ` [PATCH 04/21] Fix typo in enum name and use enum in struct dmxdev_filter mchehab
2006-03-17 20:54 ` [PATCH 03/21] Correct gpio values for Aver 303 Studio in v4l-dvb tree mchehab
2006-03-17 20:54 ` [PATCH 02/21] Fix cx88 error messages on balance change mchehab
2006-03-17 20:54 ` [PATCH 06/21] Cx88-cards.c: fix values of gpio0 for card CX88_BOARD_PROLINK_PLAYTVPVR mchehab
2006-03-17 20:54 ` [PATCH 07/21] Cx88-input.c: add IR remote control support to CX88_BOARD_PROLINK_PLAYTVPVR mchehab
2006-03-17 20:54 ` [PATCH 05/21] Added no_overlay option and quirks to saa7134 mchehab
2006-03-17 23:24   ` Adrian Bunk
2006-03-18  0:04     ` [v4l-dvb-maintainer] " Mauro Carvalho Chehab
2006-03-17 20:54 ` [PATCH 09/21] Cleanup mangled whitespace mchehab
2006-03-17 20:54 ` [PATCH 10/21] BUG_ON() Conversion in drivers/video/media mchehab
2006-03-17 20:54 ` [PATCH 08/21] Cx88 default picture controls values mchehab
2006-03-17 21:10   ` Lee Revell
2006-03-18  0:25     ` Mauro Carvalho Chehab
2006-03-17 20:54 ` [PATCH 11/21] Snd_cx88_create: don't dereference NULL core mchehab
2006-03-17 20:54 ` [PATCH 14/21] Cinergy T2 dmx cleanup on disconnect mchehab
2006-03-17 20:54 ` [PATCH 13/21] Whitespace: fix incorrect indentation of curly bracket mchehab
2006-03-17 20:54 ` [PATCH 12/21] Kconfig: select VIDEO_CX25840 to build cx25840 a/v decoder module mchehab
2006-03-17 20:54 ` [PATCH 16/21] Kconfig: swap VIDEO_CX88_ALSA and VIDEO_CX88_DVB mchehab
2006-03-18 19:59   ` Michael Krufky
2006-03-18 20:15   ` [2.6.16 PATCH] " Michael Krufky
2006-03-17 20:54 ` [PATCH 15/21] Restore tuning capabilities in v4l2 mxb driver mchehab
2006-03-17 20:54 ` [PATCH 17/21] Kconfig: fix ATSC frontend menu item names by manufacturer mchehab
2006-03-17 20:54 ` [PATCH 18/21] Fix a bug when more than MAXBOARDS were plugged on em28xx mchehab
2006-03-17 20:54 ` [PATCH 20/21] VIDEO_CPIA2 must depend on USB mchehab
2006-03-17 20:54 ` [PATCH 19/21] Cpia2: move Kconfig build logic into cpia2/Kconfig mchehab
2006-03-17 20:54 ` [PATCH 21/21] Fixed em28xx based system lockup mchehab
2006-03-17 23:07 ` [PATCH 00/21] V4L/DVB fixes Linus Torvalds
2006-03-17 23:13   ` Mauro Carvalho Chehab

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