summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-omap.c
AgeCommit message (Expand)Author
2024-04-26mmc: sdhci-omap: Constify struct sdhci_opsKrzysztof Kozlowski
2024-03-25mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS...Romain Naour
2023-12-07mmc: sdhci-omap: don't misuse kernel-doc markerRandy Dunlap
2023-08-15mmc: sdhci-omap: Convert to platform remove callback returning voidYangtao Li
2023-08-09mmc: Explicitly include correct DT includesRob Herring
2022-12-07mmc: Remove duplicate words in commentsAdrian Hunter
2022-07-13mmc: sdhci-omap: Fix a lockdep warning for PM runtime initTony Lindgren
2022-04-26mmc: sdhci-omap: Use of_device_get_match_data() helperBean Huo
2021-10-21mmc: sdhci-omap: Fix build if CONFIG_PM_SLEEP is not setTony Lindgren
2021-10-21mmc: sdhci-omap: Remove forward declaration of sdhci_omap_context_save()Geert Uytterhoeven
2021-10-19mmc: sdhci-omap: Configure optional wakeirqTony Lindgren
2021-10-19mmc: sdhci-omap: Allow SDIO card power off and enable aggressive PMTony Lindgren
2021-10-19mmc: sdhci-omap: Implement PM runtime functionsTony Lindgren
2021-10-19mmc: sdhci-omap: Add omap_offset to support omap3 and earlierTony Lindgren
2021-10-19mmc: sdhci-omap: Handle voltages to add support omap4Tony Lindgren
2021-10-12mmc: sdhci-omap: Check MMCHS_HL_HWINFO register for ADMATony Lindgren
2021-10-12mmc: sdhci-omap: Parse legacy ti,non-removable propertyTony Lindgren
2021-10-12mmc: sdhci-omap: Restore sysconfig after resetTony Lindgren
2021-10-12mmc: sdhci-omap: Fix context restoreTony Lindgren
2021-10-12mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configuredTony Lindgren
2021-06-14mmc: sdhci-omap: Use pm_runtime_resume_and_get() to replace open codingTian Tao
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.19Douglas Anderson
2020-03-24mmc: sdhci-omap: Add Support for Suspend/ResumeFaiz Abbas
2020-03-11mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson
2020-01-20mmc: sdhci-omap: Add special reset capabilityFaiz Abbas
2020-01-20mmc: sdhci-omap: Add am335x and am437x specific compatiblesFaiz Abbas
2020-01-20mmc: sdhci-omap: Disable data timeout interrupt during eraseFaiz Abbas
2020-01-20mmc: sdhci-omap: Add using external dmaChunyan Zhang
2019-10-21mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20CFaiz Abbas
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341Thomas Gleixner
2019-04-15mmc: sdhci-omap: Make sdhci_omap_reset staticYueHaibing
2019-04-11mmc: sdhci-omap: Don't finish_mrq() on a command error during tuningFaiz Abbas
2019-03-21mmc: sdhci-omap: Set caps2 to indicate no physical write protect pinKishon Vijay Abraham I
2019-02-25mmc: sdhci-omap: drop ->get_ro() implementationThomas Petazzoni
2018-12-17mmc: sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures (i929)Faiz Abbas
2018-12-17mmc: sdhci-omap: Fix timeout checksAdrian Hunter
2018-12-17mmc: sdhci-omap: Remove redundant structure assignmentsFaiz Abbas
2018-12-17mmc: sdhci-omap: Add platform specific reset callbackFaiz Abbas
2018-12-05mmc: sdhci-omap: Fix DCRC error handling during tuningFaiz Abbas
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-03mmc: sdhci-omap: Get IODelay values for 3.3v DDR modeKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irqKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoCKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Workaround for Errata i834Kishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt propertiesKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Workaround for Errata i843Kishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Remove setting ADMA capability in driverKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES regKishon Vijay Abraham I
2018-03-05mmc: sdhci_omap: Fix sdhci-omap quirksKishon Vijay Abraham I
2018-03-05mmc: sdhci_omap: Add support to set IODELAY valuesKishon Vijay Abraham I