summaryrefslogtreecommitdiff
path: root/drivers/mmc/uniphier-sd.c
AgeCommit message (Expand)Author
2019-02-09mmc: tmio: Make DMA transfer end bit configurableMarek Vasut
2018-12-03mmc: tmio: Switch to clock frameworkMarek Vasut
2018-09-11mmc: uniphier-sd: sync with LinuxMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-24mmc: uniphier-sd: skip clock set-up for SPLMasahiro Yamada
2018-04-24mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada
2018-04-14mmc: tmio: Rename Matsushita to TMIOMarek Vasut
2018-04-11mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut
2018-04-11mmc: uniphier: Split out SoC specific bits from the driverMarek Vasut
2018-03-05mmc: uniphier-sd: Add R8A77965 M3N entriesMarek Vasut
2018-02-23mmc: uniphier-sd: Add compatible strings for RCar Gen2Marek Vasut
2017-12-09mmc: uniphier-sd: Add R8A77995 D3 compatibleMarek Vasut
2017-12-09mmc: uniphier-sd: Add R8A77970 V3M compatibleMarek Vasut
2017-09-29mmc: uniphier-sd: Add vqmmc regulator supportMarek Vasut
2017-09-29mmc: uniphier-sd: Update the file to match V3 patchsetMarek Vasut
2017-09-22mmc: uniphier-sd: Add support for R8A7795 and R7A7796Marek Vasut
2017-09-22mmc: uniphier-sd: Add support for quirksMarek Vasut
2017-09-22mmc: uniphier-sd: Add support for 64bit FIFOMarek Vasut
2017-09-22mmc: uniphier-sd: Add support for 64bit controllerMarek Vasut
2017-09-22mmc: uniphier-sd: Factor out register IOMarek Vasut
2017-09-12dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada
2017-08-17mmc: uniphier-sd: Fix long response processingMarek Vasut
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-09-14mmc: uniphier-sd: migrate to CONFIG_BLKMasahiro Yamada
2016-08-28mmc: uniphier-sd: just return if already set to desired clock rateMasahiro Yamada
2016-08-28mmc: uniphier-sd: return error code if unsupported width is givenMasahiro Yamada
2016-08-28mmc: uniphier-sd: move uniphier_sd_init() belowMasahiro Yamada
2016-08-28mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPSMasahiro Yamada
2016-08-28mmc: uniphier-sd: add static qualifiers to probe and remove callbacksMasahiro Yamada
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-07-24ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass
2016-04-01mmc: uniphier: use devm_get_addr() to get base addressMasahiro Yamada
2016-02-29mmc: uniphier: add driver for UniPhier SD/MMC host controllerMasahiro Yamada