Re: [U-Boot] [PATCH] gpio: dwapb_gpio: Enable get_function support

2018-08-15 Thread Ley Foon Tan
On Wed, Aug 15, 2018 at 6:12 PM, Marek Vasut wrote: > On 08/15/2018 08:05 PM, Ley Foon Tan wrote: >> Enabled get_function support for dwapb where the function will >> return the state of GPIO port. >> >> Signed-off-by: Chin Liang See >> Signed-off-by: Ley Foon Tan >> --- >>

Re: [U-Boot] [PATCH] gpio: dwapb_gpio: Enable get_function support

2018-08-15 Thread Marek Vasut
On 08/15/2018 08:05 PM, Ley Foon Tan wrote: > Enabled get_function support for dwapb where the function will > return the state of GPIO port. > > Signed-off-by: Chin Liang See > Signed-off-by: Ley Foon Tan > --- > drivers/gpio/dwapb_gpio.c | 15 +++ > 1 file changed, 15