aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25mmc: sdhci: Add sdhci_read_caps()Adrian Hunter1-0/+8
2016-07-25mmc: sdhci: Tidy caps variables in sdhci_setup_host()Adrian Hunter1-2/+2
2016-07-25mmc: sdhci: Make signal voltage support explicitAdrian Hunter1-0/+3
2016-07-25mmc: sdhci: Split sdhci_add_host()Adrian Hunter1-0/+2
2016-05-02mmc: sdhci: use IS_ENABLE(CONFIG_LEDS_CLASS) to enable LED struct membersMasahiro Yamada1-1/+1
2016-05-02mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter1-1/+0
2016-05-02mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTLudovic Desroches1-5/+0
2016-05-02mmc: sdhci: Introduce sdhci_calc_clk()Ludovic Desroches1-0/+2
2016-03-29mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter1-0/+4
2016-02-29mmc: sdhci: clean up host cookie handlingRussell King1-2/+2
2016-02-11mmc: sdhci: Allow override of mmc host operationsAdrian Hunter1-0/+1
2015-12-22mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter1-9/+12
2015-10-08mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com1-0/+5
2015-08-27mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen1-4/+4
2015-08-17mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKENSuneel Garapati1-0/+2
2015-06-01mmc: sdhci: Add a callback to select drive strengthAdrian Hunter1-0/+4
2015-06-01mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter1-3/+0
2015-03-23mmc: sdhci: Remove the sdhci exported header fileUlf Hansson1-1/+202
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang1-0/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+0
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-3/+0
2014-11-26mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter1-0/+3
2014-11-26mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200Adrian Hunter1-1/+0
2014-11-10mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter1-0/+18
2014-11-10mmc: sdhci: Define ADMA descriptor structureAdrian Hunter1-0/+7
2014-11-10mmc: sdhci: Define ADMA constantsAdrian Hunter1-0/+10
2014-11-10mmc: sdhci: Define maximum segmentsAdrian Hunter1-0/+6
2014-09-24mmc: sdhci: execute tuning when device is not busyYi Sun1-0/+1
2014-09-09mmc: sdhci: add platform set_timeout hookAisheng Dong1-0/+2
2014-09-09mmc: sdhci: add platform get_max_timeout_count hookAisheng Dong1-0/+1
2014-05-22mmc: sdhci: remove platform_suspend/platform_resume callbacksRussell King1-2/+0
2014-05-22mmc: sdhci: convert sdhci_set_uhs_signaling() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: set_uhs_signaling() need not return a valueRussell King1-1/+1
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King1-0/+1
2014-05-22mmc: sdhci: convert reset into a library functionRussell King1-2/+2
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King1-2/+3
2014-05-22mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King1-0/+5
2013-09-26mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng1-0/+2
2013-09-26mmc: sdhci: add hooks for platform specific tuningDong Aisheng1-0/+1
2013-07-05mmc: sdhci: add card_event callback to sdhciChristian Daudt1-0/+1
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu1-0/+12
2013-02-24mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer1-1/+1
2012-12-06mmc: eSDHC: Recover from ADMA errorsHaijun Zhang1-1/+4
2012-11-07mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang1-0/+1
2012-07-21mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulatorPhilip Rakity1-0/+1
2012-03-25mmc: sdhci: Add platform suspend/resume hooks.Chris Ball1-0/+2
2012-01-12mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S1-0/+1
2011-12-19mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss1-1/+1
2011-10-26mmc: sdhci-pci: add runtime pm supportAdrian Hunter1-0/+5
2011-10-26mmc: sdhci: add eMMC hardware reset supportAdrian Hunter1-1/+1