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