<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm/arch-mx27, branch v2016.09</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-mx27?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-mx27?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-03-25T13:03:28Z</updated>
<entry>
<title>mx27: 16-bit wide watchdog registers</title>
<updated>2016-03-25T13:03:28Z</updated>
<author>
<name>Leonid Iziumtsev</name>
<email>leonid.iziumtsev@se.atlascopco.com</email>
</author>
<published>2016-03-20T13:10:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f7440928e609734f6d24d6769927539762270e1e'/>
<id>urn:sha1:f7440928e609734f6d24d6769927539762270e1e</id>
<content type='text'>
Make the watchdog registers 16-bit wide, as they are according to TRM.

Signed-off-by: Leonid Iziumtsev &lt;leonid.iziumtsev@se.atlascopco.com&gt;
Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>i2c, mxc: rework i2c base address names for different SoCs</title>
<updated>2015-05-26T12:17:00Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2015-05-18T08:58:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e6c8b716c7035fd2b80d0b938e736176053b9ef6'/>
<id>urn:sha1:e6c8b716c7035fd2b80d0b938e736176053b9ef6</id>
<content type='text'>
rework and unify i2c address names for different SoCs, which
use the mxc_i2c driver.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>imx: mx27 move GPIO_PORTx to gpio.h</title>
<updated>2015-05-15T00:49:36Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-05-14T23:29:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e6469f390ff2720bdf3ec70c72c058a29e75a22f'/>
<id>urn:sha1:e6469f390ff2720bdf3ec70c72c058a29e75a22f</id>
<content type='text'>
These GPIO_PORTx macros should be in gpio.h, but not in imx-regs.h.

Also, imx-regs.h and iomux-v3.h has same macro defintion for
GPIO_PORTx, and both of them are included in mxc_i2c.c(include
mxc_i2c.h). This will incur build warnings with macro redefinition.

Since iomux-v3.h is not compatible with mx27, we can not simply
include iomux-v3.h for mx27, so move the GPIO_PORTx to gpio.h to
fix the build warning.

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
</content>
</entry>
<entry>
<title>mx27: add missing constant for mx27</title>
<updated>2013-09-10T17:12:55Z</updated>
<author>
<name>trem</name>
<email>tremyfr@yahoo.fr</email>
</author>
<published>2013-09-06T15:33:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e24278aff2684ae459353c44fa7ee91c04e67413'/>
<id>urn:sha1:e24278aff2684ae459353c44fa7ee91c04e67413</id>
<content type='text'>
Add some missing constant (chip select, ...)

Signed-off-by: Philippe Reynes &lt;tremyfr@yahoo.fr&gt;
Signed-off-by: Eric Jarrige &lt;eric.jarrige@armadeus.org&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>mx27: add i2c clock</title>
<updated>2013-06-26T15:34:21Z</updated>
<author>
<name>trem</name>
<email>tremyfr@yahoo.fr</email>
</author>
<published>2013-06-14T16:21:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=79713f0ad8058faccd9ddca9c59a49cf0bd88e6e'/>
<id>urn:sha1:79713f0ad8058faccd9ddca9c59a49cf0bd88e6e</id>
<content type='text'>
Signed-off-by: Eric Jarrige &lt;eric.jarrige@armadeus.org&gt;
Signed-off-by: Philippe Reynes &lt;tremyfr@yahoo.fr&gt;
</content>
</entry>
<entry>
<title>Add fsl_iim driver</title>
<updated>2013-04-28T09:07:41Z</updated>
<author>
<name>Benoît Thébaudeau</name>
<email>benoit.thebaudeau@advansee.com</email>
</author>
<published>2013-04-23T10:17:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0f67e09e9ef354ae2d282091adb3dc531f2aef7d'/>
<id>urn:sha1:0f67e09e9ef354ae2d282091adb3dc531f2aef7d</id>
<content type='text'>
Add a fsl_iim driver common to i.MX and MPC.

Signed-off-by: Benoît Thébaudeau &lt;benoit.thebaudeau@advansee.com&gt;
</content>
</entry>
<entry>
<title>imx: Homogenize and fix fuse register definitions</title>
<updated>2013-04-28T09:07:40Z</updated>
<author>
<name>Benoît Thébaudeau</name>
<email>benoit.thebaudeau@advansee.com</email>
</author>
<published>2013-04-23T10:17:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f3ff11c1f82e51e3f4c1f7c32b88693046dc318'/>
<id>urn:sha1:8f3ff11c1f82e51e3f4c1f7c32b88693046dc318</id>
<content type='text'>
IIM:
 - Homogenize prg_p naming (the reference manuals are not always self-consistent
   for that).
 - Add missing SCSx and bank registers.
 - Fix the number of banks on i.MX53.

OCOTP:
 - Rename iim to ocotp in order to avoid confusion.
 - Rename fuse_data to read_fuse_data, and sticky to sw_sticky, according to the
   reference manual.
 - Merge the existing spinoff gp1 fuse definition on i.MX6.
 - Fix the number of banks on i.MX6.

Signed-off-by: Benoît Thébaudeau &lt;benoit.thebaudeau@advansee.com&gt;
Acked-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>gpio: add gpio api support to mx27 (v4)</title>
<updated>2012-09-01T12:58:29Z</updated>
<author>
<name>trem</name>
<email>tremyfr@yahoo.fr</email>
</author>
<published>2012-08-25T05:30:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e71c39def6a00ba3dee9a554ea85a8a5bd3dd300'/>
<id>urn:sha1:e71c39def6a00ba3dee9a554ea85a8a5bd3dd300</id>
<content type='text'>
The gpio api has been tested on an armadeus apf27.

Signed-off-by: Philippe Reynes &lt;tremyfr@yahoo.fr&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
