From: Dmitry <dbaryshkov@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>,
Dmitry Torokhov <dtor@mail.ru>, Jiri Kosina <jkosina@suse.cz>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Hans-Christ
Subject: Re: WM97xx touchscreen drivers
Date: Tue, 1 Apr 2008 15:42:26 +0400 [thread overview]
Message-ID: <bc64b4640804010442k458bdd10jef0bc722ec25efd1@mail.gmail.com> (raw)
In-Reply-To: <20080401102825.GA30868@rakim.wolfsonmicro.main>
Hi,
2008/4/1, Mark Brown <broonie@opensource.wolfsonmicro.com>:
> This patch series adds support for the touchscreen controllers found in
> WM97xx devices. This revision of the series fixes some races when
> closing an active device and fixes a shadowed variable.
>
> This patch series is also available in the git repository at:
>
> git://opensource.wolfsonmicro.com/linux-2.6-touch upstream
Changelog since last repost?
>
> Mark Brown (6):
> Core driver for WM97xx touchscreens
> Add chip driver for WM9705 touchscreen
> Add chip driver for WM9712 touchscreen
> Add chip driver for WM9713 touchscreen
> Driver for WM97xx touchscreens in streaming mode on Mainstone
> Build system and MAINTAINERS entry for WM97xx touchscreen drivers
>
> MAINTAINERS | 10 +
> drivers/input/touchscreen/Kconfig | 52 ++
> drivers/input/touchscreen/Makefile | 7 +
> drivers/input/touchscreen/mainstone-wm97xx.c | 300 ++++++++++
> drivers/input/touchscreen/wm9705.c | 352 ++++++++++++
> drivers/input/touchscreen/wm9712.c | 461 +++++++++++++++
> drivers/input/touchscreen/wm9713.c | 459 +++++++++++++++
> drivers/input/touchscreen/wm97xx-core.c | 786 ++++++++++++++++++++++++++
> include/linux/wm97xx.h | 311 ++++++++++
> 9 files changed, 2738 insertions(+), 0 deletions(-)
> create mode 100644 drivers/input/touchscreen/mainstone-wm97xx.c
> create mode 100644 drivers/input/touchscreen/wm9705.c
> create mode 100644 drivers/input/touchscreen/wm9712.c
> create mode 100644 drivers/input/touchscreen/wm9713.c
> create mode 100644 drivers/input/touchscreen/wm97xx-core.c
> create mode 100644 include/linux/wm97xx.h
>
--
With best wishes
Dmitry
next prev parent reply other threads:[~2008-04-01 11:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-01 10:28 WM97xx touchscreen drivers Mark Brown
2008-04-01 10:36 ` [PATCH 1/6] Core driver for WM97xx touchscreens Mark Brown
2008-04-01 10:36 ` [PATCH 2/6] Add chip driver for WM9705 touchscreen Mark Brown
2008-04-01 10:36 ` [PATCH 3/6] Add chip driver for WM9712 touchscreen Mark Brown
2008-04-01 10:36 ` [PATCH 4/6] Add chip driver for WM9713 touchscreen Mark Brown
2008-04-01 10:36 ` [PATCH 5/6] Driver for WM97xx touchscreens in streaming mode on Mainstone Mark Brown
2008-04-01 10:36 ` [PATCH 6/6] Build system and MAINTAINERS entry for WM97xx touchscreen drivers Mark Brown
2008-04-02 5:04 ` Dmitry Torokhov
2008-04-02 10:37 ` Mark Brown
2008-04-01 11:42 ` Dmitry [this message]
2008-04-01 12:20 ` Mark Brown
2008-04-01 21:34 ` Andrew Morton
-- strict thread matches above, loose matches on Subject: below --
2008-03-20 9:39 Mark Brown
2008-02-29 16:50 Mark Brown
2008-03-04 14:02 ` Mark Brown
2008-03-04 15:27 ` Dmitry
2008-03-04 15:41 ` Mark Brown
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=bc64b4640804010442k458bdd10jef0bc722ec25efd1@mail.gmail.com \
--to=dbaryshkov@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=dtor@mail.ru \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).