Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | dm: mmc: Set up the device pointer when using the MMC uclass | Simon Glass | |
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> | |||
2016-04-01 | mmc: uniphier: use devm_get_addr() to get base address | Masahiro Yamada | |
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> | |||
2016-02-29 | mmc: uniphier: add driver for UniPhier SD/MMC host controller | Masahiro Yamada | |
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> |