Re: [PATCH 00/23] V4L/DVB fixes

From: Mauro Carvalho Chehab
Date: Sat Jul 29 2006 - 21:24:26 EST


Linus,

I've added 3 more fixes to the tree:

- Correctly handle sysfs error leg file removal in pvrusb2
- Videodev: Check return value of class_device_register() correctly
- Bttv: Revert VBI_OFFSET to previous value, it works better

Please pull these (and the other ones) from master branch at:
kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git

Cheers,
Mauro.

Em Ter, 2006-07-25 às 15:03 -0300, mchehab@xxxxxxxxxxxxx escreveu:
> 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(-)
>
> --
> video4linux-list mailing list
> Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
Cheers,
Mauro.

-
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/