<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm/arch-mx28, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-mx28?h=v2012.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-mx28?h=v2012.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-04-16T12:53:59Z</updated>
<entry>
<title>DMA: Split the APBH DMA init into block and channel init</title>
<updated>2012-04-16T12:53:59Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-04-08T17:34:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=96666a39aed47c8c643dc7c6a6e15e314e63f42b'/>
<id>urn:sha1:96666a39aed47c8c643dc7c6a6e15e314e63f42b</id>
<content type='text'>
This fixes the issue where mxs_dma_init() was called either twice or never,
without introducing any new init hooks.

The idea is to allow each and every device using the APBH DMA block to
configure and request only the channels it uses, instead of making it call init
for all the channels as is now.

The common DMA block init part, which only configures the block, is then called
from CPUs arch_cpu_init() call.

NOTE: This patch depends on:

	http://patchwork.ozlabs.org/patch/150957/

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Tested-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 registers</title>
<updated>2012-03-26T21:09:24Z</updated>
<author>
<name>Robert Delien</name>
<email>robert@delien.nl</email>
</author>
<published>2012-02-26T12:15:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=56df16f25ab81196669538c648ff466c24a43788'/>
<id>urn:sha1:56df16f25ab81196669538c648ff466c24a43788</id>
<content type='text'>
This patch fixes erroneous 32-bit access to registers
hw_clkctrl_frac0 and hw_clkctrl_frac1.

Signed-off-by: Robert Delien &lt;robert@delien.nl&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
Tested-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>Introducing 8-bit wide register, mx28_register_8</title>
<updated>2012-03-26T21:09:24Z</updated>
<author>
<name>Robert Delien</name>
<email>robert@delien.nl</email>
</author>
<published>2012-02-26T12:15:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=531bb825fdee7fd1d14417061f07335787514f20'/>
<id>urn:sha1:531bb825fdee7fd1d14417061f07335787514f20</id>
<content type='text'>
This patch introduces an 8-bit register, mx28_register_8, in order to
prepare for fixing erroneous 32-bit wide access of registers
hw_clkctrl_frac0 and hw_clkctrl_frac1.

Signed-off-by: Robert Delien &lt;robert@delien.nl&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
Tested-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8</title>
<updated>2012-03-26T21:09:24Z</updated>
<author>
<name>Robert Delien</name>
<email>robert@delien.nl</email>
</author>
<published>2012-02-26T12:15:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b228e14e9653fe4ead0f39a7a879d1a50e61321a'/>
<id>urn:sha1:b228e14e9653fe4ead0f39a7a879d1a50e61321a</id>
<content type='text'>
This patch renames mx28_register to mx28_register_32 in order to
prepare for the introduction of an 8-bit register, mx28_register_8.

Signed-off-by: Robert Delien &lt;robert@delien.nl&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
Tested-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>i.mx28: Added register definitions for DIGCTL registers</title>
<updated>2012-03-26T21:09:23Z</updated>
<author>
<name>Robert Delien</name>
<email>robert@delien.nl</email>
</author>
<published>2012-02-07T04:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c67d9c5e58d4eb3a23a3ed435a33102adcec8c15'/>
<id>urn:sha1:c67d9c5e58d4eb3a23a3ed435a33102adcec8c15</id>
<content type='text'>
This patch adds register definitions for the registers of the DIGCTL
IP-block.

Signed-off-by: Robert Delien &lt;robert@delien.nl&gt;
</content>
</entry>
<entry>
<title>mx28: Let dram_init be common for mx28</title>
<updated>2012-01-16T07:40:09Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2011-12-20T05:46:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5bcc6a8901020ce22a996ef438cfc7be7a0c3995'/>
<id>urn:sha1:5bcc6a8901020ce22a996ef438cfc7be7a0c3995</id>
<content type='text'>
Let dram_init function be a common function, so that other mx28 boards
can reuse it.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
</entry>
<entry>
<title>i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28</title>
<updated>2011-12-09T16:30:10Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-12-02T03:47:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c944a3ef8224a2d5936b31ebd72a6ebd842409d1'/>
<id>urn:sha1:c944a3ef8224a2d5936b31ebd72a6ebd842409d1</id>
<content type='text'>
This moves SPL to common location so it can be reused by multiple boards. Also,
this commit adjusts M28 SoM to avoid breakage due to the move.

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>MXS: Add static annotations to dma driver</title>
<updated>2011-12-06T22:59:40Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-11-23T10:59:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aa72e43bb77353f8f33f4f5c7484a48084495e50'/>
<id>urn:sha1:aa72e43bb77353f8f33f4f5c7484a48084495e50</id>
<content type='text'>
Some functions were internal to the apbh dma driver, so annotate them static.
Some of the functions weren't used at all so drop them. This makes the U-Boot
binary smaller by about 1500 bytes.

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>iMX28: Add USB and USB PHY register definitions</title>
<updated>2011-11-11T10:36:58Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-11-08T23:18:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b2d20161f760a2a91a81add9f3958fc4e7491426'/>
<id>urn:sha1:b2d20161f760a2a91a81add9f3958fc4e7491426</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
Cc: Remy Bohmer &lt;linux@bohmer.net&gt;
</content>
</entry>
<entry>
<title>iMX28: Add APBH DMA driver</title>
<updated>2011-11-11T10:36:57Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-11-08T23:18:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=31650d64a8fca2e5acf4dfe2b4f2a9ba9df2147c'/>
<id>urn:sha1:31650d64a8fca2e5acf4dfe2b4f2a9ba9df2147c</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
</content>
</entry>
</feed>
