Re: [PATCH] pinctrl: aspeed: Fix GPI only function problem.

2020-10-29 Thread Joel Stanley
On Fri, 30 Oct 2020 at 04:28, Andrew Jeffery wrote: > > Hi Billy, > > On Tue, 27 Oct 2020, at 19:14, Billy Tsai wrote: > > Some gpio pin at aspeed soc is input only and the prefix name of these > > pin is "GPI" only. This patch fine-tune the condition of GPIO check from > > "GPIO" to "GPI". > > >

Re: [PATCH] pinctrl: aspeed: Fix GPI only function problem.

2020-10-29 Thread Andrew Jeffery
Hi Billy, On Tue, 27 Oct 2020, at 19:14, Billy Tsai wrote: > Some gpio pin at aspeed soc is input only and the prefix name of these > pin is "GPI" only. This patch fine-tune the condition of GPIO check from > "GPIO" to "GPI". > > Signed-off-by: Billy Tsai I'd like it if we were a bit more speci

[PATCH] pinctrl: aspeed: Fix GPI only function problem.

2020-10-27 Thread Billy Tsai
Some gpio pin at aspeed soc is input only and the prefix name of these pin is "GPI" only. This patch fine-tune the condition of GPIO check from "GPIO" to "GPI". Signed-off-by: Billy Tsai --- drivers/pinctrl/aspeed/pinctrl-aspeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git