summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | mmc: tmio: remove TMIO_MMC_WRPROTECT_DISABLEMasahiro Yamada2018-03-051-3/+2
| * | | | | | mmc: tmio: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada2018-03-051-3/+3
| * | | | | | mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada2018-03-052-11/+11
| * | | | | | mmc: sdhci-iproc: Disable preset values for BCM2835Stefan Wahren2018-03-051-0/+1
| * | | | | | mmc: core: optimize mmc_calc_max_discardSergio Valverde2018-03-051-1/+1
| * | | | | | mmc: sh_mmcif: remove some cruftWolfram Sang2018-03-051-8/+0
| * | | | | | mmc: sdhci_omap: Fix sdhci-omap quirksKishon Vijay Abraham I2018-03-051-2/+2
| * | | | | | mmc: sdhci_omap: Add support to set IODELAY valuesKishon Vijay Abraham I2018-03-051-0/+148
| * | | | | | mmc: sdhci-omap: Workaround for Errata i802Kishon Vijay Abraham I2018-03-051-0/+13
| * | | | | | mmc: sdhci-omap: Add tuning supportKishon Vijay Abraham I2018-03-051-0/+130
| * | | | | | mmc: sdhci-omap: Add custom set_uhs_signaling sdhci_host opsKishon Vijay Abraham I2018-03-051-1/+22
| * | | | | | mmc: sdhci-omap: Add card_busy host opsKishon Vijay Abraham I2018-03-051-0/+52
| * | | | | | mmc: sdhci-omap: Update 'power_mode' outside sdhci_omap_init_74_clocksKishon Vijay Abraham I2018-03-051-2/+8
* | | | | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-023-699/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | mmc: remove bfin_sdh driverArnd Bergmann2018-03-263-699/+0
| |/ / / / /
* | | | | | mmc: sdhci-acpi: Fix IRQ 0Adrian Hunter2018-03-211-1/+1
| |_|_|/ / |/| | | |
* | | | | mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin2018-03-161-2/+4
| |_|/ / |/| | |
* | | | mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cardsDirk Behme2018-03-152-0/+7
* | | | mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433Jaehoon Chung2018-03-151-1/+7
* | | | mmc: block: fix updating ext_csd caches on ioctl callBastian Stender2018-03-151-0/+19
| |/ / |/| |
* | | mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systemsEvgeniy Didin2018-03-051-3/+6
|/ /
* | mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson2018-02-271-4/+0
* | mmc: dw_mmc: Avoid accessing registers in runtime suspended stateShawn Lin2018-02-271-0/+4
* | mmc: dw_mmc: Fix out-of-bounds access for slot's capsShawn Lin2018-02-276-1/+14
* | mmc: dw_mmc: Factor out dw_mci_init_slot_capsShawn Lin2018-02-271-30/+43
* | mmc: dw_mmc-k3: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-02-271-0/+3
* | mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllersAdrian Hunter2018-02-271-4/+31
|/
* mmc: bcm2835: Don't overwrite max frequency unconditionallyPhil Elwell2018-02-141-1/+2
* Revert "mmc: meson-gx: include tx phase in the tuning process"Jerome Brunet2018-02-141-18/+1
* Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-091-1/+0
|\
| * mmc: kconfig: Remove blank help textUlf Magnusson2018-02-021-1/+0
* | Merge tag 'mmc-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2018-02-053-10/+161
|\ \
| * | mmc: MMC_SDHI_{SYS,INTERNAL}_DMAC should depend on HAS_DMAGeert Uytterhoeven2018-01-311-2/+2
| * | mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij2018-01-312-8/+159
| |/
* | mmc: meson-gx-mmc: Explicitly include pinctr/consumer.hThierry Reding2018-02-051-0/+1
|/
* Merge tag 'mmc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-01-2941-1440/+3971
|\
| * mmc: mmci: fix error return code in mmci_probe()Wei Yongjun2018-01-241-0/+3
| * mmc: davinci: suppress error message on EPROBE_DEFERDavid Lechner2018-01-221-2/+3
| * mmc: davinci: dont' use module_platform_driver_probe()David Lechner2018-01-221-6/+6
| * mmc: tmio: hide unused tmio_mmc_clk_disable/tmio_mmc_clk_enable functionsArnd Bergmann2018-01-221-14/+14
| * mmc: mmci: Add STM32 variantPatrice Chotard2018-01-181-0/+22
| * mmc: mmci: Add support for setting pad type via pinctrlPatrice Chotard2018-01-182-2/+44
| * mmc: mmci: Don't pretend all variants to have OPENDRAIN bitPatrice Chotard2018-01-181-11/+12
| * mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flagPatrice Chotard2018-01-181-2/+14
| * mmc: mmci: Don't pretend all variants to have MMCIMASK1 registerPatrice Chotard2018-01-182-4/+25
| * mmc: tmio: refactor .get_ro hookMasahiro Yamada2018-01-181-8/+5
| * mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada2018-01-181-0/+8
| * mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argumentMasahiro Yamada2018-01-184-7/+5
| * mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()Masahiro Yamada2018-01-181-6/+13
| * mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Masahiro Yamada2018-01-184-27/+30
OpenPOWER on IntegriCloud