| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: dw_mmc-bluefield: Add driver extension | Liming Sun | 2018-05-21 | 3 | -0/+91 |
* | mmc: core: add tunable delay waiting for power to be stable | Shawn Lin | 2018-05-21 | 3 | -2/+7 |
* | Documentation: mmc: addtional description for post-power-on-delay-ms | Shawn Lin | 2018-05-21 | 1 | -0/+4 |
* | mmc: renesas_sdhi: Add r8a77965 support | Masaharu Hayakawa | 2018-05-21 | 2 | -0/+2 |
* | mmc: tegra: remove redundant return statement | Aapo Vienamo | 2018-05-08 | 1 | -1/+1 |
* | mmc: core: Drop unused define for timeout | Ulf Hansson | 2018-05-08 | 1 | -3/+0 |
* | mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requests | Ulf Hansson | 2018-05-08 | 1 | -1/+1 |
* | mmc: rtsx_usb: Use the provided busy timeout from the mmc core | Ulf Hansson | 2018-05-08 | 1 | -1/+1 |
* | mmc: rtsx_usb: Use MMC_CAP2_NO_SDIO | Ulf Hansson | 2018-05-08 | 1 | -13/+2 |
* | mmc: core: Implement ->sw_reset bus ops for SDIO | Ulf Hansson | 2018-05-08 | 1 | -0/+13 |
* | mmc: core: Share internal function to set initial signal voltage | Ulf Hansson | 2018-05-08 | 2 | -7/+13 |
* | mmc: core: Export a function mmc_sw_reset() to allow soft reset of cards | Ulf Hansson | 2018-05-08 | 3 | -0/+26 |
* | mmc: core: Rename ->reset() bus ops to ->hw_reset() | Ulf Hansson | 2018-05-08 | 5 | -10/+10 |
* | mmc: core: Re-factor some code for SDIO re-initialization | Ulf Hansson | 2018-05-08 | 1 | -20/+19 |
* | Merge branch 'sdhci_omap' into next | Ulf Hansson | 2018-05-03 | 5 | -40/+226 |
|\ |
|
| * | mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode | Kishon Vijay Abraham I | 2018-05-03 | 1 | -1/+8 |
| * | dt-bindings: sdhci-omap: Add pinctrl bindings | Kishon Vijay Abraham I | 2018-05-03 | 1 | -0/+5 |
| * | mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irq | Kishon Vijay Abraham I | 2018-05-03 | 1 | -0/+19 |
| * | mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoC | Kishon Vijay Abraham I | 2018-05-03 | 1 | -0/+5 |
| * | dt-bindings: sdhci-omap: Add K2G specific binding | Kishon Vijay Abraham I | 2018-05-03 | 1 | -0/+2 |
| * | mmc: sdhci-omap: Workaround for Errata i834 | Kishon Vijay Abraham I | 2018-05-03 | 1 | -1/+2 |
| * | mmc: sdhci: Program a relatively accurate SW timeout value | Kishon Vijay Abraham I | 2018-05-03 | 2 | -7/+55 |
| * | mmc: sdhci: Factor out target_timeout calculation | Adrian Hunter | 2018-05-03 | 1 | -18/+30 |
| * | mmc: sdhci: Add quirk to disable HW timeout | Adrian Hunter | 2018-05-03 | 2 | -4/+39 |
| * | mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ... | Kishon Vijay Abraham I | 2018-05-03 | 2 | -0/+14 |
| * | mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt properties | Kishon Vijay Abraham I | 2018-05-03 | 1 | -0/+1 |
| * | mmc: sdhci-omap: Workaround for Errata i843 | Kishon Vijay Abraham I | 2018-05-03 | 1 | -1/+34 |
| * | mmc: sdhci-omap: Remove setting ADMA capability in driver | Kishon Vijay Abraham I | 2018-05-03 | 1 | -3/+0 |
| * | mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES reg | Kishon Vijay Abraham I | 2018-05-03 | 1 | -5/+12 |
* | | mmc: core: Add tunable delay before detecting card after card is inserted | Shawn Lin | 2018-05-03 | 2 | -4/+12 |
* | | mmc: dt-bindings: Add optional cd-debounce-delay-ms | Shawn Lin | 2018-05-03 | 1 | -0/+2 |
* | | mmc: mediatek: add 64G DRAM DMA support | Chaotian Jing | 2018-05-02 | 1 | -7/+49 |
* | | mmc: mmci: Remove bogus local_irq_save() | Thomas Gleixner | 2018-05-02 | 1 | -5/+0 |
* | | mmc: sdhci-esdhc-imx: Set maximum watermark levels for PIO access | Andrew Gabbasov | 2018-05-02 | 1 | -0/+22 |
* | | mmc: sdhci-msm: support voltage pad switching | Vijay Viswanath | 2018-05-02 | 1 | -2/+55 |
* | | mmc: sdhci-msm: Add support to store supported vdd-io voltages | Vijay Viswanath | 2018-05-02 | 1 | -1/+28 |
* | | mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist | Sergei Shtylyov | 2018-05-02 | 1 | -0/+1 |
* | | mmc: sdhci-cadence: fix logically and structurally dead code | Gustavo A. R. Silva | 2018-05-02 | 1 | -2/+2 |
* | | mmc: host: simplify getting .drvdata | Wolfram Sang | 2018-05-02 | 3 | -12/+6 |
* | | mmc: mediatek: use of_device_get_match_data() | Ryder Lee | 2018-05-02 | 1 | -5/+2 |
* | | mmc: sdhci-pci: Fix 3.3V voltage switch for some BYT-based Intel controllers | Adrian Hunter | 2018-05-02 | 1 | -7/+27 |
* | | mmc: dt: tmio_mmc: document R8A77980 bindings | Sergei Shtylyov | 2018-05-02 | 1 | -0/+1 |
* | | mmc: renesas_sdhi_internal_dmac: remove superfluous WARN | Wolfram Sang | 2018-05-02 | 1 | -4/+1 |
* | | mmc: renesas_sdhi_internal_dmac: use more generic whitelisting | Wolfram Sang | 2018-05-02 | 1 | -2/+5 |
* | | mmc: renesas_sdhi: Fix alignment check of sg buffer | Masaharu Hayakawa | 2018-05-02 | 1 | -7/+8 |
* | | mmc: renesas_sdhi: use helpers to access struct scatterlist members | Niklas Söderlund | 2018-05-02 | 1 | -5/+3 |
* | | mmc: sdhci-pci: Avoid 3.3V signaling on some NI 904x | Kyle Roeschley | 2018-05-02 | 2 | -0/+5 |
* | | mmc: core: Add capability to avoid 3.3V signaling | Kyle Roeschley | 2018-05-02 | 4 | -0/+25 |
* | | mmc: Remove depends on HAS_DMA in case of platform dependency | Geert Uytterhoeven | 2018-05-02 | 1 | -8/+2 |
* | | mmc: sunxi: Drop the init / reset of the controller from set_ios | Maxime Ripard | 2018-05-02 | 1 | -7/+4 |