summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/mx31lite-db.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: MX3: add support for GPIO LEDs on litekit dbDaniel Mack2009-11-191-0/+33
| | | | | | | The names are chosen to match the silkscreen. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: MX3: add SPI devices for mx31liteDaniel Mack2009-11-191-0/+24
| | | | | | | | Some header files were reordered while I was at it. The only device currently registered is the ATLAS PMIC (MC13783) chip. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: MX3: add MMC/SDHC support to mx31lite-db.cDaniel Mack2009-11-191-0/+70
| | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: MX3: modularize 'mx31lite' codeDaniel Mack2009-11-191-0/+71
This commit splits the support code for LogicPD's mx31lite hardware into module and board specific parts. This introduces a new mandatory coreparam called 'mx31lite_baseboard' which specifies the base board support to use. For now, only the LiteKit development board is supported, and developers of own boards are encouraged to use that as reference. The UART support moved to the board code. Some comments were amended along the way. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>