<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input/touchscreen/Makefile, branch v3.0.64</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/input/touchscreen/Makefile?h=v3.0.64</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/input/touchscreen/Makefile?h=v3.0.64'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-04-12T06:53:51Z</updated>
<entry>
<title>Input: add driver for Maxim max11801 touchscreen controller</title>
<updated>2011-04-12T06:53:51Z</updated>
<author>
<name>Zhang Jiejing</name>
<email>jiejing.zhang@freescale.com</email>
</author>
<published>2011-04-12T06:48:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4203306506ebe4eaaa84a2cbd7c1eb2fc0128faa'/>
<id>urn:sha1:4203306506ebe4eaaa84a2cbd7c1eb2fc0128faa</id>
<content type='text'>
Add MAXI max11801 resistive touchscreen controller driver. This driver
uses Auto Mode and Aperture Mode.

Support for other max1180x devices can be added to this driver as well,
as they use almost the same register addresses and codes.

You can find data sheet here:
http://www.maxim-ic.com/datasheet/index.mvp/id/5943

Signed-off-by: Zhang Jiejing &lt;jiejing.zhang@freescale.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tsc2005' into next</title>
<updated>2011-03-17T06:29:56Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2011-03-17T06:29:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=def179c271ac9b5020deca798470521f14d11edd'/>
<id>urn:sha1:def179c271ac9b5020deca798470521f14d11edd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Input: introduce tsc2005 driver</title>
<updated>2011-03-17T06:27:39Z</updated>
<author>
<name>Lauri Leukkunen</name>
<email>lauri.leukkunen@nokia.com</email>
</author>
<published>2011-03-17T05:07:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=37bd44694c7215e3e46e6ee4a930d197325a7168'/>
<id>urn:sha1:37bd44694c7215e3e46e6ee4a930d197325a7168</id>
<content type='text'>
Discussions:

http://www.mail-archive.com/linux-omap@vger.kernel.org/msg26748.html

