2014-06-05 12:55:44

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [GIT PULL for 3.16-rc1] updates and DT support for adv7604

Linus,

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media topic/adv76xx

For adv7604 driver updates, including DT support.

Thanks!
Mauro

The following changes since commit e5e749dfa8606343fd7956868038bdde2e656ec1:

[media] adv7604: Add missing include to linux/types.h (2014-05-25 12:48:47 -0300)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media topic/adv76xx

for you to fetch changes up to 1b5ab8755ec7b6ac83bf8d09c9f908d94e36b9a4:

[media] adv7604: Add LLC polarity configuration (2014-05-25 13:10:16 -0300)

----------------------------------------------------------------
Lars-Peter Clausen (3):
[media] adv7604: Add support for asynchronous probing
[media] adv7604: Don't put info string arrays on the stack
[media] adv7604: Add adv7611 support

Laurent Pinchart (18):
[media] adv7604: Add 16-bit read functions for CP and HDMI
[media] adv7604: Cache register contents when reading multiple bits
[media] adv7604: Remove subdev control handlers
[media] adv7604: Add sink pads
[media] adv7604: Make output format configurable through pad format operations
[media] adv7604: Add pad-level DV timings support
[media] adv7604: Remove deprecated video-level DV timings operations
[media] v4l: subdev: Remove deprecated video-level DV timings operations
[media] adv7604: Inline the to_sd function
[media] adv7604: Store I2C addresses and clients in arrays
[media] adv7604: Replace *_and_or() functions with *_clr_set()
[media] adv7604: Sort headers alphabetically
[media] adv7604: Support hot-plug detect control through a GPIO
[media] adv7604: Specify the default input through platform data
[media] adv7604: Add DT support
[media] adv7604: Add endpoint properties to DT bindings
[media] adv7604: Set HPD GPIO direction to output
[media] adv7604: Add LLC polarity configuration

.../devicetree/bindings/media/i2c/adv7604.txt | 70 +
drivers/media/i2c/adv7604.c | 1464 ++++++++++++++------
include/media/adv7604.h | 122 +-
include/media/v4l2-subdev.h | 4 -
4 files changed, 1160 insertions(+), 500 deletions(-)
create mode 100644 Documentation/devicetree/bindings/media/i2c/adv7604.txt


2014-06-06 15:49:32

by Ben Dooks

[permalink] [raw]
Subject: Re: [GIT PULL for 3.16-rc1] updates and DT support for adv7604

On 05/06/14 13:55, Mauro Carvalho Chehab wrote:
> Linus,
>
> Please pull from:
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media topic/adv76xx
>
> For adv7604 driver updates, including DT support.

Can we use the adv7611 for the adv7612 with these?

--
Ben Dooks http://www.codethink.co.uk/
Senior Engineer Codethink - Providing Genius

2014-06-06 15:52:06

by Lars-Peter Clausen

[permalink] [raw]
Subject: Re: [GIT PULL for 3.16-rc1] updates and DT support for adv7604

On 06/06/2014 05:49 PM, Ben Dooks wrote:
> On 05/06/14 13:55, Mauro Carvalho Chehab wrote:
>> Linus,
>>
>> Please pull from:
>> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media topic/adv76xx
>>
>> For adv7604 driver updates, including DT support.
>
> Can we use the adv7611 for the adv7612 with these?
>

You can, except that you won't be able to use the second HDMI in. But it
should be fairly trivial to add that.

- Lars

2014-06-06 16:06:32

by Ben Dooks

[permalink] [raw]
Subject: Re: [GIT PULL for 3.16-rc1] updates and DT support for adv7604

On 06/06/14 16:51, Lars-Peter Clausen wrote:
> On 06/06/2014 05:49 PM, Ben Dooks wrote:
>> On 05/06/14 13:55, Mauro Carvalho Chehab wrote:
>>> Linus,
>>>
>>> Please pull from:
>>> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
>>> topic/adv76xx
>>>
>>> For adv7604 driver updates, including DT support.
>>
>> Can we use the adv7611 for the adv7612 with these?
>>
>
> You can, except that you won't be able to use the second HDMI in. But it
> should be fairly trivial to add that.

Thanks, we're going to try the rcar_vin driver and the HDMI in on the
Lager board next week.

--
Ben Dooks http://www.codethink.co.uk/
Senior Engineer Codethink - Providing Genius