On Tuesday 16 June 2009 00:24:34 Karicheri, Muralidharan wrote:
> Hans,
>
> Please see my response below.
> >A general remark: currently you link your inputs directly to a subdev.
> > This approach has two disadvantages:
> >
> >1) It doesn't work if there are no subdevs at all (e.g. because
> >
Hans,
Please see my response below.
>> +/* { plus irq }, */
>> /* { I2C_BOARD_INFO("tlv320aic3x", 0x1b), }, */
>
>Huh? What's this? I only know the tlv320aic23b and that's an audio driver.
>
[MK] Thanks to David for answering this.
>> -/* { I2C_BOARD_INFO("tvp5146", 0x5d), }, */
>>
On Sunday 14 June 2009, Hans Verkuil wrote:
> > /* { I2C_BOARD_INFO("tlv320aic3x", 0x1b), }, */
>
> Huh? What's this? I only know the tlv320aic23b and that's an audio driver.
AIC33 is another audio codec chip:
http://focus.ti.com/docs/prod/folders/print/tlv320aic33.html
One can't list a
On Thursday 11 June 2009 19:00:46 m-kariche...@ti.com wrote:
> From: Muralidharan Karicheri
>
> DM355 platform and board setup
>
> This has platform and board setup changes to support vpfe capture
> driver for DM355 EVMs.
>
> Added registration of vpss platform driver based on last review
>
>
On Thursday 11 June 2009, m-kariche...@ti.com wrote:
> + I2C_BOARD_INFO("tvp5146", TVP5146_I2C_ADDR),
Minor nit: just use "0x5d" instead of defining TVP5146_I2C_ADDR.
Fix in a v3, iff you make one.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the bod
From: Muralidharan Karicheri
DM355 platform and board setup
This has platform and board setup changes to support vpfe capture
driver for DM355 EVMs.
Added registration of vpss platform driver based on last review
Reviewed By "Hans Verkuil".
Reviewed By "Laurent Pinchart".
Signed-off-by: Mural
From: Muralidharan Karicheri
DM355 platform and board setup
This has platform and board setup changes to support vpfe capture
driver for DM355 EVMs.
Added registration of vpss platform driver based on last review
Reviewed By "Hans Verkuil".
Reviewed By "Laurent Pinchart".
Signed-off-by: Mural