As requested I re-send the GPIO driver and bindings as a patch series. FAOD I incremented the patch version to v3, although nothing has changed. First part is the bindings and second part is the driver. Sorry for the confusion. Bernd Edlinger (2): Add device tree bindings for Altera FPGA Manager GPIO Add a GPIO driver for Altera FPGA Manager Fabric I/O .../bindings/gpio/gpio-altera-fpgamgr.txt | 45 +++++ drivers/gpio/Kconfig | 6 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-altera-fpgamgr.c | 219 +++++++++++++++++++++ 4 files changed, 271 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-altera-fpgamgr.txt create mode 100644 drivers/gpio/gpio-altera-fpgamgr.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html