From: ivan.kuten@promwad.com (Ivan Kuten)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] MISC: driver for the character LCD found in ARM refdesigns
Date: Sat, 17 Jul 2010 15:37:39 +0300 [thread overview]
Message-ID: <4C41A413.50205@promwad.com> (raw)
In-Reply-To: <1279365780-18462-1-git-send-email-triad@df.lth.se>
Hello Linus,
> diff --git a/drivers/misc/arm-charlcd.c b/drivers/misc/arm-charlcd.c
> new file mode 100644
> index 0000000..9e3879e
> --- /dev/null
> +++ b/drivers/misc/arm-charlcd.c
> @@ -0,0 +1,396 @@
> +/*
> + * Driver for the on-board character LCD found on some ARM reference boards
> + * This is basically an Hitachi HD44780 LCD with a custom IP block to drive it
> + * http://en.wikipedia.org/wiki/HD44780_Character_LCD
> + * Currently it will just display the text "ARM Linux" and the linux version
> + *
> + * License terms: GNU General Public License (GPL) version 2
> + * Author: Linus Walleij<triad@df.lth.se>
> + */
Any chance to sync your efforts with lcd-linux project (http://lcd-linux.sourceforge.net/) ?
They seems to have a support for HD44780 LCD controller. Mattia, project maintainer is on CC
copy.
Best regards,
Ivan Kuten
-----------------------------------------------------------
Head of Embedded Software Department
Promwad Innovation Company
22, Olshevskogo St.,
220073, Minsk,
BELARUS
Phone/Fax: +375 (17) 312-1246
Skype: vanokuten
Web: www.promwad.com
WARNING: multiple messages have this Message-ID (diff)
From: Ivan Kuten <ivan.kuten@promwad.com>
To: Linus Walleij <triad@df.lth.se>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org,
Russell King <linux@arm.linux.org.uk>,
linux-arm-kernel@lists.infradead.org, mattia.jona@gmail.com,
"'Viktar Palstsiuk'" <viktar.palstsiuk@promwad.com>
Subject: Re: [PATCH 1/2] MISC: driver for the character LCD found in ARM refdesigns
Date: Sat, 17 Jul 2010 15:37:39 +0300 [thread overview]
Message-ID: <4C41A413.50205@promwad.com> (raw)
In-Reply-To: <1279365780-18462-1-git-send-email-triad@df.lth.se>
Hello Linus,
> diff --git a/drivers/misc/arm-charlcd.c b/drivers/misc/arm-charlcd.c
> new file mode 100644
> index 0000000..9e3879e
> --- /dev/null
> +++ b/drivers/misc/arm-charlcd.c
> @@ -0,0 +1,396 @@
> +/*
> + * Driver for the on-board character LCD found on some ARM reference boards
> + * This is basically an Hitachi HD44780 LCD with a custom IP block to drive it
> + * http://en.wikipedia.org/wiki/HD44780_Character_LCD
> + * Currently it will just display the text "ARM Linux" and the linux version
> + *
> + * License terms: GNU General Public License (GPL) version 2
> + * Author: Linus Walleij<triad@df.lth.se>
> + */
Any chance to sync your efforts with lcd-linux project (http://lcd-linux.sourceforge.net/) ?
They seems to have a support for HD44780 LCD controller. Mattia, project maintainer is on CC
copy.
Best regards,
Ivan Kuten
-----------------------------------------------------------
Head of Embedded Software Department
Promwad Innovation Company
22, Olshevskogo St.,
220073, Minsk,
BELARUS
Phone/Fax: +375 (17) 312-1246
Skype: vanokuten
Web: www.promwad.com
next prev parent reply other threads:[~2010-07-17 12:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-17 11:23 [PATCH 1/2] MISC: driver for the character LCD found in ARM refdesigns Linus Walleij
2010-07-17 11:23 ` Linus Walleij
2010-07-17 11:31 ` Linus Walleij
2010-07-17 11:31 ` Linus Walleij
2010-07-17 12:37 ` Ivan Kuten [this message]
2010-07-17 12:37 ` Ivan Kuten
2010-07-17 22:10 ` Linus Walleij
2010-07-17 22:10 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C41A413.50205@promwad.com \
--to=ivan.kuten@promwad.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.