[PATCH 5/9] gpio: Add Fujitsu MB86S7x GPIO driver
From: Linus Walleij <hidden>
Date: 2014-12-03 13:32:31
Also in:
linux-devicetree, linux-gpio
From: Linus Walleij <hidden>
Date: 2014-12-03 13:32:31
Also in:
linux-devicetree, linux-gpio
On Thu, Nov 20, 2014 at 1:37 PM, Vincent Yang [off-list ref] wrote:
Driver for Fujitsu MB86S7x SoCs that have a memory mapped GPIO controller. Signed-off-by: Andy Green <redacted> Signed-off-by: Jassi Brar <redacted> Signed-off-by: Vincent Yang <redacted> Signed-off-by: Tetsuya Nuriya <redacted>
This is a very simple MMIO GPIO controller. Why can this *not* just select GPIO_GENERIC and use drivers/gpio/gpio-generic.c? You need a smallish driver making use of the generic MMIO library, see for example drivers/gpio/gpio-74xx-mmio.c or any other driver selecting GPIO_GENERIC. Yours, Linus Walleij