| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: tmio: Make DMA transfer end bit configurable | Marek Vasut | 2019-02-09 | 1 | -0/+1 |
* | mmc: tmio: Switch to clock framework | Marek Vasut | 2018-12-03 | 1 | -10/+20 |
* | mmc: uniphier-sd: sync with Linux | Masahiro Yamada | 2018-09-11 | 1 | -1/+3 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | mmc: uniphier-sd: skip clock set-up for SPL | Masahiro Yamada | 2018-04-24 | 1 | -0/+4 |
* | mmc: tmio: move clk_enable() to each driver's probe function | Masahiro Yamada | 2018-04-24 | 1 | -0/+25 |
* | mmc: tmio: Rename Matsushita to TMIO | Marek Vasut | 2018-04-14 | 1 | -8/+8 |
* | mmc: uniphier: Allow passing quirks to the probe function | Marek Vasut | 2018-04-11 | 1 | -1/+6 |
* | mmc: uniphier: Split out SoC specific bits from the driver | Marek Vasut | 2018-04-11 | 1 | -839/+8 |
* | mmc: uniphier-sd: Add R8A77965 M3N entries | Marek Vasut | 2018-03-05 | 1 | -0/+1 |
* | mmc: uniphier-sd: Add compatible strings for RCar Gen2 | Marek Vasut | 2018-02-23 | 1 | -0/+5 |
* | mmc: uniphier-sd: Add R8A77995 D3 compatible | Marek Vasut | 2017-12-09 | 1 | -0/+1 |
* | mmc: uniphier-sd: Add R8A77970 V3M compatible | Marek Vasut | 2017-12-09 | 1 | -0/+1 |
* | mmc: uniphier-sd: Add vqmmc regulator support | Marek Vasut | 2017-09-29 | 1 | -0/+13 |
* | mmc: uniphier-sd: Update the file to match V3 patchset | Marek Vasut | 2017-09-29 | 1 | -41/+42 |
* | mmc: uniphier-sd: Add support for R8A7795 and R7A7796 | Marek Vasut | 2017-09-22 | 1 | -0/+2 |
* | mmc: uniphier-sd: Add support for quirks | Marek Vasut | 2017-09-22 | 1 | -9/+14 |
* | mmc: uniphier-sd: Add support for 64bit FIFO | Marek Vasut | 2017-09-22 | 1 | -10/+74 |
* | mmc: uniphier-sd: Add support for 64bit controller | Marek Vasut | 2017-09-22 | 1 | -2/+9 |
* | mmc: uniphier-sd: Factor out register IO | Marek Vasut | 2017-09-22 | 1 | -52/+63 |
* | dma: import linux/dma-direction.h to consolidate enum dma_data_direction | Masahiro Yamada | 2017-09-12 | 1 | -1/+1 |
* | mmc: uniphier-sd: Fix long response processing | Marek Vasut | 2017-08-17 | 1 | -7/+7 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | dm: Use dm.h header when driver mode is used | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 1 | -2/+3 |
* | mmc: uniphier-sd: migrate to CONFIG_BLK | Masahiro Yamada | 2016-09-14 | 1 | -26/+24 |
* | mmc: uniphier-sd: just return if already set to desired clock rate | Masahiro Yamada | 2016-08-28 | 1 | -2/+5 |
* | mmc: uniphier-sd: return error code if unsupported width is given | Masahiro Yamada | 2016-08-28 | 1 | -5/+9 |
* | mmc: uniphier-sd: move uniphier_sd_init() below | Masahiro Yamada | 2016-08-28 | 1 | -21/+19 |
* | mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS | Masahiro Yamada | 2016-08-28 | 1 | -47/+50 |
* | mmc: uniphier-sd: add static qualifiers to probe and remove callbacks | Masahiro Yamada | 2016-08-28 | 1 | -2/+2 |
* | mmc: use the generic error number | Jaehoon Chung | 2016-08-05 | 1 | -1/+1 |
* | ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() | Masahiro Yamada | 2016-07-24 | 1 | -4/+3 |
* | clk: convert API to match reset/mailbox style | Stephen Warren | 2016-06-19 | 1 | -7/+8 |
* | dm: mmc: Set up the device pointer when using the MMC uclass | Simon Glass | 2016-05-17 | 1 | -0/+1 |
* | mmc: uniphier: use devm_get_addr() to get base address | Masahiro Yamada | 2016-04-01 | 1 | -3/+6 |
* | mmc: uniphier: add driver for UniPhier SD/MMC host controller | Masahiro Yamada | 2016-02-29 | 1 | -0/+751 |