Re: [PATCH v2 3/3] gpio: mockup: use irq_sim

2017-08-13 Thread Linus Walleij
On Tue, Aug 1, 2017 at 4:50 PM, Bartosz Golaszewski wrote: > Shrink the driver by removing the code dealing with dummy interrupts > and replacing it with calls to the irq_sim API. > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Linus Walleij

Re: [PATCH v2 3/3] gpio: mockup: use irq_sim

2017-08-12 Thread Jonathan Cameron
On Tue, 1 Aug 2017 16:50:28 +0200 Bartosz Golaszewski wrote: > Shrink the driver by removing the code dealing with dummy interrupts > and replacing it with calls to the irq_sim API. > > Signed-off-by: Bartosz Golaszewski Looks straight forward to me. Acked-by:

[PATCH v2 3/3] gpio: mockup: use irq_sim

2017-08-01 Thread Bartosz Golaszewski
Shrink the driver by removing the code dealing with dummy interrupts and replacing it with calls to the irq_sim API. Signed-off-by: Bartosz Golaszewski --- drivers/gpio/Kconfig | 2 +- drivers/gpio/gpio-mockup.c | 77 +- 2 files