Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | pxa: move mmc drivers to drivers/mmc | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-20 | -138/+0 |
| | | | | | | introduce new macro CONFIG_PXA_MMC to activate it Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | ARM:PXA Remove redefinition of mmc_cid and mmc_csd. | Tom Rix | 2009-02-20 | -51/+0 |
| | | | | | | These structures are defined in the common mmc.h This was compile checked on cerf250. | |||
* | Eliminated arch-specific mmc header requirement | Andy Fleming | 2009-02-16 | -0/+189 |
The current MMC infrastructure relies on the existence of an arch-specific header file. This isn't necessary, and a couple drivers were forced to implement dummy files to meet this requirement. Instead, we move the stuff in those header files into a more appropriate place, and eliminate the stubs and the #include of asm/arch/mmc.h Signed-off-by: Andy Fleming <afleming@freescale.com> |