<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git, branch 2.6.24-mx27lite-200805301934</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>Fix Freescale OTG implementation</title>
<updated>2008-05-30T19:34:22+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-30T19:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=38be9bcc9f2f668ffe2069615dc378f644ada842'/>
<id>38be9bcc9f2f668ffe2069615dc378f644ada842</id>
<content type='text'>
There were a number of issues with Freescale's OTG files that were not
compiling due to forward porting.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were a number of issues with Freescale's OTG files that were not
compiling due to forward porting.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MX27 Time: Fix missing case statement</title>
<updated>2008-05-30T19:33:16+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-30T19:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=989b0f9d9d8636e34b67919cbe1035f9888389c6'/>
<id>989b0f9d9d8636e34b67919cbe1035f9888389c6</id>
<content type='text'>
There was a missing case statement in one of the functions that triggered a
warning.  I added it in so that it doesn't do anything.

Signed-off-by: Justin Waters &lt;justin.waters@timeys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a missing case statement in one of the functions that triggered a
warning.  I added it in so that it doesn't do anything.

Signed-off-by: Justin Waters &lt;justin.waters@timeys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MX27 USB: Update DMA_BIT_MASK to newer API</title>
<updated>2008-05-30T19:31:38+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-30T19:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=f4caf9ceb85fe00b3ef01be916c529c624228a73'/>
<id>f4caf9ceb85fe00b3ef01be916c529c624228a73</id>
<content type='text'>
Using hex values to specify bit masks is old news.  This uses the definition
contained in dma_mappings.h to make everything easier to read.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using hex values to specify bit masks is old news.  This uses the definition
contained in dma_mappings.h to make everything easier to read.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update YAFFS to match new FS API</title>
<updated>2008-05-29T16:11:33+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-29T16:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1c540b11703e195414ee2a101de90d61c36415ac'/>
<id>1c540b11703e195414ee2a101de90d61c36415ac</id>
<content type='text'>
The readfile method in the file_operations struct has been deprecated as of
2.6.22 and replaced with spliceread.  This updates YAFFS to match.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The readfile method in the file_operations struct has been deprecated as of
2.6.22 and replaced with spliceread.  This updates YAFFS to match.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MX27 GPIO: Ensure 8-bit operation for the NAND flash</title>
<updated>2008-05-29T15:49:55+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-29T15:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1409e6a897e012b5473762be338afe3c7e6fab76'/>
<id>1409e6a897e012b5473762be338afe3c7e6fab76</id>
<content type='text'>
This patch sets up the NAND registers to use 8-bit NAND flash.  This is from
the MX27ADS code, and was removed during the porting effort.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch sets up the NAND registers to use 8-bit NAND flash.  This is from
the MX27ADS code, and was removed during the porting effort.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MX27 GPIO: Enable pullup resistors and set up chip detect for SDHC</title>
<updated>2008-05-29T15:47:21+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-29T15:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3799da6683b7a169e9199a808eeb7006c5d76626'/>
<id>3799da6683b7a169e9199a808eeb7006c5d76626</id>
<content type='text'>
The SD interface has configurable pullup resistors that need to be set.  It
also relies on a couple of functions to determine the state of the chip select
and to pass the chip select interrupt to the platform data.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SD interface has configurable pullup resistors that need to be set.  It
also relies on a couple of functions to determine the state of the chip select
and to pass the chip select interrupt to the platform data.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MXC GPIO: Add method for masking/unmasking interrupts on the port level</title>
<updated>2008-05-29T15:42:28+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-29T15:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8797924dd12ab54b3f6cc7cdfec50064970e4ef8'/>
<id>8797924dd12ab54b3f6cc7cdfec50064970e4ef8</id>
<content type='text'>
The GPIO interrupts on the MXC platforms can be masked on either the pin or
port level, but no method existed to mask them on the port level.  This patch
adds that support and unmasks the ports on the MX27 when an IRQ is unmasked.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GPIO interrupts on the MXC platforms can be masked on either the pin or
port level, but no method existed to mask them on the port level.  This patch
adds that support and unmasks the ports on the MX27 when an IRQ is unmasked.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MX27Lite: Change PMIC PRIINT pin to USBH1_SUSP</title>
<updated>2008-05-29T15:40:21+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-29T15:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6e6cc5e0205c1a939405c4ab296b85e7c48aa6c5'/>
<id>6e6cc5e0205c1a939405c4ab296b85e7c48aa6c5</id>
<content type='text'>
The PMIC uses a different GPIO pin on the Litekit than it did on the ADS.
This changes the pin to the proper value.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The PMIC uses a different GPIO pin on the Litekit than it did on the ADS.
This changes the pin to the proper value.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MX27: Fix USB register and PMIC Header</title>
<updated>2008-05-28T21:03:03+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-28T21:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=282585cfd7074f9d53b1630f9fdee3c9c6abfa95'/>
<id>282585cfd7074f9d53b1630f9fdee3c9c6abfa95</id>
<content type='text'>
One of the USB registers were incorrectly written, and the PMIC header file
had an unnecessary ifdef in it.

Signed-off-by: David Kocinski &lt;david.kocinski@timesys.com&gt;
Acked-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One of the USB registers were incorrectly written, and the PMIC header file
had an unnecessary ifdef in it.

Signed-off-by: David Kocinski &lt;david.kocinski@timesys.com&gt;
Acked-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MXCFB: Fix mode entry for Sharp 6.4" VGA display kit</title>
<updated>2008-05-28T19:14:51+00:00</updated>
<author>
<name>Justin Waters</name>
<email>justin.waters@timesys.com</email>
</author>
<published>2008-05-28T19:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=afd6a91924a87203aae8b6561c147ad830811bb5'/>
<id>afd6a91924a87203aae8b6561c147ad830811bb5</id>
<content type='text'>
The values for the 6.4" display kit were incorrect.  This version is tested and
verified.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The values for the 6.4" display kit were incorrect.  This version is tested and
verified.

Signed-off-by: Justin Waters &lt;justin.waters@timesys.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
