summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: sdhci: Drop redundant check in sdhci_ack_sdio_irq()Ulf Hansson2019-09-111-2/+1
* mmc: sdhci: Fix incorrect switch to HS modeAl Cooper2019-09-111-1/+3
* mmc: sdhci: use lower/upper_32_bits() macros for DMA addressesMasahiro Yamada2019-09-111-14/+13
* mmc: sdhci: constify references of parameters to __sdhci_read_caps()Masahiro Yamada2019-09-111-1/+2
* mmc: sdhci: Export sdhci_abort_tuning function symbolBen Chuang2019-09-111-1/+2
* mmc: sdhci: Add PLL Enable support to internal clock setupBen Chuang2019-09-111-0/+23
* mmc: sdhci: Change timeout of loop for checking internal clock stableBen Chuang2019-09-111-2/+2
* mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resumingBaolin Wang2019-08-061-2/+2
* Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2019-06-071-11/+13
|\
| * mmc: sdhci: Fix SDIO IRQ thread deadlockAdrian Hunter2019-05-281-11/+13
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-05-071-62/+102
|\
| * mmc: sdhci: Remove finish_taskletAdrian Hunter2019-04-151-16/+21
| * mmc: sdhci: Call mmc_request_done() from IRQ handler if possibleAdrian Hunter2019-04-151-7/+41
| * mmc: sdhci: Move some processing to __sdhci_finish_mrq()Adrian Hunter2019-04-151-5/+5
| * mmc: sdhci: Move timer and has_requests functionsAdrian Hunter2019-04-151-22/+22
| * mmc: sdhci: Reorganize sdhci_finish_mrq() and __sdhci_finish_mrq()Adrian Hunter2019-04-151-14/+14
| * mmc: sdhci: allow host to specify maximum tuning loopsSowjanya Komatineni2019-04-151-2/+3
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-13/+0
|/
* mmc: sdhci: use WP GPIO in sdhci_check_ro()Thomas Petazzoni2019-02-251-0/+2
* mmc: sdhci: Add ADMA3 DMA support for V4 enabled hostSowjanya Komatineni2019-02-251-1/+8
* mmc: sdhci: correct the maximum timeout when enable CMDQBOUGH CHEN2019-02-251-2/+7
* mmc: sdhci: add delay after the last tuning commandBOUGH CHEN2019-02-251-3/+4
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+3