Linus, Please pull 'master' from: git://git.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master It fixes some OOPS and compilation troubles on non x86 platforms and some Kconfig broken dependencies. There are several fixes at the drivers, including some fixes to support some not so common standards, like PAL/60. The biggest changes are some required fixes on usbvision. There's no risk of causing regression, since this driver were just introduced at kernel. - Fix autosearch index - Put remote-debugging in the right place - Fix namespace conflict between w9968cf.c on MIPS - Usbvision: possible cleanups - Removal of unused code from usbvision-i2c.c - VIDEO_PALETTE_YUYV and VIDEO_PALETTE_YUV422 are the same palette - Add missing tuner module option pal=60 for PAL-60 support. - Add PAL-60 support for cx2584x. - Usbvision memory fixes - Dvb-core: fix bug in CRC-32 checking on 64-bit systems - Dvb-core: fix printk type warning - Fixes compilation when CONFIG_V4L1_COMPAT is not selected - Fixes bug 7267: PAL/60 is not working - Fix broken audio mode handling for line-in in msp3400. - Force temporal filter to 0 when scaling to prevent ghosting. - LOG_STATUS should show the real temporal filter value. - Cx2341x audio_properties is an u16, not u8 - Cpia2/cpia2_usb.c: fix error-path leak - Cafe_ccic.c: fix NULL dereference - Fix typo in saa7134-dvb.c - Vivi: fix use after free in list_for_each() - Vivi: fix kthread_run() error check - Msp3400: fix kthread_run error check - Bttv: delete duplicated ioremap() - Allyesconfig build fixes on some non x86 arch - Add two required headers on kernel 2.6.20-rc1 - Usbvision fix: It was using "&&" instead "&" - Cx88: Fix leadtek_eeprom tagging Cheers, Mauro. V4L/DVB development is hosted at http://linuxtv.org --- drivers/media/common/ir-functions.c | 1 drivers/media/dvb/dvb-core/dvb_net.c | 4 - drivers/media/dvb/dvb-usb/nova-t-usb2.c | 4 - drivers/media/dvb/frontends/dib3000mc.c | 2 drivers/media/video/Kconfig | 2 drivers/media/video/bt8xx/bttv-driver.c | 4 - drivers/media/video/cafe_ccic.c | 2 drivers/media/video/cpia2/cpia2_usb.c | 4 + drivers/media/video/cx2341x.c | 21 ++- drivers/media/video/cx25840/cx25840-vbi.c | 9 + drivers/media/video/cx88/cx88-cards.c | 2 drivers/media/video/cx88/cx88-core.c | 35 +++-- drivers/media/video/cx88/cx88.h | 2 drivers/media/video/em28xx/em28xx-video.c | 4 - drivers/media/video/meye.c | 4 - drivers/media/video/msp3400-driver.c | 8 - drivers/media/video/msp3400-kthreads.c | 11 +- drivers/media/video/saa7134/saa7134-dvb.c | 8 + drivers/media/video/tuner-core.c | 4 + drivers/media/video/usbvision/usbvision-cards.c | 11 +- drivers/media/video/usbvision/usbvision-core.c | 83 +++++-------- drivers/media/video/usbvision/usbvision-i2c.c | 35 +---- drivers/media/video/usbvision/usbvision-video.c | 150 ++++++++++++++--------- drivers/media/video/usbvision/usbvision.h | 27 ---- drivers/media/video/vivi.c | 8 + drivers/media/video/w9966.c | 2 drivers/media/video/w9968cf.c | 24 ++-- drivers/media/video/zoran_device.c | 3 include/media/cx2341x.h | 2 include/media/ir-common.h | 1 30 files changed, 242 insertions(+), 235 deletions(-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 15/28] V4L/DVB (4983): Force temporal filter to 0 when scaling to prevent ghosting.
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 27/28] V4L/DVB (5012): Usbvision fix: It was using "&&" instead "&"
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 10/28] V4L/DVB (4972): Dvb-core: fix bug in CRC-32 checking on 64-bit systems
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 23/28] V4L/DVB (4996): Msp3400: fix kthread_run error check
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 24/28] V4L/DVB (4997): Bttv: delete duplicated ioremap()
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 16/28] V4L/DVB (4984): LOG_STATUS should show the real temporal filter value.
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 20/28] V4L/DVB (4992): Fix typo in saa7134-dvb.c
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 25/28] V4L/DVB (5014): Allyesconfig build fixes on some non x86 arch
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 22/28] V4L/DVB (4995): Vivi: fix kthread_run() error check
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 26/28] V4L/DVB (5001): Add two required headers on kernel 2.6.20-rc1
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 01/28] V4L/DVB (4955): Fix autosearch index
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 21/28] V4L/DVB (4994): Vivi: fix use after free in list_for_each()
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 09/28] V4L/DVB (4970): Usbvision memory fixes
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 28/28] V4L/DVB (5010): Cx88: Fix leadtek_eeprom tagging
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 11/28] V4L/DVB (4973): Dvb-core: fix printk type warning
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 12/28] V4L/DVB (4979): Fixes compilation when CONFIG_V4L1_COMPAT is not selected
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 04/28] V4L/DVB (4959): Usbvision: possible cleanups
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 14/28] V4L/DVB (4982): Fix broken audio mode handling for line-in in msp3400.
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 17/28] V4L/DVB (4988): Cx2341x audio_properties is an u16, not u8
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 08/28] V4L/DVB (4968): Add PAL-60 support for cx2584x.
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 18/28] V4L/DVB (4990): Cpia2/cpia2_usb.c: fix error-path leak
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 02/28] V4L/DVB (4956): [NOVA-T-USB2] Put remote-debugging in the right place
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 13/28] V4L/DVB (4980): Fixes bug 7267: PAL/60 is not working
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 07/28] V4L/DVB (4967): Add missing tuner module option pal=60 for PAL-60 support.
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 05/28] V4L/DVB (4960): Removal of unused code from usbvision-i2c.c
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 19/28] V4L/DVB (4991): Cafe_ccic.c: fix NULL dereference
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 06/28] V4L/DVB (4964): VIDEO_PALETTE_YUYV and VIDEO_PALETTE_YUV422 are the same palette
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 03/28] V4L/DVB (4958): Fix namespace conflict between w9968cf.c on MIPS
- From: Mauro Carvalho Chehab <[email protected]>
- [PATCH 15/28] V4L/DVB (4983): Force temporal filter to 0 when scaling to prevent ghosting.
- Prev by Date: Re: [PATCH 2.6.20-rc1 00/10] Kernel memory leak detector 0.13
- Next by Date: [PATCH 03/28] V4L/DVB (4958): Fix namespace conflict between w9968cf.c on MIPS
- Previous by thread: Page alignment issue
- Next by thread: [PATCH 03/28] V4L/DVB (4958): Fix namespace conflict between w9968cf.c on MIPS
- Index(es):