Re: [PATCH] gpio: stp-xway: Implement get callback

2018-07-02 Thread Linus Walleij
On Thu, Jun 28, 2018 at 10:02 PM Mathias Kresin wrote: > Add an implementation to get the current GPIO state. > > The callback is used by the leds-gpio driver for example, in case the > current LED/GPIO state should be kept during driver load. > > Signed-off-by: Mathias Kresin Patch applied. Y

[PATCH] gpio: stp-xway: Implement get callback

2018-06-28 Thread Mathias Kresin
Add an implementation to get the current GPIO state. The callback is used by the leds-gpio driver for example, in case the current LED/GPIO state should be kept during driver load. Signed-off-by: Mathias Kresin --- drivers/gpio/gpio-stp-xway.c | 15 +++ 1 file changed, 15 insertions