summaryrefslogtreecommitdiff
path: root/drivers/mmc/uniphier-sd.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2019-02-09mmc: tmio: Make DMA transfer end bit configurableMarek Vasut1-0/+1
2018-12-03mmc: tmio: Switch to clock frameworkMarek Vasut1-10/+20
2018-09-11mmc: uniphier-sd: sync with LinuxMasahiro Yamada1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-23mmc: uniphier-sd: skip clock set-up for SPLMasahiro Yamada1-0/+4
2018-04-23mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada1-0/+25
2018-04-14mmc: tmio: Rename Matsushita to TMIOMarek Vasut1-8/+8
2018-04-12mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut1-1/+6
2018-04-12mmc: uniphier: Split out SoC specific bits from the driverMarek Vasut1-839/+8
2018-03-05mmc: uniphier-sd: Add R8A77965 M3N entriesMarek Vasut1-0/+1
2018-02-23mmc: uniphier-sd: Add compatible strings for RCar Gen2Marek Vasut1-0/+5
2017-12-09mmc: uniphier-sd: Add R8A77995 D3 compatibleMarek Vasut1-0/+1
2017-12-09mmc: uniphier-sd: Add R8A77970 V3M compatibleMarek Vasut1-0/+1
2017-09-29mmc: uniphier-sd: Add vqmmc regulator supportMarek Vasut1-0/+13
2017-09-29mmc: uniphier-sd: Update the file to match V3 patchsetMarek Vasut1-41/+42
2017-09-22mmc: uniphier-sd: Add support for R8A7795 and R7A7796Marek Vasut1-0/+2
2017-09-22mmc: uniphier-sd: Add support for quirksMarek Vasut1-9/+14
2017-09-22mmc: uniphier-sd: Add support for 64bit FIFOMarek Vasut1-10/+74
2017-09-22mmc: uniphier-sd: Add support for 64bit controllerMarek Vasut1-2/+9
2017-09-22mmc: uniphier-sd: Factor out register IOMarek Vasut1-52/+63
2017-09-13dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada1-1/+1
2017-08-17mmc: uniphier-sd: Fix long response processingMarek Vasut1-7/+7
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+3
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-23ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada1-4/+3
2016-06-20clk: 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-03-31mmc: uniphier: use devm_get_addr() to get base addressMasahiro Yamada1-3/+6
2016-02-28mmc: uniphier: add driver for UniPhier SD/MMC host controllerMasahiro Yamada1-0/+751