[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200727210734.GA873757@bogus>
Date: Mon, 27 Jul 2020 15:07:34 -0600
From: Rob Herring <robh@...nel.org>
To: Saravana Kannan <saravanak@...gle.com>
Cc: kernel-team@...roid.com, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, Frank Rowand <frowand.list@...il.com>,
Rob Herring <robh+dt@...nel.org>
Subject: Re: [PATCH v2 2/2] of: property: Add device link support for
pinctrl-0 through pinctrl-8
On Fri, 24 Jul 2020 16:44:15 -0700, Saravana Kannan wrote:
> Add support for pinctrl-0 through pinctrl-8 explicitly instead of trying
> to add support for pinctrl-%d properties.
>
> Of all the pinctrl-* properties in dts files (20322), only 47% (9531)
> are pinctrl-%d properties. Of all the pinctrl-%d properties, 99.5%
> (9486) are made up of pinctrl-[0-2]. 'pinctrl-8' is the current maximum
> found in dts files.
>
> Trying to parse all pinctrl-* properties and checking for pinctrl-%d is
> unnecessarily complicated. So, just add support for pinctrl-[0-8] for
> now. In the unlikely event we ever exceed pinctrl-8, we can come back
> and improve this.
>
> Signed-off-by: Saravana Kannan <saravanak@...gle.com>
> ---
> v1->v2:
> - Clarified in commit text that pinctrl-8 is the max found in the dts
> files.
>
> drivers/of/property.c | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
Applied, thanks!
Powered by blists - more mailing lists