summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2017-06-07mmc: sdhci-iproc: suppress spurious interrupt with Multiblock readSrinath Mannam1-1/+2
2017-05-03Revert "mmc: sdhci-msm: Enable few quirks"Greg Kroah-Hartman1-3/+1
2017-04-27mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 cardHaibo Chen1-0/+1
2017-04-12mmc: sdhci-of-esdhc: remove default broken-cd for ARMyangbo lu1-8/+10
2017-04-12mmc: sdhci-msm: Enable few quirksRitesh Harjani1-1/+3
2017-04-08mmc: sdhci-of-at91: fix MMC_DDR_52 timing selectionLudovic Desroches1-1/+10
2017-04-08mmc: sdhci: Disable runtime pm when the sdio_irq is enabledHans de Goede1-0/+6
2017-03-30mmc: sdhci-pci: Do not disable interrupts in sdhci_intel_set_powerAdrian Hunter1-0/+4
2017-03-30mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter1-1/+3
2017-03-30mmc: sdhci-of-arasan: fix incorrect timeout clockAnssi Hannula1-9/+5
2017-03-30mmc: sdhci-of-at91: Support external regulatorsRomain Izard1-0/+19
2017-03-30mmc: ushc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-03-12mmc: sdhci-acpi: support deferred probeZhang Rui1-1/+4
2017-02-23mmc: core: fix multi-bit bus width without high-speed modeAnssi Hannula1-2/+2
2017-02-09mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi1-1/+2
2017-01-26mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren1-2/+4
2017-01-26mmc: sdhci-acpi: Only powered up enabled acpi child devicesHans de Goede1-1/+2
2017-01-12mmc: mmc_test: Uninitialized return valueDan Carpenter1-1/+1
2017-01-09mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton1-2/+10
2017-01-09mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter1-0/+20
2017-01-09Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter1-4/+0
2016-11-21mmc: dw_mmc: fix the error handling for dma operationJaehoon Chung1-0/+1
2016-11-18mmc: sdhci-of-esdhc: fixup PRESENT_STATE readMichael Walle2-0/+15
2016-11-07mmc: mxs: Initialize the spinlock prior to using itFabio Estevam1-2/+2
2016-11-07mmc: mmc: Use 500ms as the default generic CMD6 timeoutUlf Hansson1-0/+3
2016-11-07mmc: mmc_test: Fix "Commands during non-blocking write" testsAdrian Hunter1-4/+4
2016-11-07mmc: sdhci: Fix missing enhanced strobe setting during runtime resumeAdrian Hunter1-0/+4
2016-11-07mmc: sdhci: Reset cmd and data circuits after tuning failureAdrian Hunter1-0/+4
2016-11-07mmc: sdhci: Fix unexpected data interrupt handlingAdrian Hunter1-3/+2
2016-11-07mmc: sdhci: Fix CMD line reset interfering with ongoing data transferAdrian Hunter1-7/+16
2016-11-07mmc: dw_mmc: add the "reset" as name of reset controllerJaehoon Chung1-1/+1
2016-10-27mmc: sdhci-msm: Fix error return code in sdhci_msm_probe()Wei Yongjun1-0/+1
2016-10-25mmc: dw_mmc-pltfm: fix the potential NULL pointer dereferenceJaehoon Chung1-2/+3
2016-10-17mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the ledUlf Hansson1-0/+2
2016-10-17mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unusedUlf Hansson1-5/+0
2016-10-17mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen1-1/+1
2016-10-13mmc: sdhci-esdhc-imx: Correct two register accessesAaron Brice1-1/+22
2016-10-10mmc: sdhci-pci: Fix bus power failing to enable for some Intel controllersAdrian Hunter1-0/+50
2016-10-10mmc: sdhci-pci: Let devices define their own sdhci_opsAdrian Hunter2-1/+5
2016-10-10mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()Adrian Hunter3-14/+16
2016-10-10mmc: sdhci: Fix SDHCI_QUIRK2_STOP_WITH_TCAdrian Hunter1-8/+6
2016-10-10mmc: core: Annotate cmd_hdr as __le32Jiri Slaby2-2/+2
2016-10-10mmc: sdhci-of-arasan: add sdhci_arasan_voltage_switch for arasan, 5.1Shawn Lin1-0/+24
2016-10-10mmc: core: changes frequency to hs_max_dtr when selecting hs400esShawn Lin1-0/+2
2016-10-10mmc: core: switch to 1V8 or 1V2 for hs400es modeShawn Lin1-0/+10
2016-10-10mmc: block: add missing header dependenciesBaoyou Xie1-0/+1
2016-10-10mmc: sdhci-of-arasan: Fix non static symbol warningWei Yongjun1-1/+1
2016-09-26mmc: dw_mmc: remove the deprecated "supports-highspeed" propertyJaehoon Chung1-5/+0
2016-09-26mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifothShawn Lin1-4/+1
2016-09-26mmc: dw_mmc: use macro to define ring buffer sizeShawn Lin1-5/+10