summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | mmc: core: Add support for cache ctrl for SD cardsUlf Hansson2021-06-143-0/+102
* | | | mmc: sdhci-pci-gli: Fine tune GL9763E L1 entry delayBen Chuang2021-06-141-2/+2
* | | | mmc: jz4740: Remove redundant error printing in jz4740_mmc_probe()Zhen Lei2021-06-141-1/+0
* | | | mmc: usdhi6rol0: fix error return code in usdhi6_probe()Zhen Lei2021-06-141-0/+1
* | | | mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson2021-06-145-25/+33
* | | | mmc: block: Disable CMDQ on the ioctl pathBean Huo2021-06-141-0/+8
* | | | mmc: core: Add support for Power Off Notification for SD cardsUlf Hansson2021-06-141-3/+133
* | | | mmc: core: Read performance enhancements registers for SD cardsUlf Hansson2021-06-141-0/+53
* | | | mmc: core: Read the SD function extension registers for power managementUlf Hansson2021-06-141-0/+178
* | | | mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59Ulf Hansson2021-06-141-1/+3
* | | | mmc: core: Drop open coding in mmc_sd_switch()Ulf Hansson2021-06-141-31/+7
* | | | mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmdsUlf Hansson2021-06-142-6/+7
* | | | mmc: core: Enable eMMC sleep commands to use HW busy pollingUlf Hansson2021-06-141-5/+20
* | | | mmc: core: Extend re-use of __mmc_poll_for_busy()Ulf Hansson2021-06-143-17/+32
* | | | mmc: core: Re-structure some code in __mmc_poll_for_busy()Ulf Hansson2021-06-141-14/+13
* | | | mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commandsUlf Hansson2021-06-141-16/+5
* | | | mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson2021-06-144-54/+31
* | | | mmc: sdhci-acpi: Disable write protect detection on Toshiba Encore 2 WT8-BHans de Goede2021-06-141-0/+11
* | | | mmc: s3cmci: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2021-06-141-6/+1
|/ / /
* | | mmc: renesas_sdhi: Fix HS400 on R-Car M3-W+Geert Uytterhoeven2021-06-081-1/+1
* | | mmc: renesas_sdhi: abort tuning when timeout detectedWolfram Sang2021-06-081-1/+6
| |/ |/|
* | mmc: sdhci-pci-gli: increase 1.8V regulator waitDaniel Beer2021-05-101-1/+6
* | mmc: meson-gx: also check SD_IO_RW_EXTENDED for scatterlist size alignmentNeil Armstrong2021-05-101-1/+2
* | mmc: meson-gx: make replace WARN_ONCE with dev_warn_once about scatterlist of...Neil Armstrong2021-05-101-1/+3
|/
* Merge tag 'mmc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-04-2846-552/+818
|\
| * mmc: block: Issue a cache flush only when it's enabledAvri Altman2021-04-264-3/+21
| * mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman2021-04-231-0/+12
| * mmc: mmc_spi: Make of_mmc_spi.c resource provider agnosticAndy Shevchenko2021-04-232-6/+2
| * mmc: mmc_spi: Use already parsed IRQAndy Shevchenko2021-04-231-2/+2
| * mmc: mmc_spi: Drop unused NO_IRQ definitionAndy Shevchenko2021-04-231-5/+0
| * mmc: mmc_spi: Set up polling even if voltage-ranges is not presentAndy Shevchenko2021-04-231-1/+1
| * mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko2021-04-235-21/+40
| * mmc: core: Correct descriptions in mmc_of_parse()Andy Shevchenko2021-04-231-2/+2
| * Merge branch 'fixes' into nextUlf Hansson2021-04-191-2/+3
| |\
| * | mmc: dw_mmc-rockchip: Just set default sample value for legacy modeShawn Lin2021-04-161-1/+1
| * | mmc: sdhci-s3c: constify uses of driver/match dataKrzysztof Kozlowski2021-04-151-5/+5
| * | mmc: sdhci-s3c: correct kerneldoc of sdhci_s3c_drv_dataKrzysztof Kozlowski2021-04-151-1/+1
| * | mmc: sdhci-s3c: simplify getting of_device_id match dataKrzysztof Kozlowski2021-04-151-9/+3
| * | mmc: tmio: always restore irq registerWolfram Sang2021-04-152-7/+6
| * | mmc: sdhci-pci-gli: Enlarge ASPM L1 entry delay of GL975xBen Chuang2021-04-151-0/+32
| * | mmc: core: Let eMMC sanitize not retry in case of timeout/failureBean Huo2021-04-151-2/+2
| * | mmc: core: Add a retries parameter to __mmc_switch functionBean Huo2021-04-153-15/+16
| * | mmc: sdhci-st: Remove unnecessary error logLaibin Qiu2021-04-121-3/+1
| * | mmc: sdhci-msm: Remove unnecessary error logJia Yang2021-04-121-6/+2
| * | mmc: owl-mmc: Remove unnecessary error logLaibin Qiu2021-04-121-1/+0
| * | mmc: renesas_sdhi: enable WAIT_WHILE_BUSYWolfram Sang2021-04-122-5/+7
| * | mmc: sdhci-tegra: Add required callbacks to set/clear CQE_EN bitAniruddha Tvs Rao2021-04-121-0/+32
| * | mmc: sdhci-pci-gli: Improve GL9763E L1 entry delay to increase battery lifeBen Chuang2021-04-121-3/+3
| * | mmc: moxart: Remove unused variable 'dma_time' and 'pio_time'Yang Li2021-04-121-6/+4
| * | mmc: core: Use userland specified timeout value for eMMC sanitizeBean Huo2021-04-123-4/+7