summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/uniphier-sd.c
Commit message (Collapse)AuthorAgeFilesLines
* dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-171-0/+1
| | | | | | | Update the existing drivers to set up this new pointer. This will be required by the MMC uclass. Signed-off-by: Simon Glass <sjg@chromium.org>
* mmc: uniphier: use devm_get_addr() to get base addressMasahiro Yamada2016-04-011-3/+6
| | | | | | | | | Currently, fdtdec_get_addr_size() does not support the address translation, so it cannot handle device trees with non-straight "ranges" properties. (This would be a problem with DTS for UniPhier ARMv8 SoCs.) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
* mmc: uniphier: add driver for UniPhier SD/MMC host controllerMasahiro Yamada2016-02-291-0/+751
Add a driver for the on-chip SD/eMMC host controller used by UniPhier SoC family. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
OpenPOWER on IntegriCloud