Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | i.MX51: remove NFC AXI static mapping | Sascha Hauer | 2010-03-19 |
| | | | | | | | This area contains the Nand Flash controller registers. There is no need to map them statically as the Nand driver uses ioremap(). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> | ||
* | i.MX51: map TZIC dynamically | Sascha Hauer | 2010-03-19 |
| | | | | | | | | This looks cleaner and allows us to call mx51_revision later when we can use ioremap to determine the silicon revision dynamically. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> | ||
* | mxc: Core support for Freescale i.MX5 series | Amit Kucheria | 2010-02-09 |
Add basic clock support, cpu identification, I/O mapping, interrupt controller, serial port and ethernet. Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com> |