summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/imx1-regs.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM i.MX: Add driver to get sdram base and sizeSascha Hauer2012-12-061-0/+3
| | | | | | | | | | The code initializing the SDRAM controller is not at the same place where SDRAM is registered with barebox. To reduce the risk of registering wrong SDRAM sizes this patch adds a driver for the ESDCTL which reads back the configured SDRAM size and registers the memory found with barebox. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX1: Cleanup remaining unprefixed registersSascha Hauer2012-10-171-18/+17
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: remove unused improperly prefixed register definesSascha Hauer2012-10-171-5/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX1: move iomux definitions to separate header fileSascha Hauer2012-10-051-130/+0
| | | | | | Just like we have a separate file for the other i.MX SoCs. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX1: Add function to setup chipselectSascha Hauer2012-10-041-15/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX/MXS: Allow to include imx*-regs.h directlySascha Hauer2012-10-041-4/+0
| | | | | | In fact we can be happy about everyone including the files directly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX1: give register base addresses a proper MX1_ prefixSascha Hauer2012-10-041-56/+84
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: implement clocksource as driverSascha Hauer2012-09-171-23/+0
| | | | | | | To get rid of the register definitions in the SoC header files. platform_device_id is used to distinguish between gpt types. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX remove wdog registers from header filesSascha Hauer2010-10-211-8/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-0/+241
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>