Those patches do several fixes needed on cx231xx for it to properly work with some new devices. They are meant to be applied after Devin's patches on his tree: https://www.kernellabs.com/hg/~dheitmueller/polaris4/ I've applied his patch (fixing some merge conflicts) on a temporary git tree at: http://git.linuxtv.org/mchehab/cx231xx.git I have a few more patches adding experimental support for PixelView SBTVD Hybrid, in analog mode, that needs a few more adjustments before pushing at my tree, and I should start working on a driver for digital mode soon. Mauro Carvalho Chehab (10): V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417 V4L/DVB: cx231xx: fix Kconfig dependencies V4L/DVB: tda18271: Add some hint about what tda18217 reg ID returned V4L/DVB: cx231xx: properly implement URB control messages log V4L/DVB: cx231xx: properly use the right tuner i2c address V4L/DVB: cx231xx: better handle the master port enable command V4L/DVB: cx231xx: Only change gpio direction when needed V4L/DVB: tda18271: allow restricting max out to 4 bytes V4L/DVB: tda18271: Add debug message with frequency divisor V4L/DVB: cx231xx-audio: fix some locking issues drivers/media/common/tuners/tda18271-common.c | 66 ++++++---- drivers/media/common/tuners/tda18271-fe.c | 2 +- drivers/media/common/tuners/tda18271.h | 5 +- drivers/media/video/cx231xx/Kconfig | 1 + drivers/media/video/cx231xx/cx231xx-417.c | 2 +- drivers/media/video/cx231xx/cx231xx-audio.c | 95 ++++++------ drivers/media/video/cx231xx/cx231xx-avcore.c | 91 +++++------- drivers/media/video/cx231xx/cx231xx-cards.c | 7 +- drivers/media/video/cx231xx/cx231xx-core.c | 192 +++++++++++-------------- drivers/media/video/cx231xx/cx231xx-dvb.c | 32 ++-- drivers/media/video/cx231xx/cx231xx.h | 17 ++- drivers/media/video/tuner-core.c | 2 +- 12 files changed, 243 insertions(+), 269 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html