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