summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: clean up host cookie handlingRussell King2016-02-291-2/+2
* mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2016-02-111-0/+1
* mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter2015-12-221-9/+12
* mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com2015-10-081-0/+5
* mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen2015-08-271-4/+4
* mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKENSuneel Garapati2015-08-171-0/+2
* mmc: sdhci: Add a callback to select drive strengthAdrian Hunter2015-06-011-0/+4
* mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter2015-06-011-3/+0
* mmc: sdhci: Remove the sdhci exported header fileUlf Hansson2015-03-231-1/+202
* mmc: sdhci: add a voltage switch callback functionVincent Yang2015-01-201-0/+1
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-3/+0
|\
| * MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-3/+0
* | mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter2014-11-261-0/+3
* | mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200Adrian Hunter2014-11-261-1/+0
* | mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter2014-11-101-0/+18
* | mmc: sdhci: Define ADMA descriptor structureAdrian Hunter2014-11-101-0/+7
* | mmc: sdhci: Define ADMA constantsAdrian Hunter2014-11-101-0/+10
* | mmc: sdhci: Define maximum segmentsAdrian Hunter2014-11-101-0/+6
|/
* mmc: sdhci: execute tuning when device is not busyYi Sun2014-09-241-0/+1
* mmc: sdhci: add platform set_timeout hookAisheng Dong2014-09-091-0/+2
* mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong2014-09-091-0/+1
* mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King2014-05-221-2/+0
* mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: set_uhs_signaling() need not return a valueRussell King2014-05-221-1/+1
* mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King2014-05-221-0/+1
* mmc: sdhci: convert reset into a library functionRussell King2014-05-221-2/+2
* mmc: sdhci: convert generic bus width setup to library functionRussell King2014-05-221-2/+3
* mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King2014-05-221-0/+5
* mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng2013-09-261-0/+2
* mmc: sdhci: add hooks for platform specific tuningDong Aisheng2013-09-261-0/+1
* mmc: sdhci: add card_event callback to sdhciChristian Daudt2013-07-051-0/+1
* mmc: sdhci: enhance preset value functionKevin Liu2013-02-241-0/+12
* mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer2013-02-241-1/+1
* mmc: eSDHC: Recover from ADMA errorsHaijun Zhang2012-12-061-1/+4
* mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang2012-11-071-0/+1
* mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulatorPhilip Rakity2012-07-211-0/+1
* mmc: sdhci: Add platform suspend/resume hooks.Chris Ball2012-03-251-0/+2
* mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S2012-01-121-0/+1
* mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss2011-12-191-1/+1
* mmc: sdhci-pci: add runtime pm supportAdrian Hunter2011-10-261-0/+5
* mmc: sdhci: add eMMC hardware reset supportAdrian Hunter2011-10-261-1/+1
* mmc: sdhci: Auto-CMD23 support.Andrei Warkentin2011-05-251-0/+2
* mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.Andrei Warkentin2011-05-251-1/+1
* mmc: sdhci: add hooks for setting UHS in platform specific codePhilip Rakity2011-05-241-0/+2
* mmc: sdhci: add support for retuning mode 1Arindam Nath2011-05-241-1/+5
* mmc: sdhci: add support for programmable clock modeArindam Nath2011-05-241-0/+3
* mmc: sd: add support for tuning during uhs initializationArindam Nath2011-05-241-0/+3
* mmc: sd: add support for uhs bus speed mode selectionArindam Nath2011-05-241-0/+6
* mmc: sd: add support for driver type selectionArindam Nath2011-05-241-1/+10
* mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-241-2/+16