summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Use more concise device_property_read_u64Jeremy Linton2020-12-041-4/+4
* mmc: sdhci: Update firmware interface APIJeremy Linton2020-11-241-4/+4
* mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is trueJisheng Zhang2020-10-151-2/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-08-051-8/+16
|\
| * mmc: sdhci: Fix a potential uninitialized variableDan Carpenter2020-07-241-1/+1
| * mmc: sdhci: Fix potential null pointer access while accessing vqmmcVeerabhadrarao Badiganti2020-07-131-5/+7
| * mmc: sdhci: Allow platform controlled voltage switchingVijay Viswanath2020-07-131-13/+19
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* Merge branch 'fixes' into nextUlf Hansson2020-05-281-3/+6
|\
| * mmc: sdhci: Fix SDHCI_QUIRK_BROKEN_CQEAdrian Hunter2020-05-181-3/+6
* | mmc: sdhci-msm: Introduce new ops to dump vendor specific registersSarthak Garg2020-05-281-0/+3
* | mmc: sdhci: add quirks for be to le byte swappingAngelo Dureghello2020-05-281-3/+7
* | mmc: sdhci: use FIELD_GET/PREP for current capabilities bit masksMasahiro Yamada2020-05-281-15/+12
* | mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-1/+1
* | mmc: sdhci: add spin lock for sdhci_set_default_irqs in sdhci_initHaibo Chen2020-05-281-0/+3
* | mmc: host: sdhci: Implement the request_atomic() APIBaolin Wang2020-05-281-0/+34
* | mmc: sdhci: Reduce maximum time under spinlock in sdhci_send_command()Adrian Hunter2020-05-281-28/+98
* | mmc: sdhci: Tidy sdhci_request() a bitAdrian Hunter2020-05-281-13/+26
* | mmc: sdhci: Remove unneeded forward declaration of sdhci_finish_data()Adrian Hunter2020-05-281-2/+0
* | mmc: sdhci: Stop exporting sdhci_send_command()Adrian Hunter2020-05-281-2/+3
* | mmc: sdhci: Add helpers for the auto-CMD23 flagAdrian Hunter2020-05-281-3/+15
* | mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut2020-05-281-3/+3
* | mmc: sdhci: use FIELD_GET/PREP for capabilities bit masksMasahiro Yamada2020-05-281-12/+7
|/
* mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada2020-03-241-5/+5
* mmc: sdhci: Introduce sdhci_set_power_and_bus_voltage()Nicolas Saenz Julienne2020-03-241-0/+19
* mmc: sdhci: do not enable card detect interrupt for gpio cd typeHaibo Chen2020-03-241-1/+1
* mmc: host: sdhci: Add a variable to defer to complete requests if neededBaolin Wang2020-03-241-1/+1
* mmc: host: sdhci: Add request_done ops for struct sdhci_opsBaolin Wang2020-03-241-2/+10
* mmc: sdhci: Let a vendor driver supply and update ADMA descriptor sizeVeerabhadrarao Badiganti2020-01-241-9/+7
* mmc: sdhci: fix an issue of mixing different typesChunyan Zhang2020-01-201-2/+3
* Merge branch 'fixes' into nextUlf Hansson2020-01-201-4/+6
|\
| * mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław2020-01-201-4/+6
* | mmc: sdhci: Refactor sdhci_set_timeout()Faiz Abbas2020-01-201-17/+19
* | mmc: sdhci: Convert sdhci_set_timeout_irq() to non-staticFaiz Abbas2020-01-201-1/+2
* | mmc: sdhci: add support for using external DMA devicesChunyan Zhang2020-01-201-2/+226
* | mmc: sdhci: Factor out some operations set to their own functionsFaiz Abbas2020-01-201-41/+53
* | Merge branch 'fixes' into nextUlf Hansson2019-12-181-0/+3
|\|
| * mmc: sdhci: Add a quirk for broken command queuingAdrian Hunter2019-12-181-0/+3
* | Merge branch 'fixes' into nextUlf Hansson2019-12-161-3/+1
|\|
| * mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas2019-12-161-2/+2
| * Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas2019-12-161-3/+1
* | mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas2019-12-161-2/+2
* | mmc: sdhci: fix up CMD12 sendingYangbo Lu2019-12-161-14/+3
|/
* mmc: sdhci: Fix grammar in warning messageFabio Estevam2019-11-201-2/+2
* mmc: sdhci: Check card status after resetRaul E Rangel2019-11-131-0/+11
* mmc: sdhci: Let drivers define their DMA maskAdrian Hunter2019-09-271-8/+4
* mmc: sdhci: improve ADMA error reportingRussell King2019-09-271-5/+10
* mmc: sdhci: Convert to use sdio_irq_claimed()Ulf Hansson2019-09-111-6/+1
* mmc: sdhci: Drop redundant code for SDIO IRQsUlf Hansson2019-09-111-1/+1