summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-111-3/+0Star
|\
| * MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-3/+0Star
* | 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/+0Star
* | 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/+0Star
* 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-261-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-201-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-251-0/+2
* mmc: sdhci: add support for retuning mode 1Arindam Nath2011-05-251-1/+5
* mmc: sdhci: add support for programmable clock modeArindam Nath2011-05-251-0/+3
* mmc: sd: add support for tuning during uhs initializationArindam Nath2011-05-251-0/+3
* mmc: sd: add support for uhs bus speed mode selectionArindam Nath2011-05-251-0/+6
* mmc: sd: add support for driver type selectionArindam Nath2011-05-251-1/+10
* mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-251-2/+16
* mmc: sdhci: Add pre and post reset processing for chip specific resetPhilip Rakity2011-05-251-0/+2
* mmc: sdhci: work around broken dma boundary behaviorMikko Vinni2011-05-251-0/+6
* mmc: sdhci: add the abort CMDTYPE bits definitionRichard Zhu2011-03-251-0/+1
* mmc: Test bus-width for old MMC devicesAries Lee2011-01-091-0/+1
* mmc: sdhci: print SD Command and CAPABILITY_1 when dumping registersPhilip Rakity2011-01-091-1/+1
* mmc: sdhci: 8-bit bus width changesPhilip Rakity2010-11-221-1/+4
* mmc: sdhci: Properly enable SDIO IRQ wakeupsDaniel Drake2010-11-071-0/+4
* mmc: sdhci: introduce get_ro private write-protect hookWolfram Sang2010-10-231-0/+1
* mmc: sdhci: allow for eMMC 74 clock generation by controllerPhilip Rakity2010-10-231-0/+2
* mmc: sdhci: split up sdhci.h for sdhci-pltfm usersGiuseppe Cavallaro2010-10-231-131/+7Star