summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)Author
2014-11-10mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter
2014-11-10mmc: sdhci: Define ADMA descriptor structureAdrian Hunter
2014-11-10mmc: sdhci: Define ADMA constantsAdrian Hunter
2014-11-10mmc: sdhci: Define maximum segmentsAdrian Hunter
2014-11-10mmc: sdhci: Parameterize ADMA sizes and alignmentAdrian Hunter
2014-11-10mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA dataAdrian Hunter
2014-11-10mmc: sdhci: Add sdhci_adma_mark_end()Adrian Hunter
2014-11-10mmc: sdhci: Rename adma_desc to adma_tableAdrian Hunter
2014-11-10mmc: sdhci: Rename two ADMA-related functions for consistencyAdrian Hunter
2014-11-10mmc: sdhci: Fix ADMA table size warningAdrian Hunter
2014-11-10mmc: sdhci: Fix ADMA page boundary warningsAdrian Hunter
2014-11-10mmc: sdhci: Fix incorrect ADMA2 descriptor table sizeAdrian Hunter
2014-11-10mmc: host: atmel-mci: Add support for non-removable slotsTimo Kokkonen
2014-11-10mmc: sdhci-pxav3: Get optional core clockSebastian Hesselbarth
2014-11-10mmc: sdhci-pxav3: Try to get named I/O clock firstSebastian Hesselbarth
2014-11-10mmc: sdhci-pxav3: Move I/O clock to private dataSebastian Hesselbarth
2014-11-10mmc: sdhci-of-arasan: Omit superfluous error messagesMike Looijmans
2014-11-10mmc: dw_mmc: Remove old card detect infrastructureDoug Anderson
2014-11-10mmc: sdhci-of-arasan: Use signed formatting in error messagesMike Looijmans
2014-11-10mmc: atmel-mci: move mach header to platform_dataAlexandre Belloni
2014-11-10mmc: dw_mmc: rockchip: Don't recalc the clock when it goes offDoug Anderson
2014-11-10mmc: dw_mmc: Change signal voltage error to dev_dbg()Doug Anderson
2014-11-10mmc: dw_mmc: Reset DMA before enabling IDMACSonny Rao
2014-11-10mmc: msm_sdcc: Use platform_set|get_drvdataUlf Hansson
2014-11-10mmc: sdhci-pxav3: Remove checks for mandatory host clockSebastian Hesselbarth
2014-11-10mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxaSebastian Hesselbarth
2014-11-10mmc: sdhci-pxav3: Move private driver data to driver sourceSebastian Hesselbarth
2014-11-10mmc: sdhci-pxav3: Respect MMC_DDR52 timing on uhs signalingSebastian Hesselbarth
2014-11-10mmc: sdhci-pxav2: Drop unused struct sdhci_pxaSebastian Hesselbarth
2014-11-10mmc: sunxi: Remove unused includes of linux/clk-private.hTomeu Vizoso
2014-11-10mmc: mmci: fix mmci_post_requestSrinivas Kandagatla
2014-11-10mmc: sdhci: fix error conditions for controller resetAndrew Gabbasov
2014-11-10mmc: sdhci: Balance vmmc regulator_disable()Andrew Gabbasov
2014-11-10mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl statesDirk Behme
2014-11-10mmc: mxcmmc: fix the default value for available voltages into mxcmci_probeMatteo Facchinetti
2014-11-10mmc: mxcmmc: fix race condition when dma finish a data transferMatteo Facchinetti
2014-11-10mmc: sdhci-pci-o2micro: Fix Dell E5440 issuePeter Guo
2014-10-20mmc: host: drop owner assignment from platform_driversWolfram Sang
2014-10-06mmc: sdhci-acpi: Fix Braswell eMMC timeout clock frequencyAdrian Hunter
2014-10-06mmc: sdhci-acpi: Pass HID and UID to probe_slotAdrian Hunter
2014-10-06mmc: sdhci-acpi: Get UID directly from acpi_deviceAdrian Hunter
2014-10-03mmc, sdhci, bcm-kona, LLVMLinux: Remove use of __initconstBehan Webster
2014-10-03mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequencyAdrian Hunter
2014-10-03mmc: sdhci: Let a driver override timeout clock frequencyAdrian Hunter
2014-10-03mmc: sdhci-pci: Add Bay Trail and Braswell SD card detectAdrian Hunter
2014-10-03mmc: sdhci-pci: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel BYT host controllersAdrian Hunter
2014-10-03mmc: sdhci-acpi: Add a HID and UID for a SD Card host controllerAdrian Hunter
2014-10-03mmc: sdhci-acpi: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel host controllersAdrian Hunter
2014-10-03mmc: sdhci: Add quirk for always getting TC with stop cmdAdrian Hunter
2014-10-02mmc: core: restore detect line inversion semanticsLinus Walleij