Re: [PATCH] gpio: Add support for gpio-line-names reading

2020-08-13 Thread Michal Simek
Hi, On 28. 07. 20 20:58, Simon Glass wrote: > On Tue, 21 Jul 2020 at 07:15, Michal Simek wrote: >> >> The commit 2bd261dd1712 ("gpio: search for gpio label if gpio is not found >> through bank name") introduced the option to search gpio via labels (gpio >> hog). This patch is just follow up on th

Re: [PATCH] gpio: Add support for gpio-line-names reading

2020-07-28 Thread Simon Glass
On Tue, 21 Jul 2020 at 07:15, Michal Simek wrote: > > The commit 2bd261dd1712 ("gpio: search for gpio label if gpio is not found > through bank name") introduced the option to search gpio via labels (gpio > hog). This patch is just follow up on this and fills pin name based on > gpio-line-names DT

Re: [PATCH] gpio: Add support for gpio-line-names reading

2020-07-21 Thread Heiko Schocher
Hello Michal, Am 21.07.2020 um 15:14 schrieb Michal Simek: The commit 2bd261dd1712 ("gpio: search for gpio label if gpio is not found through bank name") introduced the option to search gpio via labels (gpio hog). This patch is just follow up on this and fills pin name based on gpio-line-names D

[PATCH] gpio: Add support for gpio-line-names reading

2020-07-21 Thread Michal Simek
The commit 2bd261dd1712 ("gpio: search for gpio label if gpio is not found through bank name") introduced the option to search gpio via labels (gpio hog). This patch is just follow up on this and fills pin name based on gpio-line-names DT property. Signed-off-by: Michal Simek --- arch/sandbox/d