<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git, branch 3.0-vybrid-ts2.15</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>mvf: Allow DMA channel 0 to be used in imx_shutdown in the serial driver.</title>
<updated>2014-04-03T21:29:21+00:00</updated>
<author>
<name>Anthony Felice</name>
<email>tony.felice@timesys.com</email>
</author>
<published>2014-04-01T20:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d815c9701e9c6990f4311f24b7f15c48e077dbba'/>
<id>d815c9701e9c6990f4311f24b7f15c48e077dbba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>twr_vf600: Disabled EDMA in UART Configuration</title>
<updated>2014-03-27T21:22:13+00:00</updated>
<author>
<name>Anthony Felice</name>
<email>tony.felice@timesys.com</email>
</author>
<published>2014-03-27T19:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=aed6c4fe50bfa2b5f4d30f99e984cd6bae224158'/>
<id>aed6c4fe50bfa2b5f4d30f99e984cd6bae224158</id>
<content type='text'>
EDMA enabled in the UART configuration prevents ADC from working in MQX 4.0.2.
We also disable EDMA with UART in other Vybrid variants due to an
incompatibility with sysvinit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EDMA enabled in the UART configuration prevents ADC from working in MQX 4.0.2.
We also disable EDMA with UART in other Vybrid variants due to an
incompatibility with sysvinit.
</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-03-27T19:52:26+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=4ff9bbaa67ff75d0425eb910bd4a8eb1b1e4aaab'/>
<id>4ff9bbaa67ff75d0425eb910bd4a8eb1b1e4aaab</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>Add support for UART 0,2,3 iomux defines.</title>
<updated>2014-02-12T22:59:00+00:00</updated>
<author>
<name>Roshni Shah</name>
<email>roshni.shah@timesys.com</email>
</author>
<published>2014-02-11T01:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=50c4c848d6b8743894cfcec166db475ef6140504'/>
<id>50c4c848d6b8743894cfcec166db475ef6140504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>usb: core: fix two problems for unsupported devices</title>
<updated>2014-01-16T20:54:04+00:00</updated>
<author>
<name>Peter Chen</name>
<email>peter.chen@freescale.com</email>
</author>
<published>2013-12-10T09:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1aa6b2c7e4b030f5319d05aaa4de520595ed92b2'/>
<id>1aa6b2c7e4b030f5319d05aaa4de520595ed92b2</id>
<content type='text'>
- NULL pointer after removing unsupported devices
- only print "hub 2-0:1.0: port 1 nyet suspended" for
device who has enumerated successfully

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- NULL pointer after removing unsupported devices
- only print "hub 2-0:1.0: port 1 nyet suspended" for
device who has enumerated successfully

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usb: certification: several fixes</title>
<updated>2014-01-16T20:52:27+00:00</updated>
<author>
<name>Peter Chen</name>
<email>peter.chen@freescale.com</email>
</author>
<published>2013-11-18T01:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ce924a53db49cb570f7b481981d488ba8e270828'/>
<id>ce924a53db49cb570f7b481981d488ba8e270828</id>
<content type='text'>
- change PHY TX/RX parameters accoording to Richard's email
- Disable OTG descripor
- Add Freescale VID/PID

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- change PHY TX/RX parameters accoording to Richard's email
- Disable OTG descripor
- Add Freescale VID/PID

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>usb: misc: introduce OTG &amp; EH Test Driver</title>
<updated>2014-01-16T20:36:50+00:00</updated>
<author>
<name>Felipe Balbi</name>
<email>balbi@ti.com</email>
</author>
<published>2012-04-16T12:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=65321fcd82b5c0dcb7c86f3d1e9b6b249c7b23ba'/>
<id>65321fcd82b5c0dcb7c86f3d1e9b6b249c7b23ba</id>
<content type='text'>
This patch introduces support for test modes as
defined by the USB OTG &amp; Embedded host Specification.

Note that we _must_ be able to suspend &amp; resume ports
as we wish, so this driver depends on USB_SUSPEND and
makes use (well, somewhat abuses) usb autopm features
to achieve what we want.

Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch introduces support for test modes as
defined by the USB OTG &amp; Embedded host Specification.

Note that we _must_ be able to suspend &amp; resume ports
as we wish, so this driver depends on USB_SUSPEND and
makes use (well, somewhat abuses) usb autopm features
to achieve what we want.

Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00241582 MX6 USB host: USB host certification patch</title>
<updated>2014-01-16T20:36:32+00:00</updated>
<author>
<name>make shi</name>
<email>b15407@freescale.com</email>
</author>
<published>2013-01-23T02:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=412af3d25ba76f8dfda3bd9d2715e1119e671d32'/>
<id>412af3d25ba76f8dfda3bd9d2715e1119e671d32</id>
<content type='text'>
The patch include:
- USB test mode on hub port and Root-hub port
- support 3 types of message:
	too much hub ties for hub attachment
	too much power consumption for device attachment
	unsupported device class warning
- support menuconfig select the FSL_USB_TEST_MODE, located in:
 	-&gt; Device Drivers
	   -&gt; USB support (USB_SUPPORT [=y])
	   	 -&gt; FSL High-speed Electrical Test Mode support

Signed-off-by: make shi &lt;b15407@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patch include:
- USB test mode on hub port and Root-hub port
- support 3 types of message:
	too much hub ties for hub attachment
	too much power consumption for device attachment
	unsupported device class warning
- support menuconfig select the FSL_USB_TEST_MODE, located in:
 	-&gt; Device Drivers
	   -&gt; USB support (USB_SUPPORT [=y])
	   	 -&gt; FSL High-speed Electrical Test Mode support

Signed-off-by: make shi &lt;b15407@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update twr_vf600 defconfig to use global timer by default</title>
<updated>2014-01-09T21:09:52+00:00</updated>
<author>
<name>Anthony Felice</name>
<email>tony.felice@timesys.com</email>
</author>
<published>2014-01-09T21:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3028181b4c1a1e078422b5de929605d893d60d1a'/>
<id>3028181b4c1a1e078422b5de929605d893d60d1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing header for __exception_irq_entry in global timer</title>
<updated>2014-01-09T21:03:27+00:00</updated>
<author>
<name>Anthony Felice</name>
<email>tony.felice@timesys.com</email>
</author>
<published>2014-01-09T21:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1c32717d5eb9ac0fc211b14d7231d6ce63f0806c'/>
<id>1c32717d5eb9ac0fc211b14d7231d6ce63f0806c</id>
<content type='text'>
Fixes issue reported in ticket #52637
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue reported in ticket #52637
</pre>
</div>
</content>
</entry>
</feed>
