Hi, Part 1 (bindings) addresses review comments. - removes driver name from the change log - removes documentation of "status" Part 2 (driver) is unchanged. 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 | 43 ++++ drivers/gpio/Kconfig | 6 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-altera-fpgamgr.c | 219 +++++++++++++++++++++ 4 files changed, 269 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 linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html