Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1590320

Re: [PATCH v2 3/3] media: dt-bindings: vpif: new optional property

From Sekhar Nori <nsekhar@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 3/3] media: dt-bindings: vpif: new optional property
Date 2017-03-01 14:30 +0100
Message-ID <tgcul-3Ec-1@gated-at.bofh.it> (permalink)
References <tdFsR-2p2-11@gated-at.bofh.it> <tdFsR-2p2-13@gated-at.bofh.it> <tfCqS-3Po-17@gated-at.bofh.it> <tfIFX-8oQ-13@gated-at.bofh.it> <tfOBI-3VC-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tuesday 28 February 2017 04:30 PM, Bartosz Golaszewski wrote:
> 2017-02-28 6:36 GMT+01:00 Sekhar Nori <nsekhar@ti.com>:
>> On Tuesday 28 February 2017 04:22 AM, Rob Herring wrote:
>>> On Wed, Feb 22, 2017 at 02:43:47PM +0100, Bartosz Golaszewski wrote:
>>>> Add an optional property - enable-gpios - which can be used to specify
>>>> the GPIOs that must be requested to select the vpif functionality.
>>>>
>>>> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>>>> ---
>>>>  Documentation/devicetree/bindings/media/ti,da850-vpif.txt | 7 +++++++
>>>>  1 file changed, 7 insertions(+)
>>>>
>>>> diff --git a/Documentation/devicetree/bindings/media/ti,da850-vpif.txt b/Documentation/devicetree/bindings/media/ti,da850-vpif.txt
>>>> index df7182a..23c5405 100644
>>>> --- a/Documentation/devicetree/bindings/media/ti,da850-vpif.txt
>>>> +++ b/Documentation/devicetree/bindings/media/ti,da850-vpif.txt
>>>> @@ -13,6 +13,9 @@ Required properties:
>>>>  - reg: physical base address and length of the registers set for the device;
>>>>  - interrupts: should contain IRQ line for the VPIF
>>>>
>>>> +Optional properties:
>>>> +- enable-gpios: phandle of the GPIOs used to select the vpif functionality
>>>
>>> What does this control exactly? The GPIOs belong in the node they are
>>> connected to and having GPIOs routed to this block seems strange.
>>
>> The DA850 EVM board implements on-board muxing which lets the video
>> input (via VPIF) to be routed to a TVP5147 (video decoder) for composite
>> input or to a camera header. There are other mux options which use the
>> same VPIF SoC pins (RMII ethernet or character LCD).
>>
>> There is a three-to-eight demux on the board which drives enable signals
>> to buffers letting you choose from these options.
>>
>> From your response, it looks like you want the enable-gpios property to
>> be in the TVP5147 or camera node. That does make sense to me.
>>
> 
> Wouldn't that cause races again? The TVP5147 ADC is probed from within
> the vpif driver as a media subdev (after initialize_vpif(),
> v4l2_device_register(), irq requests etc.).

When TVP5147 probe fails with -EPROBE_DEFER, I assume the error can
propagate back to vpif_probe() which would then de-register the V4L2
device as part of probe error unwinding. That should then allow the
probe to be retried at a later time.

Thanks,
Sekhar

> 
> Thanks,
> Bartosz
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] media: dt-bindings: extend the vpif bindings Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-02-22 14:50 +0100
  [PATCH v2 3/3] media: dt-bindings: vpif: new optional property Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-02-22 14:50 +0100
    Re: [PATCH v2 3/3] media: dt-bindings: vpif: new optional property Rob Herring <robh@kernel.org> - 2017-02-28 00:00 +0100
      Re: [PATCH v2 3/3] media: dt-bindings: vpif: new optional property Sekhar Nori <nsekhar@ti.com> - 2017-02-28 06:40 +0100
        Re: [PATCH v2 3/3] media: dt-bindings: vpif: new optional property Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-02-28 13:00 +0100
          Re: [PATCH v2 3/3] media: dt-bindings: vpif: new optional property Sekhar Nori <nsekhar@ti.com> - 2017-03-01 14:30 +0100
        Re: [PATCH v2 3/3] media: dt-bindings: vpif: new optional property Rob Herring <robh@kernel.org> - 2017-02-28 15:30 +0100
          Re: [PATCH v2 3/3] media: dt-bindings: vpif: new optional property Sekhar Nori <nsekhar@ti.com> - 2017-03-01 16:50 +0100
  [PATCH v2 2/3] media: dt-bindings: vpif: extend the example with an output port Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-02-22 14:50 +0100
    Re: [PATCH v2 2/3] media: dt-bindings: vpif: extend the example with  an output port Rob Herring <robh@kernel.org> - 2017-02-28 00:00 +0100
  Re: [PATCH v2 0/3] media: dt-bindings: extend the vpif bindings Sekhar Nori <nsekhar@ti.com> - 2017-02-28 13:10 +0100

csiph-web