Re: [U-Boot] [PATCH 09/33] gpio: Use case-insentive matching on the GPIO name

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Allow the 'gpio' command to match GPIO bank names regardless of the case > of each. While these are generally in upper case, it is useful to be able > to provide lower case with the command. > > Signed-off-by: Simon Glass > --- > >

[U-Boot] [PATCH 09/33] gpio: Use case-insentive matching on the GPIO name

2019-01-21 Thread Simon Glass
Allow the 'gpio' command to match GPIO bank names regardless of the case of each. While these are generally in upper case, it is useful to be able to provide lower case with the command. Signed-off-by: Simon Glass --- cmd/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git