summaryrefslogtreecommitdiff
path: root/drivers/mmc/uniphier-sd.c
Commit message (Expand)AuthorAgeLines
* mmc: uniphier-sd: migrate to CONFIG_BLKMasahiro Yamada2016-09-14-26/+24
* mmc: uniphier-sd: just return if already set to desired clock rateMasahiro Yamada2016-08-28-2/+5
* mmc: uniphier-sd: return error code if unsupported width is givenMasahiro Yamada2016-08-28-5/+9
* mmc: uniphier-sd: move uniphier_sd_init() belowMasahiro Yamada2016-08-28-21/+19
* mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPSMasahiro Yamada2016-08-28-47/+50
* mmc: uniphier-sd: add static qualifiers to probe and remove callbacksMasahiro Yamada2016-08-28-2/+2
* mmc: use the generic error numberJaehoon Chung2016-08-05-1/+1
* ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada2016-07-24-4/+3
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-19-7/+8
* dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-17-0/+1
* mmc: uniphier: use devm_get_addr() to get base addressMasahiro Yamada2016-04-01-3/+6
* mmc: uniphier: add driver for UniPhier SD/MMC host controllerMasahiro Yamada2016-02-29-0/+751