Re: [PATCH v2 0/2] pinctrl: Intel Cherryview/Braswell support

From: Rafael J. Wysocki
Date: Wed Nov 05 2014 - 15:58:32 EST


On Tuesday, November 04, 2014 04:56:40 PM Timur Tabi wrote:
> On 11/04/2014 05:13 PM, Rafael J. Wysocki wrote:
> > Well, first of all, you won't use phandles with ACPI.:-)
>
> Yes, which makes things complicated for me. The pinctrl binding makes
> heavy use of phandles, so it will be a challenge to come up with a
> substitue.
>
> > That seems to be the case in which some ACPI-specific code would need to be
> > written. In ACPI, instead of the list of phandles you'll have a list of
> > references to device objects that you can walk in an analogous way.
>
> Can you point me to an example Linux driver that parses references?

The GPIO subsystem does that, but it probably is too complicated for your case,
because ACPI has its own native way of representing GPIOs and what we do there
is to translate the ACPI way into what the GPIO core expects. Not exactly
straightforward, that.

Anyway, if you want me to describe it to you, please let me know.

For pinctrl we don't have any "native ACPI way" of representing things, so
we'll need to start with the DT binding directly. That's why I asked about it.

[cut]

> > And it looks like we'll need a device_property_read_string_index().:-)
>
> Multi-string properties are also very popular in device tree.

Those we do handle already.

> >
> > BTW, where's the pinctrl binding documented?
>
> Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt

Thanks!

Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/