Re: [U-Boot] [PATCH] gpio: mxs: add name_to_gpio() function

2016-01-03 Thread Stefano Babic
On 15/12/2015 23:27, Mans Rullgard wrote: > Override the default name_to_gpio() function with one that > accepts strings of the form bank:pin. If a colon is present > in the provided name, it behaves like the default version. > > This lets the "gpio" command work with sane names rather than > req

[U-Boot] [PATCH] gpio: mxs: add name_to_gpio() function

2015-12-15 Thread Mans Rullgard
Override the default name_to_gpio() function with one that accepts strings of the form bank:pin. If a colon is present in the provided name, it behaves like the default version. This lets the "gpio" command work with sane names rather than requiring the user to enter the bank/pin composite in dec