Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-19 | i.MX51: remove NFC AXI static mapping | Sascha Hauer | |
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> | |||
2010-03-19 | i.MX51: map TZIC dynamically | Sascha Hauer | |
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> | |||
2010-02-09 | mxc: Core support for Freescale i.MX5 series | Amit Kucheria | |
Add basic clock support, cpu identification, I/O mapping, interrupt controller, serial port and ethernet. Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com> |