lkml.org 
[lkml]   [2014]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: [PATCH/RFC v8 08/14] DT: Add documentation for exynos4-is 'flashes' property
    On Fri, Nov 28, 2014 at 12:09:14PM +0000, Jacek Anaszewski wrote:
    > On 11/28/2014 12:14 PM, Mark Rutland wrote:
    > > On Fri, Nov 28, 2014 at 09:18:00AM +0000, Jacek Anaszewski wrote:
    > >> This patch adds a description of 'flashes' property
    > >> to the samsung-fimc.txt.
    > >>
    > >> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
    > >> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
    > >> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
    > >> Cc: Rob Herring <robh+dt@kernel.org>
    > >> Cc: Pawel Moll <pawel.moll@arm.com>
    > >> Cc: Mark Rutland <mark.rutland@arm.com>
    > >> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
    > >> Cc: Kumar Gala <galak@codeaurora.org>
    > >> Cc: <devicetree@vger.kernel.org>
    > >> ---
    > >> .../devicetree/bindings/media/samsung-fimc.txt | 7 +++++++
    > >> 1 file changed, 7 insertions(+)
    > >>
    > >> diff --git a/Documentation/devicetree/bindings/media/samsung-fimc.txt b/Documentation/devicetree/bindings/media/samsung-fimc.txt
    > >> index 922d6f8..4b7ed03 100644
    > >> --- a/Documentation/devicetree/bindings/media/samsung-fimc.txt
    > >> +++ b/Documentation/devicetree/bindings/media/samsung-fimc.txt
    > >> @@ -40,6 +40,12 @@ should be inactive. For the "active-a" state the camera port A must be activated
    > >> and the port B deactivated and for the state "active-b" it should be the other
    > >> way around.
    > >>
    > >> +Optional properties:
    > >> +
    > >> +- flashes - array of strings with flash led names; the name has to
    > >> + be same with the related led label
    > >> + (see Documentation/devicetree/bindings/leds/common.txt)
    > >> +
    > >
    > > Why is this not an array of phandles to the LED nodes? That's much
    > > better than strings.
    >
    > This is because a single flash led device can control many sub-leds,
    > which are represented by child nodes in the Device Tree.
    > Every sub-led is registered as a separate LED Flash class device
    > in the LED subsystem, but in fact they share the same struct device
    > and thus have access only to the parent's phandle.

    But that's a Linux infrastrcture issue, no? You don't have to use the
    node from the struct device to find the relevant phandle.

    > The LED Flash
    > class devices are wrapped by V4L2 sub-devices and register
    > asynchronously within a media device. Since the v4l2_subdev structure
    > has a 'name' field, it is convenient to initialize it with
    > parsed 'label' property of a child led node and match the
    > sub-devices in the media device basing on it.

    While that might be convenient, I don't think it's fantastic to use that
    to describe the relationship, as this leaks Linux internals (e.g. I can
    refer to a name that doesn't exist in the DT but happens to be what
    Linux used, and it would work). Also, are the labels guaranteed to be
    globally unique?

    Using phandles is much better for the binding. I appreciate that this
    may require more code, but IMO it's worth that for the safety and
    uniformity given by the use of phandles for referring to nodes.

    > > Also, I only seem to have recevied the documentation patches and none of
    > > the code -- in future when posting RFC DT patches, please Cc for the
    > > code too as it's useful context.
    >
    > Of course, I'll keep it in mind.

    Thanks!
    Mark.


    \
     
     \ /
      Last update: 2014-11-28 14:01    [W:5.604 / U:0.080 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site