<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git, branch toradex_imx6</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>apalis_imx6: spdif support</title>
<updated>2014-05-19T16:12:13+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-05-19T16:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=75c0ddf8b632063136925b57fc21cdc4563e3927'/>
<id>75c0ddf8b632063136925b57fc21cdc4563e3927</id>
<content type='text'>
Add end mark to pin array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add end mark to pin array.
</pre>
</div>
</content>
</entry>
<entry>
<title>apalis_imx6: spdif support</title>
<updated>2014-05-05T10:41:57+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-05-05T10:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1a56847cbde85db9edbdfe51fb3b15e377f13f1f'/>
<id>1a56847cbde85db9edbdfe51fb3b15e377f13f1f</id>
<content type='text'>
- use macro to be able to use quad and dual lite SOC
- remove spdif from the common_pads
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use macro to be able to use quad and dual lite SOC
- remove spdif from the common_pads
</pre>
</div>
</content>
</entry>
<entry>
<title>apalis_imx6: spdif support</title>
<updated>2014-04-08T11:53:48+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2014-04-08T11:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1af71dd0514d33b9d79a77d693608eecba2c66df'/>
<id>1af71dd0514d33b9d79a77d693608eecba2c66df</id>
<content type='text'>
Integrate S/PDIF support on standard Apalis MXM3 pins 215 (SPDIF1_OUT)
and 217 (SPDIF1_IN):

card 1: imxspdif [imx-spdif], device 0: IMX SPDIF mxc-spdif-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Tested with Apalis iMX6Q 1GB V1.0A on Apalis Evaluation Board V1.0A
(JP25 1-2 S/PDIF OUT X21 and SPDIF1_IN X5-3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Integrate S/PDIF support on standard Apalis MXM3 pins 215 (SPDIF1_OUT)
and 217 (SPDIF1_IN):

card 1: imxspdif [imx-spdif], device 0: IMX SPDIF mxc-spdif-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Tested with Apalis iMX6Q 1GB V1.0A on Apalis Evaluation Board V1.0A
(JP25 1-2 S/PDIF OUT X21 and SPDIF1_IN X5-3).
</pre>
</div>
</content>
</entry>
<entry>
<title>input: touchscreen: stmpe-ts: android orientation hack</title>
<updated>2014-04-02T13:20:05+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-02-21T07:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=fbff978ea77f9d0832cc924e91b2497d7cde572c'/>
<id>fbff978ea77f9d0832cc924e91b2497d7cde572c</id>
<content type='text'>
Rotate touch for now due to missing resistive touch calibration
integration. This makes our 7 inch EDT ET070080DH6 panel usable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rotate touch for now due to missing resistive touch calibration
integration. This makes our 7 inch EDT ET070080DH6 panel usable.
</pre>
</div>
</content>
</entry>
<entry>
<title>input: stmpe-ts: fix touch release detection</title>
<updated>2014-04-02T13:20:05+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-10-10T20:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b4f7fa9f273625ee630199f5c9209ae5d46a4de3'/>
<id>b4f7fa9f273625ee630199f5c9209ae5d46a4de3</id>
<content type='text'>
Previous HZ / 50 calculation allowed for a touch sampling time of 20 ms
which is not sufficient if either the touch detect delay or the
settling time is longer than 500 us.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous HZ / 50 calculation allowed for a touch sampling time of 20 ms
which is not sufficient if either the touch detect delay or the
settling time is longer than 500 us.
</pre>
</div>
</content>
</entry>
<entry>
<title>input: stmpe-ts: add BTN_TOUCH events</title>
<updated>2014-04-02T13:20:04+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-10-10T20:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d41e5d7891eb8b501e4690fea1e31974d445af2b'/>
<id>d41e5d7891eb8b501e4690fea1e31974d445af2b</id>
<content type='text'>
Add BTN_TOUCH event reporting to stmpe-ts touchscreen driver. This will
make this touchscreen driver behave consistently wrt. BTN_TOUCH.

cd2d64b1a0a12283d63c9d853d5b1403d5cd6c9d
65db86ac07e2f7f91a552490c0be6a99aab8e4a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add BTN_TOUCH event reporting to stmpe-ts touchscreen driver. This will
make this touchscreen driver behave consistently wrt. BTN_TOUCH.

cd2d64b1a0a12283d63c9d853d5b1403d5cd6c9d
65db86ac07e2f7f91a552490c0be6a99aab8e4a8
</pre>
</div>
</content>
</entry>
<entry>
<title>board-apalis_imx6: add pm_power_off callback</title>
<updated>2014-04-02T12:42:02+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-04-02T12:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=816f26b3411b447e6637fa36bbd50b4bc720f417'/>
<id>816f26b3411b447e6637fa36bbd50b4bc720f417</id>
<content type='text'>
function taken from board-mx6q_sabresd.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
function taken from board-mx6q_sabresd.c
</pre>
</div>
</content>
</entry>
<entry>
<title>board-apalis_imx6: cleanup mmc platform data</title>
<updated>2014-04-02T10:28:33+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-04-02T10:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=26a3b58b789bfe94c87e4a49f0f0a16c63dbfb61'/>
<id>26a3b58b789bfe94c87e4a49f0f0a16c63dbfb61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mach-types: add correct machine type for Apalis iMX6</title>
<updated>2014-04-02T10:20:30+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-04-02T10:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0075523aa35d2a84fa7190366f4e5729aeefb08b'/>
<id>0075523aa35d2a84fa7190366f4e5729aeefb08b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>igb: Add Support for new i210/i211 devices.</title>
<updated>2014-03-17T16:37:20+00:00</updated>
<author>
<name>Carolyn Wyborny</name>
<email>carolyn.wyborny@intel.com</email>
</author>
<published>2012-04-06T23:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bb05ab7e088af16ef8669647f1a7ab28621b54e0'/>
<id>bb05ab7e088af16ef8669647f1a7ab28621b54e0</id>
<content type='text'>
This patch adds new initialization functions and device support
for i210 and i211 devices.

Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;
Tested-by: Jeff Pieper &lt;jeffrey.e.pieper@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds new initialization functions and device support
for i210 and i211 devices.

Signed-off-by: Carolyn Wyborny &lt;carolyn.wyborny@intel.com&gt;
Tested-by: Jeff Pieper &lt;jeffrey.e.pieper@intel.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
