Re: [PATCH 43/47] adv7604: Control hot-plug detect through a GPIO

2014-02-13 Thread Laurent Pinchart
Hi Hans, On Thursday 13 February 2014 10:47:44 Hans Verkuil wrote: > On 02/11/14 13:03, Laurent Pinchart wrote: > > On Tuesday 11 February 2014 11:09:31 Hans Verkuil wrote: > >> On 02/05/14 17:42, Laurent Pinchart wrote: > >>> Replace the ADV7604-specific hotplug notifier with a GPIO to control th

Re: [PATCH 43/47] adv7604: Control hot-plug detect through a GPIO

2014-02-13 Thread Lars-Peter Clausen
On 02/13/2014 10:47 AM, Hans Verkuil wrote: On 02/11/14 13:03, Laurent Pinchart wrote: Hi Hans, On Tuesday 11 February 2014 11:09:31 Hans Verkuil wrote: On 02/05/14 17:42, Laurent Pinchart wrote: Replace the ADV7604-specific hotplug notifier with a GPIO to control the HPD pin directly instead

Re: [PATCH 43/47] adv7604: Control hot-plug detect through a GPIO

2014-02-13 Thread Hans Verkuil
On 02/11/14 13:03, Laurent Pinchart wrote: > Hi Hans, > > On Tuesday 11 February 2014 11:09:31 Hans Verkuil wrote: >> On 02/05/14 17:42, Laurent Pinchart wrote: >>> Replace the ADV7604-specific hotplug notifier with a GPIO to control the >>> HPD pin directly instead of going through the bridge dri

Re: [PATCH 43/47] adv7604: Control hot-plug detect through a GPIO

2014-02-11 Thread Laurent Pinchart
Hi Hans, On Tuesday 11 February 2014 11:09:31 Hans Verkuil wrote: > On 02/05/14 17:42, Laurent Pinchart wrote: > > Replace the ADV7604-specific hotplug notifier with a GPIO to control the > > HPD pin directly instead of going through the bridge driver. > > Hmm, that's not going to work for me. I

Re: [PATCH 43/47] adv7604: Control hot-plug detect through a GPIO

2014-02-11 Thread Hans Verkuil
On 02/05/14 17:42, Laurent Pinchart wrote: > Replace the ADV7604-specific hotplug notifier with a GPIO to control the > HPD pin directly instead of going through the bridge driver. Hmm, that's not going to work for me. I don't have a GPIO pin here, instead it is a bit in a register that I have to

Re: [PATCH 43/47] adv7604: Control hot-plug detect through a GPIO

2014-02-10 Thread Laurent Pinchart
Hi Lars, On Thursday 06 February 2014 14:10:05 Lars-Peter Clausen wrote: > On 02/05/2014 05:42 PM, Laurent Pinchart wrote: > > Replace the ADV7604-specific hotplug notifier with a GPIO to control the > > HPD pin directly instead of going through the bridge driver. > > > > Signed-off-by: Laurent P

Re: [PATCH 43/47] adv7604: Control hot-plug detect through a GPIO

2014-02-06 Thread Lars-Peter Clausen
On 02/05/2014 05:42 PM, Laurent Pinchart wrote: Replace the ADV7604-specific hotplug notifier with a GPIO to control the HPD pin directly instead of going through the bridge driver. Signed-off-by: Laurent Pinchart This should probably use the new GPIO descriptor API[1]. It will make things a

[PATCH 43/47] adv7604: Control hot-plug detect through a GPIO

2014-02-05 Thread Laurent Pinchart
Replace the ADV7604-specific hotplug notifier with a GPIO to control the HPD pin directly instead of going through the bridge driver. Signed-off-by: Laurent Pinchart --- drivers/media/i2c/adv7604.c | 47 + include/media/adv7604.h | 5 - 2 file