summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2017-12-20mmc: mediatek: Fixed bug where clock frequency could be set wrongyong mao1-2/+2
2017-12-05mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter1-0/+3
2017-11-08mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann1-0/+1
2017-10-08mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit1-1/+11
2017-06-07mmc: sdhci-iproc: suppress spurious interrupt with Multiblock readSrinath Mannam1-1/+2
2017-04-27mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 cardHaibo Chen1-0/+1
2017-03-30mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter1-1/+3
2017-03-30mmc: ushc: fix NULL-deref at probeJohan Hovold1-0/+3
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-12mmc: mmc_test: Uninitialized return valueDan Carpenter1-1/+1
2017-01-09mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter1-0/+20
2016-11-18mmc: mxs: Initialize the spinlock prior to using itFabio Estevam1-2/+2
2016-11-10mmc: dw_mmc-pltfm: fix the potential NULL pointer dereferenceJaehoon Chung1-2/+3
2016-10-28mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the ledUlf Hansson1-0/+2
2016-10-28mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unusedUlf Hansson1-5/+0
2016-10-28mmc: core: Annotate cmd_hdr as __le32Jiri Slaby2-2/+2
2016-10-28mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen1-1/+1
2016-10-28mmc: block: don't use CMD23 with very old MMC cardsDaniel Glöckner1-1/+2
2016-10-07mmc: pxamci: fix potential oopsRobert Jarzmik1-7/+9
2016-09-24mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann2-2/+2
2016-09-15mmc: sdhci: Do not BUG on invalid vddAdrian Hunter1-1/+3
2016-09-15mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter2-28/+24
2016-09-07mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangsAdrian Hunter2-0/+82
2016-08-10mmc: block: fix packed command header endiannessTaras Kondratiuk1-6/+6
2016-06-01mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllersAdrian Hunter1-4/+1
2016-06-01mmc: longer timeout for long read time quirkMatt Gumbel2-4/+5
2016-06-01mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllersAdrian Hunter1-3/+3
2016-06-01mmc: mmc: Fix partition switch timeout for some eMMCsAdrian Hunter1-0/+7
2016-04-20mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllersAdrian Hunter2-0/+28
2016-04-12mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter1-3/+3
2016-04-12mmc: sdhci: fix data timeout (part 2)Russell King1-2/+13
2016-04-12mmc: sdhci: fix data timeout (part 1)Russell King1-1/+1
2016-04-12mmc: mmc_spi: Add Card Detect comments and fix CD GPIO caseMagnus Damm1-0/+6
2016-04-12mmc: block: fix ABI regression of mmc_blk_ioctlShawn Lin1-8/+16
2016-04-12mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson1-1/+1
2016-04-12mmc: sh_mmcif: rework dma channel handlingArnd Bergmann1-46/+38
2016-03-04mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter1-1/+1
2016-03-04mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2-1/+3
2016-03-04mmc: sdhci-pci: Fix card detect race for Intel BXT/APLAdrian Hunter1-0/+31
2016-03-04mmc: pxamci: fix again read-only gpio detection polarityRobert Jarzmik1-1/+1
2016-03-04mmc: sdhci-acpi: Fix card detect race for Intel BXT/APLAdrian Hunter1-0/+30
2016-03-04mmc: mmci: fix an ages old detection errorLinus Walleij1-1/+1
2016-03-04mmc: core: Enable tuning according to the actual timingCarlo Caione2-6/+6
2016-03-04mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter1-2/+2
2016-03-04mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du1-4/+2
2016-03-04mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter1-1/+1
2016-03-04mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter1-3/+6
2016-03-04mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPTAdrian Hunter1-1/+1