Re: [PATCH V5] gpio: New driver for LSI ZEVIO SoCs
From: Linus Walleij <hidden>
Date: 2013-08-29 18:30:23
Also in:
linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2013-08-29 18:30:23
Also in:
linux-gpio, lkml
On Mon, Aug 26, 2013 at 8:18 PM, Fabian Vogt [off-list ref] wrote:
This driver supports the GPIO controller found in LSI ZEVIO SoCs. It has been successfully tested on a TI nspire CX calculator. --- .../devicetree/bindings/gpio/gpio-zevio.txt | 15 ++ drivers/gpio/Kconfig | 6 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-zevio.c | 210 +++++++++++++++++++++ 4 files changed, 232 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-zevio.txt create mode 100644 drivers/gpio/gpio-zevio.c
Repeating what Stephen said, can you please provide a changelog? I need an overview of what changed over time. Yours, Linus Walleij