summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: initialized disk->minorsChristoph Hellwig2021-06-301-0/+1
* mmc: switch to blk_mq_alloc_diskChristoph Hellwig2021-06-303-25/+14
* mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig2021-06-301-13/+1
* mmc: sdhci-iproc: Add support for the legacy sdhci controller on the BCM7211Al Cooper2021-06-153-1/+33
* Merge branch 'fixes' into nextUlf Hansson2021-06-151-5/+45
|\
| * mmc: meson-gx: use memcpy_to/fromio for dram-access-quirkNeil Armstrong2021-06-141-5/+45
* | mmc: JZ4740: Add support for JZ4775周琰杰 (Zhou Yanjie)2021-06-141-2/+3
* | mmc: sdhci-esdhc-imx: Enable support for system wakeup for SDIOHaibo Chen2021-06-141-0/+8
* | mmc: Improve function name when aborting a tuning cmdWolfram Sang2021-06-143-4/+4
* | mmc: sdhci-of-aspeed: Turn down a phase correction warningAndrew Jeffery2021-06-141-1/+1
* | mmc: debugfs: add description for module parameterWolfram Sang2021-06-141-0/+1
* | mmc: via-sdmmc: add a check against NULL pointer dereferenceZheyu Ma2021-06-141-0/+3
* | mmc: sdhci-sprd: use sdhci_sprd_writewKrzysztof Kozlowski2021-06-141-0/+1
* | mmc: sdhci-esdhc-imx: remove unused is_imx6q_usdhcKrzysztof Kozlowski2021-06-141-5/+0
* | mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle2021-06-141-4/+6
* | mmc: mmc_spi: Imply container_of() to be no-opAndy Shevchenko2021-06-141-1/+1
* | mmc: mmc_spi: Drop duplicate 'mmc_spi' in the debug messagesAndy Shevchenko2021-06-141-7/+5
* | mmc: dw_mmc-pltfm: Remove unused <linux/clk.h>Geert Uytterhoeven2021-06-141-1/+0
* | mmc: sdhci-of-aspeed: Configure the SDHCIs as specified by the devicetree.Steven Lee2021-06-141-0/+48
* | mmc: core: Add a missing SPDX license headerAviral Gupta2021-06-141-0/+1
* | mmc: vub3000: fix control-request directionJohan Hovold2021-06-141-1/+1
* | mmc: sdhci-omap: Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-141-3/+2
* | mmc: sdhci_am654: Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-141-4/+2
* | mmc: core: Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-141-4/+2
* | mmc: cqhci: introduce get_trans_desc_offset()Yue Hu2021-06-141-7/+12
* | mmc: cqhci: fix typoYue Hu2021-06-141-1/+1
* | mmc: mediatek: remove useless data parameter from msdc_data_xfer_next()Yue Hu2021-06-141-3/+2
* | mmc: mediatek: use data instead of mrq parameter from msdc_{un}prepare_data()Yue Hu2021-06-141-12/+8
* | mmc: core: add support for disabling HS400 mode via DTLucas Stach2021-06-141-0/+3
* | mmc: sdhci-esdhc-imx: advertise HS400 mode through MMC capsLucas Stach2021-06-141-4/+1
* | 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