[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1426624607-2832-1-git-send-email-atull@opensource.altera.com>
Date: Tue, 17 Mar 2015 15:36:45 -0500
From: Alan Tull <atull@...nsource.altera.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC: Jiri Slaby <jslaby@...e.cz>, Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Alan Tull <atull@...nsource.altera.com>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<delicious.quinoa@...il.com>, <dinguyen@...nsource.altera.com>,
<yvanderv@...nsource.altera.com>
Subject: [PATCH 0/2] TTY Driver for Newhaven LCD module
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists