Re: [PATCH v6 04/10] gpio: exar: Fix iomap request

2017-06-20 Thread Linus Walleij
On Fri, Jun 9, 2017 at 8:33 PM, Jan Kiszka wrote: > The UART driver already maps the resource for us. Trying to do this here > only fails and leaves us with a non-working device. > > Signed-off-by: Jan Kiszka > Reviewed-by: Andy Shevchenko > Acked-by: Linus Walleij This patch does not apply t

[PATCH v6 04/10] gpio: exar: Fix iomap request

2017-06-09 Thread Jan Kiszka
The UART driver already maps the resource for us. Trying to do this here only fails and leaves us with a non-working device. Signed-off-by: Jan Kiszka Reviewed-by: Andy Shevchenko Acked-by: Linus Walleij --- drivers/gpio/gpio-exar.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions