Mailing List Archive

[PULL] http://linuxtv.org/hg/~awalls/v4l-dvb-misc
On Sun, 2009-12-20 at 21:34 -0500, Andy Walls wrote:
> 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
[snip]

Mauro,

I'm adding one patch to this pull request. The new patch adds in kernel
IR Rx support for the HVR-1270 boards. (The HVR-1270 I have was sold as
a HVR-1250 but it has a CX23888 chip vs. a CX23885).

So, please pull from http://linuxtv.org/hg/~awalls/v4l-dvb-misc

for the following 13 changesets:

01/13: ivtv: Add a card entry to identify ProVideo PV-947D cards
http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=a45c59b269d1

02/13: cx23885: Return -ENXIO on slave nack
http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=e8788f94fe89

03/13: cx23885: Check for slave nack on all transactions
http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=ce19c9683fd1

04/13: 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/13: 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/13: 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/13: 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/13: 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/13: 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/13: 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/13: 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/13: 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

13/13: cx23885: Add IR Rx support for the HVR-1270 cards
http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=7527decc9161


drivers/media/video/cx23885/cx23885-cards.c | 33 +++++-
drivers/media/video/cx23885/cx23885-i2c.c | 27 ++--
drivers/media/video/cx23885/cx23885-input.c | 50 ++++++---
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, 447 insertions(+), 43 deletions(-)

Thanks,
Andy


_______________________________________________
ivtv-devel mailing list
ivtv-devel@ivtvdriver.org
http://ivtvdriver.org/mailman/listinfo/ivtv-devel