Re: [PATCH 01/12] gpio: 74xx-mmio: Use of_device_get_match_data()

2018-05-02 Thread Linus Walleij
On Mon, Apr 30, 2018 at 9:38 AM, Thierry Reding wrote: > From: Thierry Reding > > Use of_device_get_match_data() instead of open-coding it. > > Signed-off-by: Thierry Reding All 12 patches applied! Thanks for your cleanup efforts, much much appreciated! Yours, Linus Walleij

[PATCH 01/12] gpio: 74xx-mmio: Use of_device_get_match_data()

2018-04-30 Thread Thierry Reding
From: Thierry Reding Use of_device_get_match_data() instead of open-coding it. Signed-off-by: Thierry Reding --- drivers/gpio/gpio-74xx-mmio.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/gpio/gpio-74xx-mmio.c b/drivers/gpio/gpio-74xx-mmio.c index 0475e8