<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input/touchscreen/Makefile, branch v2.6.31.2</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/input/touchscreen/Makefile?h=v2.6.31.2</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/input/touchscreen/Makefile?h=v2.6.31.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2009-06-11T09:03:39Z</updated>
<entry>
<title>Input: add support for touchscreen on W90P910 ARM platform</title>
<updated>2009-06-11T09:03:39Z</updated>
<author>
<name>Wan ZongShun</name>
<email>mcuos.com@gmail.com</email>
</author>
<published>2009-06-11T06:27:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7e3f73754e489e8c7742eaba15b608757b5bbb28'/>
<id>urn:sha1:7e3f73754e489e8c7742eaba15b608757b5bbb28</id>
<content type='text'>
The touchscreen works in two modes, wait trigger mode and auto-semi
mode. The device starts in wait trigger mode and waits until pressure
is detected, then device sets WT_INT bit and raises an interrupt.
The driver should put the device into auto-semi mode and prepare for
reading first X and then Y coordinates. When coordinate data is ready
the driver sets ADC_INT bit and raises interrupt again.

[dtor@mail.ru: various cleanups]
Signed-off-by: Wan ZongShun &lt;mcuos.com@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add driver for EETI touchpanels</title>
<updated>2009-05-20T02:25:35Z</updated>
<author>
<name>Daniel Mack</name>
<email>daniel@caiaq.de</email>
</author>
<published>2009-05-18T23:10:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=10494dce0b43ed3212abde64bf759705ee3c56ef'/>
<id>urn:sha1:10494dce0b43ed3212abde64bf759705ee3c56ef</id>
<content type='text'>
This patch adds a driver for EETI's I2C connected touchscreens.

Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Tested-by: Sven Neumann &lt;s.neumann@raumfeld.com&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add wm97xx accelerated driver for Atmel microprocessors</title>
<updated>2009-04-19T02:13:34Z</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2009-04-19T01:45:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=864fe73c312ca8e177da01207ce86fb1b80b3e54'/>
<id>urn:sha1:864fe73c312ca8e177da01207ce86fb1b80b3e54</id>
<content type='text'>
This patch adds an accelerated driver for Atmel AVR32 AT32AP700X
microprocessors. It uses interrupts on the channel B in the AC97
controller. Thus, offloading the work queue in the wm97xx-ts driver.

The driver has been tested with Atmel AVR32 AT32AP7000 and Wolfson
WM9712 codec.

The driver can also be easily modified to support Atmel AT91 devices, as
AT91 and AVR32 share the same AC97C module.

[Fixed leak of atmel_wm97xx when probe fails. -- broonie]
[dtor@mail.ru: do not report ABS_PRESSURE events when not measuring pressure]
Signed-off-by: Hans-Christian Egtvedt &lt;hans-christian.egtvedt@atmel.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add AD7879 Touchscreen driver</title>
<updated>2009-03-10T03:14:10Z</updated>
<author>
<name>Michael Hennerich</name>
<email>michael.hennerich@analog.com</email>
</author>
<published>2009-03-10T03:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b4be468cc1e65110d9144751bf7079dad6f142b7'/>
<id>urn:sha1:b4be468cc1e65110d9144751bf7079dad6f142b7</id>
<content type='text'>
[randy.dunlap@oracle.com: don't use bus_id]
[dtor@mail.ru: locking and other fixups]
Signed-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;
Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;
Signed-off-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add AD7877 touchscreen driver</title>
<updated>2009-03-10T03:13:32Z</updated>
<author>
<name>Michael Hennerich</name>
<email>michael.hennerich@analog.com</email>
</author>
<published>2009-03-10T03:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=331b78ed300d9b37bd42dbc8b19f6277151a0dfa'/>
<id>urn:sha1:331b78ed300d9b37bd42dbc8b19f6277151a0dfa</id>
<content type='text'>
[dtor@mail.ru: locking and other fixups]
Signed-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;
Signed-off-by: Bryan Wu &lt;bryan.wu@analog.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add accelerated touchscreen support for Marvell Zylonite</title>
<updated>2009-03-08T23:35:26Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2009-03-04T09:12:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=22e39d344f5f3465dffb9e2713bb8d7cf1f5aec8'/>
<id>urn:sha1:22e39d344f5f3465dffb9e2713bb8d7cf1f5aec8</id>
<content type='text'>
This patch implements accelerated touchscreen support for the Marvell
Zylonite development platform, supporting pen down interrupts and
continuous mode data transfers.

Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add da9034 touchscreen support</title>
<updated>2008-12-23T09:36:50Z</updated>
<author>
<name>Eric Miao</name>
<email>eric.y.miao@gmail.com</email>
</author>
<published>2008-12-23T09:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9bcc00b96fc14c0cca94252b19a6e05c7d031f4a'/>
<id>urn:sha1:9bcc00b96fc14c0cca94252b19a6e05c7d031f4a</id>
<content type='text'>
Add support for the built-in touchscreen controller in DA9034
(aka Micco), usually found on platforms with xscale processors.

Signed-off-by: Eric Miao &lt;eric.miao@marvell.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add tsc2007 based touchscreen driver</title>
<updated>2008-12-20T10:00:43Z</updated>
<author>
<name>Kwangwoo Lee</name>
<email>kwangwoo.lee@gmail.com</email>
</author>
<published>2008-12-20T09:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=50b6f1f4a430608f7345f66ecd68a129bff11649'/>
<id>urn:sha1:50b6f1f4a430608f7345f66ecd68a129bff11649</id>
<content type='text'>
This drive has been tested on ARM9 based SoC - MV86XX.

Signed-off-by: Kwangwoo Lee &lt;kwangwoo.lee@gmail.com&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add support for Wacom W8001 penabled serial touchscreen</title>
<updated>2008-11-24T16:41:38Z</updated>
<author>
<name>Jaya Kumar</name>
<email>jayakumar.lkml@gmail.com</email>
</author>
<published>2008-11-19T21:58:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3eb1aa43ef5cb871ba3fb2f08633675eca374d2e'/>
<id>urn:sha1:3eb1aa43ef5cb871ba3fb2f08633675eca374d2e</id>
<content type='text'>
The Wacom W8001 sensor is a sensor device (uses electromagnetic
resonance) and it is interfaced via its serial microcontroller
to the host.

Signed-off-by: Jaya Kumar &lt;jayakumar.lkml@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add driver for Atmel integrated touchscreen controller</title>
<updated>2008-07-24T02:03:09Z</updated>
<author>
<name>Dan Liang</name>
<email>Dan.Liang@atmel.com</email>
</author>
<published>2008-07-24T01:27:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=72d18a7b9e1a3a9511bae78fc7f0932ae01d5d73'/>
<id>urn:sha1:72d18a7b9e1a3a9511bae78fc7f0932ae01d5d73</id>
<content type='text'>
The AT91SAM9RL SoC integrates a Touchscreen Controller which
can trigger ADC conversion periodically.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
Signed-off-by: Dan Liang &lt;dan.liang@atmel.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
