[PATCH 0/2] TTY Driver for Newhaven LCD module

From: Alan Tull
Date: Tue Mar 17 2015 - 16:39:06 EST


Supports a 2 line by 16 character LCD module over I2C.

Alan Tull (2):
newhaven lcd: device tree bindings documentation
add newhaven lcd tty driver on i2c

.../devicetree/bindings/tty/newhaven_lcd.txt | 21 +
drivers/tty/Kconfig | 5 +
drivers/tty/Makefile | 1 +
drivers/tty/newhaven_lcd.c | 733 ++++++++++++++++++++
include/linux/platform_data/newhaven_lcd.h | 25 +
5 files changed, 785 insertions(+)
create mode 100644 Documentation/devicetree/bindings/tty/newhaven_lcd.txt
create mode 100644 drivers/tty/newhaven_lcd.c
create mode 100644 include/linux/platform_data/newhaven_lcd.h

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/