<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/input/touchscreen/Kconfig, branch linux-2.6.28.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.28.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.28.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2008-10-22T18:34:09+00:00</updated>
<entry>
<title>Merge branch 'for-rmk' of git://git.android.com/kernel into devel</title>
<updated>2008-10-22T18:34:09+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-10-22T18:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f20e3b5fe7ead0615309433260b9784d8da0bbbd'/>
<id>urn:sha1:f20e3b5fe7ead0615309433260b9784d8da0bbbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[ARM] pxa: fix the corgi_ssp.c dependency issue in {corgi,spitz}_defconfig</title>
<updated>2008-10-21T03:36:19+00:00</updated>
<author>
<name>Eric Miao</name>
<email>eric.miao@marvell.com</email>
</author>
<published>2008-10-21T03:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=45e2a9b48538ac7ce4ed557f31a0618782a72aa1'/>
<id>urn:sha1:45e2a9b48538ac7ce4ed557f31a0618782a72aa1</id>
<content type='text'>
Separate building of corgi_ssp.c, and introduce a new hidden config option
CONFIG_CORGI_SSP_DEPRECATED for this. Aslo mark corgi_ts.c and corgi_bl.c
as deprecated.

This unbreaks the legacy configs in {corgi,spitz}_defconfig, however, SPI
based ADS7846 touchscreen driver and a new SPI-based corgi_lcd.c driver
with integrated backlight support are recommended.

Signed-off-by: Eric Miao &lt;eric.miao@marvell.com&gt;
</content>
</entry>
<entry>
<title>mfd: further unbork the ucb1400 ac97_bus dependencies</title>
<updated>2008-10-19T20:54:13+00:00</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@linux-foundation.org</email>
</author>
<published>2008-10-15T11:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=64c12e9b7edb0bfce9c5d7db43091b67894d8339'/>
<id>urn:sha1:64c12e9b7edb0bfce9c5d7db43091b67894d8339</id>
<content type='text'>
Cc: "Randy.Dunlap" &lt;rdunlap@xenotime.net&gt;
Cc: KAMEZAWA Hiroyuki &lt;kamezawa.hiroyu@jp.fujitsu.com&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@openedhand.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pxa-palm' into pxa-machines</title>
<updated>2008-10-07T18:07:22+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-10-07T18:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1543966a079fc7065849ae43ca4dd767c188ad55'/>
<id>urn:sha1:1543966a079fc7065849ae43ca4dd767c188ad55</id>
<content type='text'>
Conflicts:

	drivers/mfd/Kconfig
	drivers/pcmcia/Makefile
</content>
</entry>
<entry>
<title>[ARM] 5184/1: Split ucb1400_ts into core and touchscreen</title>
<updated>2008-08-20T22:22:22+00:00</updated>
<author>
<name>Marek Vašut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2008-08-03T20:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d9105c2b01eedb620cae96073dde4f760367817f'/>
<id>urn:sha1:d9105c2b01eedb620cae96073dde4f760367817f</id>
<content type='text'>
This patch splits ucb1400_ts into ucb1400_ts and ucb1400_core.
Since this chip supports more features than only touchscreen,
it was necessary to prepare it for feature addition. The
previous functionality is preserved by applying this patch.

[Build fixes for non-ARM by Stephen Rothwell and Takashi Iwai]

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>Input: wm97xx - enable sub-drivers by default</title>
<updated>2008-07-29T05:27:03+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2008-07-29T05:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=558a171d778293176bf70bc34e18a92faef5bfa1'/>
<id>urn:sha1:558a171d778293176bf70bc34e18a92faef5bfa1</id>
<content type='text'>
Currently the support for each WM97xx touchscreen model is compiled out
by default, meaning that the default configuration when the driver is
built is for it to support no hardware.  This is suboptimal and leads to
problems like distribution kernels shipping a non-functional driver.

Change the default to support all controllers and update the help text
to reflect this.

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 driver for Atmel integrated touchscreen controller</title>
<updated>2008-07-24T02:03:09+00:00</updated>
<author>
<name>Dan Liang</name>
<email>Dan.Liang@atmel.com</email>
</author>
<published>2008-07-24T01:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/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>
<entry>
<title>Input: add driver for Tabletkiosk Sahara TouchIT-213 touchscreen</title>
<updated>2008-07-07T16:00:30+00:00</updated>
<author>
<name>Claudio Nieder</name>
<email>private@claudio.ch</email>
</author>
<published>2008-07-07T15:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=73422392734bb68c8ff8bc74ce1bbdc32f1b639a'/>
<id>urn:sha1:73422392734bb68c8ff8bc74ce1bbdc32f1b639a</id>
<content type='text'>
Signed-off-by: Claudio Nieder &lt;private@claudio.ch&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: Add driver for iNexio serial touchscreen.</title>
<updated>2008-06-30T13:37:32+00:00</updated>
<author>
<name>Richard Lemon</name>
<email>richard@codelemon.com</email>
</author>
<published>2008-06-26T14:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3cadd2d98972f806165c634553ac4918b2b7920c'/>
<id>urn:sha1:3cadd2d98972f806165c634553ac4918b2b7920c</id>
<content type='text'>
Signed-off-by: Richard Lemon &lt;richard@codelemon.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>Input: add HTC Shift Touchscreen Driver</title>
<updated>2008-06-02T04:38:35+00:00</updated>
<author>
<name>Pau Oliva Fora</name>
<email>pau@eslack.org</email>
</author>
<published>2008-06-02T04:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=5a18c343a6bee4b38965f14a40ccb95306641f87'/>
<id>urn:sha1:5a18c343a6bee4b38965f14a40ccb95306641f87</id>
<content type='text'>
Signed-off-by: Pau Oliva Fora &lt;pau@eslack.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
</feed>