Introduce a driver for the Texas Instruments TSC2005 touchscreen
controller (http://focus.ti.com/docs/prod/folders/print/tsc2005.html).

The patch is based on a driver by Lauri Leukkunen, with modifications
by David Brownell, Phil Carmody, Imre Deak, Hiroshi DOYU, Ari Kauppi,
Tony Lindgren, Jarkko Nikula, Eero Nurkkala and Roman Tereshonkov.

Signed-off-by: Lauri Leukkunen &lt;lauri.leukkunen@nokia.com&gt;
[aaro.koskinen@nokia.com: patch description, rebasing &amp; cleanup]
Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@nokia.com&gt;
[ext-srikar.1.bhavanarayana@nokia.com: various fixes]
Signed-off-by: Srikar &lt;ext-srikar.1.bhavanarayana@nokia.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: qt602240_ts - rename to atmel_mxt_ts</title>
<updated>2011-02-21T09:02:26Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2011-02-03T07:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=964de52147c2842092642512e6f654fc2ab51408'/>
<id>urn:sha1:964de52147c2842092642512e6f654fc2ab51408</id>
<content type='text'>
Since the driver will be supporting whole range of Atmels mXT touchscreen
controllers we better rename it to atmel_mxt_ts.

Acked-by: Iiro Valkonen &lt;iiro.valkonen@atmel.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: wm831x - add driver for Wolfson WM831x PMIC touchscreen controllers</title>
<updated>2011-01-30T20:32:29Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2011-01-30T20:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=00cfa730db0d8378685148e6365b9cec7384b275'/>
<id>urn:sha1:00cfa730db0d8378685148e6365b9cec7384b275</id>
<content type='text'>
Some of the WM831x series of PMICs from Wolfson Microelectronics include
a resistive touchscreen controller. Implement support for these controllers
within the input API.

Platform data is supported to allow configuration of system parameters such
as selection between four and five wire touchscreens and for specification
of optional direct to CPU IRQs for sample availability and for pen down.
Use of this feature for at least the data IRQ is strongly recommended.

Thanks to Julien Boibessot for extensive testing and detailed feedback.

Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Tested-by: Julien Boibessot &lt;julien.boibessot@armadeus.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add ST1232 touchscreen controller driver</title>
<updated>2010-12-16T07:40:13Z</updated>
<author>
<name>Tony SIM</name>
<email>chinyeow.sim.xt@renesas.com</email>
</author>
<published>2010-12-16T07:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=56a8bd6dcf81693e61a712097216904f3a4ab536'/>
<id>urn:sha1:56a8bd6dcf81693e61a712097216904f3a4ab536</id>
<content type='text'>
This patch introduces support for Sitronix ST1232 integrated capacitive
touchscreen with LCD module. The touchscreen is multitouch capable and
can report coordinates of up to two contact points.

Signed-off-by: Tony SIM &lt;chinyeow.sim.xt@renesas.com&gt;
Reviewed-by: Trilok Soni &lt;tsoni@codeaurora.org&gt;
Acked-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci</title>
<updated>2010-10-25T17:59:31Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-10-25T17:59:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=72e58063d63c5f0a7bf65312f1e3a5ed9bb5c2ff'/>
<id>urn:sha1:72e58063d63c5f0a7bf65312f1e3a5ed9bb5c2ff</id>
<content type='text'>
* 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci: (50 commits)
  davinci: fix remaining board support after io_pgoffst removal
  davinci: mityomapl138: make file local data static
  arm/davinci: remove duplicated include
  davinci: Initial support for Omapl138-Hawkboard
  davinci: MityDSP-L138/MityARM-1808 read MAC address from I2C Prom
  davinci: add tnetv107x touchscreen platform device
  input: add driver for tnetv107x touchscreen controller
  davinci: add keypad config for tnetv107x evm board
  davinci: add tnetv107x keypad platform device
  input: add driver for tnetv107x on-chip keypad controller
  net: davinci_emac: cleanup unused cpdma code
  net: davinci_emac: switch to new cpdma layer
  net: davinci_emac: separate out cpdma code
  net: davinci_emac: cleanup unused mdio emac code
  omap: cleanup unused davinci mdio arch code
  davinci: cleanup mdio arch code and switch to phy_id
  net: davinci_emac: switch to new mdio
  omap: add mdio platform devices
  davinci: add mdio platform devices
  net: davinci_emac: separate out davinci mdio
  ...

Fix up trivial conflict in drivers/input/keyboard/Kconfig (two entries
added next to each other - one from the davinci merge, one from the
input merge)
</content>
</entry>
<entry>
<title>Input: add ROHM BU21013 touch panel controller support</title>
<updated>2010-10-13T14:49:27Z</updated>
<author>
<name>Naveen Kumar Gaddipati</name>
<email>naveen.gaddipati@stericsson.com</email>
</author>
<published>2010-10-05T05:32:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4780c8df3856398020be2928d9e9fa8c457a09a4'/>
<id>urn:sha1:4780c8df3856398020be2928d9e9fa8c457a09a4</id>
<content type='text'>
Add the ROHM BU21013 capacitive touch panel controller support with
i2c interface.

Acked-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
Signed-off-by: Naveen Kumar Gaddipati &lt;naveen.gaddipati@stericsson.com&gt;
Acked-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>input: add driver for tnetv107x touchscreen controller</title>
<updated>2010-09-24T14:40:32Z</updated>
<author>
<name>Cyril Chemparathy</name>
<email>cyril@ti.com</email>
</author>
<published>2010-09-20T16:26:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0fa6c773ad6e9ac6cfa6bad0a729e18babd602c3'/>
<id>urn:sha1:0fa6c773ad6e9ac6cfa6bad0a729e18babd602c3</id>
<content type='text'>
This patch adds support for tnetv107x's on-chip touchscreen controller.

Signed-off-by: Cyril Chemparathy &lt;cyril@ti.com&gt;
Acked-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Kevin Hilman &lt;khilman@deeprootsystems.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mrst-touchscreen' into next</title>
<updated>2010-09-05T19:20:24Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2010-09-05T19:20:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=92944c1c943647c7eb39c081feeecdd169f68ee4'/>
<id>urn:sha1:92944c1c943647c7eb39c081feeecdd169f68ee4</id>
<content type='text'>
Conflicts:
	drivers/input/touchscreen/Makefile
</content>
</entry>
</feed>
