<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/input/touchscreen, branch v3.10-rc4</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/input/touchscreen?h=v3.10-rc4</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/input/touchscreen?h=v3.10-rc4'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2013-05-06T03:13:10Z</updated>
<entry>
<title>Input: egalax_ts - ABS_MT_POSITION_Y not reported well</title>
<updated>2013-05-06T03:13:10Z</updated>
<author>
<name>Heiko Abraham</name>
<email>abrahamh@web.de</email>
</author>
<published>2013-05-06T02:49:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3c9cfa782e075cc2348b949ba139911aac02c7cb'/>
<id>urn:sha1:3c9cfa782e075cc2348b949ba139911aac02c7cb</id>
<content type='text'>
The egalax_ts touchscreen modul not report ABS_MT_POSITION_Y proper.
As result it may be, that upper software levels only receive x coordinates well.

Signed-off-by: Heiko Abraham &lt;abrahamh@web.de&gt;
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: st1232 - add reset pin handling</title>
<updated>2013-04-15T17:00:44Z</updated>
<author>
<name>Bastian Hecht</name>
<email>hechtb@gmail.com</email>
</author>
<published>2013-04-15T16:31:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e6a90810559cc3755a5b1629d1fd0b914462f98c'/>
<id>urn:sha1:e6a90810559cc3755a5b1629d1fd0b914462f98c</id>
<content type='text'>
We add the possibility to hand over a GPIO number for the reset pin.
This way we can remove existing board code that takes care of it and
group this information properly in the platform data or in the device
tree configuration.

Signed-off-by: Bastian Hecht &lt;hechtb+renesas@gmail.com&gt;
Acked-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: st1232 - convert to devm_* infrastructure</title>
<updated>2013-04-15T17:00:30Z</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart+renesas@ideasonboard.com</email>
</author>
<published>2013-04-15T16:23:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=95b24d22135549ac8352d719a052002838bb9f80'/>
<id>urn:sha1:95b24d22135549ac8352d719a052002838bb9f80</id>
<content type='text'>
Use the devm_* managed functions to allocate resources.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: ad7877 - use spi_get_drvdata() and spi_set_drvdata()</title>
<updated>2013-04-08T04:02:25Z</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-04-08T03:52:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e1793c69c82626717257285f437b0da7ad0d2e99'/>
<id>urn:sha1:e1793c69c82626717257285f437b0da7ad0d2e99</id>
<content type='text'>
Use the wrapper functions for getting and setting the driver data using
spi_device instead of using dev_{get|set}_drvdata with &amp;spi-&gt;dev, so we
can directly pass a struct spi_device.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()</title>
<updated>2013-04-08T04:02:21Z</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-04-08T03:52:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c12454fad579f3eae7260ed5c4346eeea4044ccb'/>
<id>urn:sha1:c12454fad579f3eae7260ed5c4346eeea4044ccb</id>
<content type='text'>
Use the wrapper functions for getting and setting the driver data using
spi_device instead of using dev_{get|set}_drvdata with &amp;spi-&gt;dev, so we
can directly pass a struct spi_device.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: eeti_ts - remove redundant null check</title>
<updated>2013-03-31T07:22:27Z</updated>
<author>
<name>Sachin Kamat</name>
<email>sachin.kamat@linaro.org</email>
</author>
<published>2013-03-28T08:14:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=80e3e5328a9978fae3654ead657e9df653508713'/>
<id>urn:sha1:80e3e5328a9978fae3654ead657e9df653508713</id>
<content type='text'>
'pdata' is already dereferenced earlier. Hence this check is
meaningless.

Signed-off-by: Sachin Kamat &lt;sachin.kamat@linaro.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: edt-ft5x06 - remove redundant null check before kfree</title>
<updated>2013-03-31T07:21:34Z</updated>
<author>
<name>Sachin Kamat</name>
<email>sachin.kamat@linaro.org</email>
</author>
<published>2013-03-28T08:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8efcc503231dd50800f874725961dfdae5f08f52'/>
<id>urn:sha1:8efcc503231dd50800f874725961dfdae5f08f52</id>
<content type='text'>
kfree on a null pointer is a no-op. Hence null check is not
necessary.

Signed-off-by: Sachin Kamat &lt;sachin.kamat@linaro.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: mc13783_ts - use module_platform_driver_probe()</title>
<updated>2013-03-18T04:37:39Z</updated>
<author>
<name>Fabio Porcedda</name>
<email>fabio.porcedda@gmail.com</email>
</author>
<published>2013-03-18T04:31:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=38a46eb8cc0faec0345c27083fb26d1e7e02ccff'/>
<id>urn:sha1:38a46eb8cc0faec0345c27083fb26d1e7e02ccff</id>
<content type='text'>
This patch converts the drivers to use the
module_platform_driver_probe() macro which makes the code smaller and
a bit simpler.

Signed-off-by: Fabio Porcedda &lt;fabio.porcedda@gmail.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Input: atmel-wm97xx - use module_platform_driver_probe macro</title>
<updated>2013-03-18T04:37:35Z</updated>
<author>
<name>Sachin Kamat</name>
<email>sachin.kamat@linaro.org</email>
</author>
<published>2013-03-18T04:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8698a9382603faf64f045445b90f768522af28da'/>
<id>urn:sha1:8698a9382603faf64f045445b90f768522af28da</id>
<content type='text'>
module_platform_driver_probe() eliminates the boilerplate and simplifies
the code.

Signed-off-by: Sachin Kamat &lt;sachin.kamat@linaro.org&gt;
Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'v3.9-rc3' into next</title>
<updated>2013-03-18T02:40:50Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2013-03-18T02:40:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=688d794c4c3f8b08c814381ee2edd3ede5856056'/>
<id>urn:sha1:688d794c4c3f8b08c814381ee2edd3ede5856056</id>
<content type='text'>
Merge with mainline to bring in module_platform_driver_probe() and
devm_ioremap_resource().
</content>
</entry>
</feed>
