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 devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html