summaryrefslogtreecommitdiff
path: root/drivers/mmc/uniphier-sd.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+2
* mmc: tmio: Make DMA transfer end bit configurableMarek Vasut2019-02-091-0/+1
* mmc: tmio: Switch to clock frameworkMarek Vasut2018-12-031-10/+20
* mmc: uniphier-sd: sync with LinuxMasahiro Yamada2018-09-111-1/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: uniphier-sd: skip clock set-up for SPLMasahiro Yamada2018-04-241-0/+4
* mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada2018-04-241-0/+25
* mmc: tmio: Rename Matsushita to TMIOMarek Vasut2018-04-141-8/+8
* mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut2018-04-111-1/+6
* mmc: uniphier: Split out SoC specific bits from the driverMarek Vasut2018-04-111-839/+8
* mmc: uniphier-sd: Add R8A77965 M3N entriesMarek Vasut2018-03-051-0/+1
* mmc: uniphier-sd: Add compatible strings for RCar Gen2Marek Vasut2018-02-231-0/+5
* mmc: uniphier-sd: Add R8A77995 D3 compatibleMarek Vasut2017-12-091-0/+1
* mmc: uniphier-sd: Add R8A77970 V3M compatibleMarek Vasut2017-12-091-0/+1
* mmc: uniphier-sd: Add vqmmc regulator supportMarek Vasut2017-09-291-0/+13
* mmc: uniphier-sd: Update the file to match V3 patchsetMarek Vasut2017-09-291-41/+42
* mmc: uniphier-sd: Add support for R8A7795 and R7A7796Marek Vasut2017-09-221-0/+2
* mmc: uniphier-sd: Add support for quirksMarek Vasut2017-09-221-9/+14
* mmc: uniphier-sd: Add support for 64bit FIFOMarek Vasut2017-09-221-10/+74
* mmc: uniphier-sd: Add support for 64bit controllerMarek Vasut2017-09-221-2/+9
* mmc: uniphier-sd: Factor out register IOMarek Vasut2017-09-221-52/+63
* dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada2017-09-121-1/+1
* mmc: uniphier-sd: Fix long response processingMarek Vasut2017-08-171-7/+7
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* 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