aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-omap.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-13mmc: sdhci-omap: Fix a lockdep warning for PM runtime initGravatar Tony Lindgren 1-6/+8
2022-04-26mmc: sdhci-omap: Use of_device_get_match_data() helperGravatar Bean Huo 1-7/+2
2021-10-21mmc: sdhci-omap: Fix build if CONFIG_PM_SLEEP is not setGravatar Tony Lindgren 1-3/+4
2021-10-21mmc: sdhci-omap: Remove forward declaration of sdhci_omap_context_save()Gravatar Geert Uytterhoeven 1-2/+0
2021-10-19mmc: sdhci-omap: Configure optional wakeirqGravatar Tony Lindgren 1-0/+24
2021-10-19mmc: sdhci-omap: Allow SDIO card power off and enable aggressive PMGravatar Tony Lindgren 1-0/+3
2021-10-19mmc: sdhci-omap: Implement PM runtime functionsGravatar Tony Lindgren 1-17/+31
2021-10-19mmc: sdhci-omap: Add omap_offset to support omap3 and earlierGravatar Tony Lindgren 1-16/+45
2021-10-19mmc: sdhci-omap: Handle voltages to add support omap4Gravatar Tony Lindgren 1-28/+96
2021-10-12mmc: sdhci-omap: Check MMCHS_HL_HWINFO register for ADMAGravatar Tony Lindgren 1-2/+22
2021-10-12mmc: sdhci-omap: Parse legacy ti,non-removable propertyGravatar Tony Lindgren 1-0/+5
2021-10-12mmc: sdhci-omap: Restore sysconfig after resetGravatar Tony Lindgren 1-1/+13
2021-10-12mmc: sdhci-omap: Fix context restoreGravatar Tony Lindgren 1-1/+14
2021-10-12mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configuredGravatar Tony Lindgren 1-1/+2
2021-06-14mmc: sdhci-omap: Use pm_runtime_resume_and_get() to replace open codingGravatar Tian Tao 1-3/+2
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.19Gravatar Douglas Anderson 1-0/+1
2020-03-24mmc: sdhci-omap: Add Support for Suspend/ResumeGravatar Faiz Abbas 1-0/+57
2020-03-11mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYGravatar Ulf Hansson 1-0/+3
2020-01-20mmc: sdhci-omap: Add special reset capabilityGravatar Faiz Abbas 1-0/+23
2020-01-20mmc: sdhci-omap: Add am335x and am437x specific compatiblesGravatar Faiz Abbas 1-0/+10
2020-01-20mmc: sdhci-omap: Disable data timeout interrupt during eraseGravatar Faiz Abbas 1-0/+11
2020-01-20mmc: sdhci-omap: Add using external dmaGravatar Chunyan Zhang 1-1/+15
2019-10-21mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20CGravatar Faiz Abbas 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341Gravatar Thomas Gleixner 1-12/+1
2019-04-15mmc: sdhci-omap: Make sdhci_omap_reset staticGravatar YueHaibing 1-1/+1
2019-04-11mmc: sdhci-omap: Don't finish_mrq() on a command error during tuningGravatar Faiz Abbas 1-0/+38
2019-03-21mmc: sdhci-omap: Set caps2 to indicate no physical write protect pinGravatar Kishon Vijay Abraham I 1-0/+3
2019-02-25mmc: sdhci-omap: drop ->get_ro() implementationGravatar Thomas Petazzoni 1-1/+0
2018-12-17mmc: sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures (i929)Gravatar Faiz Abbas 1-1/+89
2018-12-17mmc: sdhci-omap: Fix timeout checksGravatar Adrian Hunter 1-4/+12
2018-12-17mmc: sdhci-omap: Remove redundant structure assignmentsGravatar Faiz Abbas 1-4/+0
2018-12-17mmc: sdhci-omap: Add platform specific reset callbackGravatar Faiz Abbas 1-1/+19
2018-12-05mmc: sdhci-omap: Fix DCRC error handling during tuningGravatar Faiz Abbas 1-4/+8
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+4
2018-05-03mmc: sdhci-omap: Get IODelay values for 3.3v DDR modeGravatar Kishon Vijay Abraham I 1-1/+8
2018-05-03mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irqGravatar Kishon Vijay Abraham I 1-0/+19
2018-05-03mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoCGravatar Kishon Vijay Abraham I 1-0/+5
2018-05-03mmc: sdhci-omap: Workaround for Errata i834Gravatar Kishon Vijay Abraham I 1-1/+2
2018-05-03mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt propertiesGravatar Kishon Vijay Abraham I 1-0/+1
2018-05-03mmc: sdhci-omap: Workaround for Errata i843Gravatar Kishon Vijay Abraham I 1-1/+34
2018-05-03mmc: sdhci-omap: Remove setting ADMA capability in driverGravatar Kishon Vijay Abraham I 1-3/+0
2018-05-03mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES regGravatar Kishon Vijay Abraham I 1-5/+12
2018-03-05mmc: sdhci_omap: Fix sdhci-omap quirksGravatar Kishon Vijay Abraham I 1-2/+2
2018-03-05mmc: sdhci_omap: Add support to set IODELAY valuesGravatar Kishon Vijay Abraham I 1-0/+148
2018-03-05mmc: sdhci-omap: Workaround for Errata i802Gravatar Kishon Vijay Abraham I 1-0/+13
2018-03-05mmc: sdhci-omap: Add tuning supportGravatar Kishon Vijay Abraham I 1-0/+130
2018-03-05mmc: sdhci-omap: Add custom set_uhs_signaling sdhci_host opsGravatar Kishon Vijay Abraham I 1-1/+22
2018-03-05mmc: sdhci-omap: Add card_busy host opsGravatar Kishon Vijay Abraham I 1-0/+52
2018-03-05mmc: sdhci-omap: Update 'power_mode' outside sdhci_omap_init_74_clocksGravatar Kishon Vijay Abraham I 1-2/+8
2017-10-02mmc: sdhci-omap: make three functions static, fixes warningsGravatar Colin Ian King 1-3/+3