mbox series

[PATCHv3,0/2] GPIO driver and bindings for Altera FPGA Manager I/O

Message ID AM5PR0701MB26574C348D239938F2E02482E4770@AM5PR0701MB2657.eurprd07.prod.outlook.com
Headers show
Series GPIO driver and bindings for Altera FPGA Manager I/O | expand

Message

Bernd Edlinger Oct. 8, 2017, 11:30 a.m. UTC
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