<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git, branch 3.0-pcm052-ts2.10</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>ARM: gic: Remove __cpuinit attribute from gic_enable_ppi()</title>
<updated>2014-05-29T19:49:29+00:00</updated>
<author>
<name>Anthony Felice</name>
<email>tony.felice@timesys.com</email>
</author>
<published>2014-05-29T19:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=954efe8b86c4c89abbe00c483a703d21b01db111'/>
<id>954efe8b86c4c89abbe00c483a703d21b01db111</id>
<content type='text'>
The gic_enable_ppi() function is used with the global timer when resuming
from STOP mode on the Vybrid Tower. With the __cpuinit attribute set, the
gic_enable_ppi() function would have already been freed once the kernel
finishes loading, causing a kernel oops when attempting to resume from STOP mode.

Signed-off-by: Anthony Felice &lt;tony.felice@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The gic_enable_ppi() function is used with the global timer when resuming
from STOP mode on the Vybrid Tower. With the __cpuinit attribute set, the
gic_enable_ppi() function would have already been freed once the kernel
finishes loading, causing a kernel oops when attempting to resume from STOP mode.

Signed-off-by: Anthony Felice &lt;tony.felice@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>board-pcm052.c: Enable DMA for UART1</title>
<updated>2014-05-29T19:49:09+00:00</updated>
<author>
<name>Anthony Felice</name>
<email>tony.felice@timesys.com</email>
</author>
<published>2014-05-22T20:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=288843b282b9c2b1b288b23317b08a62b21a013d'/>
<id>288843b282b9c2b1b288b23317b08a62b21a013d</id>
<content type='text'>
Signed-off-by: Anthony Felice &lt;tony.felice@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anthony Felice &lt;tony.felice@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>serial/mvf.c: Fix DMA channel deallocation.</title>
<updated>2014-05-29T19:49:09+00:00</updated>
<author>
<name>Gordon Smith</name>
<email>gsmith@earthsciencesystems.com</email>
</author>
<published>2014-05-22T20:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=32e8549fba3bd003b0b017fdfb4c36b21dc1f0ba'/>
<id>32e8549fba3bd003b0b017fdfb4c36b21dc1f0ba</id>
<content type='text'>
Signed-off-by: Anthony Felice &lt;tony.felice@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anthony Felice &lt;tony.felice@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>iomux-mvf: Add UART0-5 pinmux definitions.</title>
<updated>2014-05-29T19:49:08+00:00</updated>
<author>
<name>Gordon Smith</name>
<email>gsmith@earthsciencesystems.com</email>
</author>
<published>2014-05-22T20:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=f1473054411737ea6a8fed9347c1bffea7f5ca31'/>
<id>f1473054411737ea6a8fed9347c1bffea7f5ca31</id>
<content type='text'>
Signed-off-by: Anthony Felice &lt;tony.felice@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anthony Felice &lt;tony.felice@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a panic seen as soon as you type a character on the terminal when EDMA is disabled in UART config. The receive interrupt was attempting to schedule a work queue only defined if EDMA is enabled.</title>
<updated>2014-02-25T21:23:34+00:00</updated>
<author>
<name>Roshni Shah</name>
<email>roshni.shah@timesys.com</email>
</author>
<published>2014-01-07T05:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=7a27fd26d2b5b732e12ecea13a846679cbafe9a9'/>
<id>7a27fd26d2b5b732e12ecea13a846679cbafe9a9</id>
<content type='text'>
kernel BUG at kernel/workqueue.c:1037!
Unable to handle kernel NULL pointer dereference at virtual address 00000000
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
kernel BUG at kernel/workqueue.c:1037!
Unable to handle kernel NULL pointer dereference at virtual address 00000000
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabled EDMA in UART Configuration to prevent jumbled characters on serial port with Sysvinit.</title>
<updated>2014-02-25T21:22:37+00:00</updated>
<author>
<name>Roshni Shah</name>
<email>roshni.shah@timesys.com</email>
</author>
<published>2014-01-08T05:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=05acac3e2a0984e0278cf75387bbeb6a1c772eb8'/>
<id>05acac3e2a0984e0278cf75387bbeb6a1c772eb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the uart_tasklet_action NULL pointer deference panic in MVF Serial Driver</title>
<updated>2014-02-25T21:22:29+00:00</updated>
<author>
<name>roshni.shah</name>
<email>roshni.shah@timesys.com</email>
</author>
<published>2013-07-18T17:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a49fd1024d1b733a00f47439ea35c798c70097a5'/>
<id>a49fd1024d1b733a00f47439ea35c798c70097a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for setting TX clear-to-send in set modem CTRL in MVF Serial Driver</title>
<updated>2014-02-25T21:22:24+00:00</updated>
<author>
<name>roshni.shah</name>
<email>roshni.shah@timesys.com</email>
</author>
<published>2013-07-26T01:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e2ba11a319a94f05395c5ec42d6cdde2401c3bee'/>
<id>e2ba11a319a94f05395c5ec42d6cdde2401c3bee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MVF Serial Driver Improvements to fix the sysvinit console hang issue.</title>
<updated>2014-02-25T21:22:20+00:00</updated>
<author>
<name>roshni.shah</name>
<email>roshni.shah@timesys.com</email>
</author>
<published>2013-06-30T14:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=417ca7a70d3f67f65e89c95b59338303e93cba1e'/>
<id>417ca7a70d3f67f65e89c95b59338303e93cba1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed dead code, corrected comments, print uart settings in MVF Serial Driver</title>
<updated>2014-02-25T21:22:12+00:00</updated>
<author>
<name>roshni.shah</name>
<email>roshni.shah@timesys.com</email>
</author>
<published>2013-06-27T21:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a7bd403609d7d22ba939b33364822e53b1bbdf41'/>
<id>a7bd403609d7d22ba939b33364822e53b1bbdf41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
