public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/23] V4L/DVB fixes
@ 2006-07-25 18:03 mchehab
  2006-07-25 22:41 ` Edgar Toernig
  2006-07-30  1:25 ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 12+ messages in thread
From: mchehab @ 2006-07-25 18:03 UTC (permalink / raw)
  To: linux-kernel, torvalds; +Cc: linux-dvb-maintainer, video4linux-list, akpm

Linus,

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

It contains the following stuff:

   - Add dvbpll i2c device check.
   - Fix DISEQC regression
   - Fix unstable DISEQC behaviour on budget cards.
   - Fix broken tda665x PLL definition.
   - Fix typo in comment for TDA9819
   - Remove stradis MODULE_DEVICE_INFO definition
   - Check all __must_check warnings in bttv.
   - Support non interlaced capture by default for saa713x
   - Saa7134: rename dmasound_{init, exit}
   - Bugfix for keycode calculation on NPG remotes
   - Set the Auxiliary Byte when tuning LG H06xF in analog mode
   - Check __must_check warnings
   - [budget/budget-av/budget-ci/budget-patch drivers] fixed DMA start/stop code
   - Refine dead code elimination in pvrusb2
   - Fix possible dvb-pll oops
   - Fix dvb-pll autoprobing
   - VIDIOCSMICROCODE were missing on compat_ioctl32
   - Fix ext_controls align on 64 bit architectures
   - Fix for compilation without V4L1 or V4L1_COMPAT
   - Fix broken dependencies on media Kconfig
   - OVERLAY flag were enabled by mistake
   - Videodev: Handle class_device related errors
   - Bttv: use class_device_create_file and handle errors

Cheers,
Mauro.

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

 drivers/media/dvb/dvb-core/dvb_frontend.c    |   15 +++--
 drivers/media/dvb/frontends/dvb-pll.c        |   48 ++++++++++------
 drivers/media/dvb/ttpci/av7110.c             |    4 -
 drivers/media/dvb/ttpci/av7110_v4l.c         |   12 ++--
 drivers/media/dvb/ttpci/budget-av.c          |    3 +
 drivers/media/dvb/ttpci/budget-ci.c          |    2 
 drivers/media/dvb/ttpci/budget-core.c        |   57 ++++++++++++++-----
 drivers/media/dvb/ttpci/budget-patch.c       |    2 
 drivers/media/dvb/ttpci/budget.c             |    5 -
 drivers/media/dvb/ttpci/budget.h             |    7 +-
 drivers/media/video/Kconfig                  |    4 -
 drivers/media/video/bt8xx/Kconfig            |    2 
 drivers/media/video/bt8xx/bttv-driver.c      |   31 +++++++---
 drivers/media/video/compat_ioctl32.c         |   24 ++++++++
 drivers/media/video/cpia2/Kconfig            |    2 
 drivers/media/video/cx88/cx88-input.c        |    2 
 drivers/media/video/cx88/cx88-video.c        |    5 -
 drivers/media/video/msp3400-driver.c         |   10 +++
 drivers/media/video/pvrusb2/pvrusb2-hdw.c    |    8 ++
 drivers/media/video/pvrusb2/pvrusb2-io.c     |    9 ++-
 drivers/media/video/pvrusb2/pvrusb2-io.h     |    2 
 drivers/media/video/pvrusb2/pvrusb2-ioread.c |    5 +
 drivers/media/video/pvrusb2/pvrusb2-sysfs.c  |   33 +++++++++--
 drivers/media/video/saa7134/saa7134-alsa.c   |   10 +--
 drivers/media/video/saa7134/saa7134-core.c   |   16 ++---
 drivers/media/video/saa7134/saa7134-oss.c    |   10 +--
 drivers/media/video/saa7134/saa7134-video.c  |    6 +-
 drivers/media/video/saa7134/saa7134.h        |    4 -
 drivers/media/video/stradis.c                |    1 
 drivers/media/video/tuner-core.c             |   31 ++++------
 drivers/media/video/tuner-simple.c           |   19 +++++-
 drivers/media/video/usbvideo/Kconfig         |    8 +-
 drivers/media/video/v4l2-common.c            |   24 ++++----
 drivers/media/video/videodev.c               |   37 +++++++++---
 drivers/media/video/vivi.c                   |    4 -
 include/linux/videodev.h                     |    7 +-
 include/linux/videodev2.h                    |    2 
 include/media/v4l2-dev.h                     |    7 +-
 38 files changed, 323 insertions(+), 155 deletions(-)


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

end of thread, other threads:[~2006-07-30 17:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-25 18:03 [PATCH 00/23] V4L/DVB fixes mchehab
2006-07-25 22:41 ` Edgar Toernig
2006-07-25 23:10   ` [v4l-dvb-maintainer] " Michael Krufky
2006-07-26  1:00   ` Trent Piepho
2006-07-26  7:49     ` Edgar Toernig
2006-07-26  9:11     ` Alan Cox
2006-07-30  1:25 ` Mauro Carvalho Chehab
2006-07-30  6:02   ` Linus Torvalds
2006-07-30  7:11     ` [v4l-dvb-maintainer] " Trent Piepho
2006-07-30 11:53       ` Mauro Carvalho Chehab
2006-07-30 12:07     ` Mauro Carvalho Chehab
2006-07-30 17:56     ` Alan Cox

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