Mauro, If no one has any objections, please pull from http://linuxtv.org/hg/~awalls/v4l-dvb-misc for the following 12 changesets. Of note: 02-04 are from Jean Delvare and fix up the cx23885 i2c routines 05-17 and 12 add and use a new v4l2_subdev core op for configuring I/O pin muxes 08-10 are some minor cx23885 ir fixes noted when trying to get the TeVii S470 working 01/12: ivtv: Add a card entry to identify ProVideo PV-947D cards http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=a45c59b269d1 02/12: cx23885: Return -ENXIO on slave nack http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=e8788f94fe89 03/12: cx23885: Check for slave nack on all transactions http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=ce19c9683fd1 04/12: cx23885: i2c_wait_done returns 0 or 1, don't check for < 0 return value http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=714516d12a8f 05/12: v4l2_subdev: Add s_io_pin_config to v4l2_subdev_core_ops http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=08647cb79215 06/12: cx25840: Add s_io_pin_config core subdev ops for the CX2388[578] http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=bc272f3b7e15 07/12: cx23885: When using CX23888 IR, configure the IO pin mux IR pins explcitly http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=3f61484274ab 08/12: v4l2_subdev, cx23885: Differentiate IR carrier sense and I/O pin inversion http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=72507c5a253b 09/12: cx23885: Set IR Tx output pin drive properly for HVR-1850 and HVR-1290 http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=bbb8e2feee04 10/12: cx23885: Convert from struct card_ir to struct cx23885_ir_input for IR Rx http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=aa62944baa92 11/12: cx23885: Add a v4l2_subdev group id for the CX2388[578] integrated AV core http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=cdb0930a7d0e 12/12: cx25840: Add an IO pad control for the IRQ out of the CX2388[578] AV Core http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=5df16bc74746 drivers/media/video/cx23885/cx23885-cards.c | 28 ++++- drivers/media/video/cx23885/cx23885-i2c.c | 27 ++-- drivers/media/video/cx23885/cx23885-input.c | 44 +++++--- drivers/media/video/cx23885/cx23885.h | 25 ++++ drivers/media/video/cx23885/cx23888-ir.c | 32 ++++- drivers/media/video/cx25840/cx25840-core.c | 153 ++++++++++++++++++++++++++++ drivers/media/video/ivtv/ivtv-cards.c | 62 +++++++++++ drivers/media/video/ivtv/ivtv-cards.h | 4 drivers/media/video/ivtv/ivtv-driver.c | 1 include/media/cx25840.h | 75 +++++++++++++ include/media/v4l2-subdev.h | 28 ++++- 11 files changed, 437 insertions(+), 42 deletions(-) Thanks. Regards, Andy -- 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