Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARMv7: u8500_href: Add missing header to fix compiler warning | Dirk Behme | 2011-08-04 | -0/+1 |
| | | | | | | | | | | | | Fix the compiler warning u8500_href.c: In function 'hrefplus_mmc_power_init': u8500_href.c:258: warning: implicit declaration of function 'prcmu_i2c_read' u8500_href.c:265: warning: implicit declaration of function 'prcmu_i2c_write' by adding the missing header file. Signed-off-by: Dirk Behme <dirk.behme@googlemail.com> | |||
* | armv7: Add support for ST-Ericsson U8500 href platform | John Rigby | 2011-06-01 | -0/+1163 |
Minimal platform support to boot linux from SD. Supported devices/hw limited to external MMC/SD slot, GPIO, I2C and minimal PRCMU. Signed-off-by: John Rigby <john.rigby@linaro.org> CC: Albert Aribaud <albert.aribaud@free.fr> |