summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-of-at91.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1REugen Hristev2022-07-121-2/+7
* mmc: sdhci-of-at91: Use of_device_get_match_data() helperBean Huo2022-02-281-4/+2
* mmc: sdhci-of-at91: replace while loop with read_poll_timeoutClaudiu Beznea2021-10-061-11/+5
* mmc: sdhci-of-at91: wait for calibration done before proceedClaudiu Beznea2021-10-061-0/+6
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: sdhci-of-at91: fix CALCR register being rewrittenEugen Hristev2020-05-291-2/+5
* mmc: sdhci: use FIELD_GET/PREP for capabilities bit masksMasahiro Yamada2020-05-281-2/+3
* mmc: sdhci-of-at91: Display clock changes for debug purpose onlyCristian Birsan2020-03-241-2/+2
* mmc: sdhci: at91: Use sdhci_set_power_and_voltage()Nicolas Saenz Julienne2020-03-241-17/+1
* mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2Michał Mirosław2020-03-171-2/+6
* mmc: sdhci-of-at91: fix memleak on clk_get failureMichał Mirosław2020-01-161-3/+6
* mmc: sdhci-of-at91: rework clocks management to support SAM9x60 deviceLudovic Desroches2019-12-161-47/+58
* Merge branch 'fixes' into nextUlf Hansson2019-11-141-1/+1
|\
| * mmc: sdhci-of-at91: fix quirk2 overwriteEugen Hristev2019-11-141-1/+1
* | mmc: sdhci-of-at91: add DT property to enable calibration on full resetNicolas Ferre2019-11-131-0/+19
|/
* mmc: sdhci-of-at91: add quirk for broken HS200Eugen Hristev2019-08-221-0/+3
* mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resumingBaolin Wang2019-08-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* mmc: sdhci-of-at91: make function sdhci_at91_set_uhs_signaling staticColin Ian King2017-10-301-1/+2
* mmc: sdhci-of-at91: set clocks and presets after resume from deepest PMQuentin Schulz2017-08-301-2/+30
* mmc: sdhci-of-at91: factor out clks and presets settingQuentin Schulz2017-08-301-65/+82
* mmc: sdhci-of-at91: force card detect value for non removable devicesLudovic Desroches2017-08-031-1/+34
* mmc: sdhci: Do not use spin lock in set_ios pathsAdrian Hunter2017-04-241-2/+0
* mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter2017-04-241-0/+3
* mmc: sdhci-of-at91: fix MMC_DDR_52 timing selectionLudovic Desroches2017-03-301-1/+10
* mmc: sdhci-of-at91: Support external regulatorsRomain Izard2017-03-161-0/+19
* mmc: sdhci-of-at91: Fix module autoloadJavier Martinez Canillas2016-11-291-0/+1
* mmc: host: use the defined function to check whether card is removableJaehoon Chung2016-07-251-1/+1
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* mmc: sdhci-of-at91: add presets setupLudovic Desroches2016-05-041-0/+26
* mmc: sdhci-of-at91: Implement specific ->set_clock() functionLudovic Desroches2016-05-021-2/+46
* mmc: sdhci-of-at91: fix wake-up issue when using runtime pmludovic.desroches@atmel.com2016-03-181-0/+20
* mmc: sdhci-of-at91: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-18/+15
* mmc: sdhci-of-at91: fix pm runtime unbalanced issue in error pathJisheng Zhang2016-02-021-0/+1
* mmc: sdhci-of-at91: add PM supportludovic.desroches@atmel.com2015-12-221-2/+73
* mmc: sdhci-of-at91: remove a line of dead codeDan Carpenter2015-10-261-1/+0
* mmc: sdhci-of-at91: use SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST quirkludovic.desroches@atmel.com2015-10-081-0/+1
* mmc: sdhci-of-at91: fix platform_no_drv_owner.cocci warningskbuild test robot2015-08-271-1/+0
* mmc: sdhci-of-at91: introduce driver for the Atmel SDMMCludovic.desroches@atmel.com2015-08-241-0/+192