summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-omap.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Remove duplicate words in commentsAdrian Hunter2022-12-071-1/+1
* mmc: sdhci-omap: Fix a lockdep warning for PM runtime initTony Lindgren2022-07-131-6/+8
* mmc: sdhci-omap: Use of_device_get_match_data() helperBean Huo2022-04-261-7/+2
* mmc: sdhci-omap: Fix build if CONFIG_PM_SLEEP is not setTony Lindgren2021-10-211-3/+4
* mmc: sdhci-omap: Remove forward declaration of sdhci_omap_context_save()Geert Uytterhoeven2021-10-211-2/+0
* mmc: sdhci-omap: Configure optional wakeirqTony Lindgren2021-10-191-0/+24
* mmc: sdhci-omap: Allow SDIO card power off and enable aggressive PMTony Lindgren2021-10-191-0/+3
* mmc: sdhci-omap: Implement PM runtime functionsTony Lindgren2021-10-191-17/+31
* mmc: sdhci-omap: Add omap_offset to support omap3 and earlierTony Lindgren2021-10-191-16/+45
* mmc: sdhci-omap: Handle voltages to add support omap4Tony Lindgren2021-10-191-28/+96
* mmc: sdhci-omap: Check MMCHS_HL_HWINFO register for ADMATony Lindgren2021-10-121-2/+22
* mmc: sdhci-omap: Parse legacy ti,non-removable propertyTony Lindgren2021-10-121-0/+5
* mmc: sdhci-omap: Restore sysconfig after resetTony Lindgren2021-10-121-1/+13
* mmc: sdhci-omap: Fix context restoreTony Lindgren2021-10-121-1/+14
* mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configuredTony Lindgren2021-10-121-1/+2
* mmc: sdhci-omap: Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-141-3/+2
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.19Douglas Anderson2020-09-071-0/+1
* mmc: sdhci-omap: Add Support for Suspend/ResumeFaiz Abbas2020-03-241-0/+57
* mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson2020-03-111-0/+3
* mmc: sdhci-omap: Add special reset capabilityFaiz Abbas2020-01-201-0/+23
* mmc: sdhci-omap: Add am335x and am437x specific compatiblesFaiz Abbas2020-01-201-0/+10
* mmc: sdhci-omap: Disable data timeout interrupt during eraseFaiz Abbas2020-01-201-0/+11
* mmc: sdhci-omap: Add using external dmaChunyan Zhang2020-01-201-1/+15
* mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20CFaiz Abbas2019-10-211-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341Thomas Gleixner2019-06-051-12/+1
* mmc: sdhci-omap: Make sdhci_omap_reset staticYueHaibing2019-04-151-1/+1
* mmc: sdhci-omap: Don't finish_mrq() on a command error during tuningFaiz Abbas2019-04-111-0/+38
* mmc: sdhci-omap: Set caps2 to indicate no physical write protect pinKishon Vijay Abraham I2019-03-211-0/+3
* mmc: sdhci-omap: drop ->get_ro() implementationThomas Petazzoni2019-02-251-1/+0
* mmc: sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures (i929)Faiz Abbas2018-12-171-1/+89
* mmc: sdhci-omap: Fix timeout checksAdrian Hunter2018-12-171-4/+12
* mmc: sdhci-omap: Remove redundant structure assignmentsFaiz Abbas2018-12-171-4/+0
* mmc: sdhci-omap: Add platform specific reset callbackFaiz Abbas2018-12-171-1/+19
* mmc: sdhci-omap: Fix DCRC error handling during tuningFaiz Abbas2018-12-051-4/+8
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+4
* mmc: sdhci-omap: Get IODelay values for 3.3v DDR modeKishon Vijay Abraham I2018-05-031-1/+8
* mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irqKishon Vijay Abraham I2018-05-031-0/+19
* mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoCKishon Vijay Abraham I2018-05-031-0/+5
* mmc: sdhci-omap: Workaround for Errata i834Kishon Vijay Abraham I2018-05-031-1/+2
* mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt propertiesKishon Vijay Abraham I2018-05-031-0/+1
* mmc: sdhci-omap: Workaround for Errata i843Kishon Vijay Abraham I2018-05-031-1/+34
* mmc: sdhci-omap: Remove setting ADMA capability in driverKishon Vijay Abraham I2018-05-031-3/+0
* mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES regKishon Vijay Abraham I2018-05-031-5/+12
* mmc: sdhci_omap: Fix sdhci-omap quirksKishon Vijay Abraham I2018-03-051-2/+2
* mmc: sdhci_omap: Add support to set IODELAY valuesKishon Vijay Abraham I2018-03-051-0/+148
* mmc: sdhci-omap: Workaround for Errata i802Kishon Vijay Abraham I2018-03-051-0/+13
* mmc: sdhci-omap: Add tuning supportKishon Vijay Abraham I2018-03-051-0/+130
* mmc: sdhci-omap: Add custom set_uhs_signaling sdhci_host opsKishon Vijay Abraham I2018-03-051-1/+22
* mmc: sdhci-omap: Add card_busy host opsKishon Vijay Abraham I2018-03-051-0/+52
* mmc: sdhci-omap: Update 'power_mode' outside sdhci_omap_init_74_clocksKishon Vijay Abraham I2018-03-051-2/+8