<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm/arch-mx6, branch v2012.10</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-mx6?h=v2012.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-mx6?h=v2012.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-09-17T11:17:06Z</updated>
<entry>
<title>MX6: drop binary constants from iomux header</title>
<updated>2012-09-17T11:17:06Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2012-09-16T12:52:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=19f59ea6db96fed898e6a25dc11a61437a2a429d'/>
<id>urn:sha1:19f59ea6db96fed898e6a25dc11a61437a2a429d</id>
<content type='text'>
Constants set with binary value (0b...) are not compiled
from old toolchain when used by the clrsetbits_le32 macro.
Replaces them with the corresponding hex value.

The error reported (for example with the mx6qsabrelite board)
is something like:

mx6qsabrelite.c:369:1: error: invalid suffix "b101" on integer constant
mx6qsabrelite.c:369:1: error: invalid suffix "b10010" on integer constant
mx6qsabrelite.c:369:1: error: invalid suffix "b0000" on integer constant
mx6qsabrelite.c:369:1: error: invalid suffix "b10001" on integer constant

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>mxc: Define architecture identifier</title>
<updated>2012-09-01T12:58:30Z</updated>
<author>
<name>Benoît Thébaudeau</name>
<email>benoit.thebaudeau@advansee.com</email>
</author>
<published>2012-08-13T07:27:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8e99ecd74bf3f36d0b60219f68b96e7ead285416'/>
<id>urn:sha1:8e99ecd74bf3f36d0b60219f68b96e7ead285416</id>
<content type='text'>
Define ARCH_MXC for i.MX devices. This is useful to identify features or
behaviors common to all i.MX SoCs.

The i.MX28 is omitted because its architecture is a bit different (like imx/mxc
vs. mxs in Linux).

Signed-off-by: Benoît Thébaudeau &lt;benoit.thebaudeau@advansee.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Andy Fleming &lt;afleming@gmail.com&gt;
Cc: Kim Phillips &lt;kim.phillips@freescale.com&gt;
</content>
</entry>
<entry>
<title>MX: Set a common gpio.h for all i.MX</title>
<updated>2012-09-01T12:58:27Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2012-08-19T21:33:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5fecb36ca0c5642259227bba9aed94727e084c17'/>
<id>urn:sha1:5fecb36ca0c5642259227bba9aed94727e084c17</id>
<content type='text'>
Each i.MX has its own gpio.h, defining the same structure.
The internal GPIO controller has the same layout
(at least for the register used by u-boot) and can be shared.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
Tested-by: Matt Sealey &lt;matt@genesi-usa.com&gt;
</content>
</entry>
<entry>
<title>imx-common/cmd_bmode.c: add imx bmode (bootmode) command</title>
<updated>2012-09-01T12:58:26Z</updated>
<author>
<name>Troy Kisky</name>
<email>troy.kisky@boundarydevices.com</email>
</author>
<published>2012-08-15T10:31:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=124a06d7fbbf82f47304d499418460312a725ad6'/>
<id>urn:sha1:124a06d7fbbf82f47304d499418460312a725ad6</id>
<content type='text'>
This is useful for forcing the ROM's
usb downloader to activate upon a watchdog reset.
Or, you can boot from either SD Card.

Currently, support added for MX53 and MX6Q
Signed-off-by: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;

Note: MX53 support untested.
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>iomux: move IOMUX_GPR13_xxx defines</title>
<updated>2012-09-01T12:58:26Z</updated>
<author>
<name>Troy Kisky</name>
<email>troy.kisky@boundarydevices.com</email>
</author>
<published>2012-08-15T10:27:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d1c679a46d4f5ad38f7e23b9a8c4bbf0fb3f9f4d'/>
<id>urn:sha1:d1c679a46d4f5ad38f7e23b9a8c4bbf0fb3f9f4d</id>
<content type='text'>
Move mx6 specific defines to arch-mx6 directory.

Signed-off-by: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>imx-common: add i2c.c for bus recovery support</title>
<updated>2012-07-31T06:00:57Z</updated>
<author>
<name>Troy Kisky</name>
<email>troy.kisky@boundarydevices.com</email>
</author>
<published>2012-07-19T08:18:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cc54a0f7cccf976d350801d39c406e75465ebdd1'/>
<id>urn:sha1:cc54a0f7cccf976d350801d39c406e75465ebdd1</id>
<content type='text'>
Signed-off-by: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
</content>
</entry>
<entry>
<title>i.mx: iomux-v3.h: move to imx-common include directory</title>
<updated>2012-07-31T06:00:19Z</updated>
<author>
<name>Troy Kisky</name>
<email>troy.kisky@boundarydevices.com</email>
</author>
<published>2012-07-19T08:18:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=af2a35fb1f432c78e6181172ff4df34d37ff5154'/>
<id>urn:sha1:af2a35fb1f432c78e6181172ff4df34d37ff5154</id>
<content type='text'>
Signed-off-by: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
</content>
</entry>
<entry>
<title>mx6: Make pad name macro consistent with the datasheet</title>
<updated>2012-07-20T21:03:28Z</updated>
<author>
<name>Ashok</name>
<email>ashokkourla2000@gmail.com</email>
</author>
<published>2012-06-15T03:48:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6b8ac524e7bcfd4853bb4f494e539a63d894a46f'/>
<id>urn:sha1:6b8ac524e7bcfd4853bb4f494e539a63d894a46f</id>
<content type='text'>
Use the same name as defined in the datasheet.
DSP_CLK -&gt; DISP_CLK

Signed-off-by: Ashok Kumar Reddy Kourla &lt;ashokkourla2000@gmail.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>mx6: Allow mx6 to access the IPUv3 registers</title>
<updated>2012-07-10T09:35:38Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2012-05-31T07:23:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=05d4df1d8a955228968fe9e9382f335950670cdd'/>
<id>urn:sha1:05d4df1d8a955228968fe9e9382f335950670cdd</id>
<content type='text'>
Adjust the IPUv3 registers, so that the IPUv3 driver can be extended for mx6 as well.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>i.mx: i.mx6x: NO_MUX_I/NO_PAD_I not set correctly</title>
<updated>2012-07-07T12:07:25Z</updated>
<author>
<name>Jason Liu</name>
<email>jason.hui@linaro.org</email>
</author>
<published>2012-04-11T01:18:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0d952e5d2eef9320338a87007959ce0d80a264e3'/>
<id>urn:sha1:0d952e5d2eef9320338a87007959ce0d80a264e3</id>
<content type='text'>
If one PAD does not have mux or pad config register, we need
set the NO_MUX_I/NO_PAD_I to 0, the old value is not correct

Signed-off-by: Jason Liu &lt;jason.hui@linaro.org&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
