Re: [PATCH 4/8] gpio: exar: Fix iomap request

2017-05-13 Thread Andy Shevchenko
On Sat, May 13, 2017 at 10:29 AM, 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. I hoped this had been tested previously... FWIW: Reviewed-by: Andy Shevchenko > > Signed-off-by: Jan Kiszka > ---

[PATCH 4/8] gpio: exar: Fix iomap request

2017-05-13 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 --- drivers/gpio/gpio-exar.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/gpio/gpio-exar.c b/drivers/gp