summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'fixes' into nextUlf Hansson2018-12-171-2/+2
|\
| * mmc: sdhci: Fix sdhci_do_enable_v4_modeSowjanya Komatineni2018-12-171-2/+2
* | mmc: sdhci: Add quirk to disable LED controlAdrian Hunter2018-12-171-0/+12
* | mmc: sdhci: Handle auto-command errorsAdrian Hunter2018-12-171-0/+35
* | mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter2018-12-171-2/+2
* | mmc: sdhci: Fix data command CRC error handlingAdrian Hunter2018-12-171-25/+15
* | mmc: sdhci: Convert sdhci_allocate_bounce_buffer() to return voidChunyan Zhang2018-12-171-10/+5
|/
* mmc: sdhci: fix the timeout check window for clock and resetAlek Du2018-12-061-5/+13
* mmc: sdhci: fix __sdhci_adma_write_descJisheng Zhang2018-10-081-2/+2
* mmc: sdhci: SDMA may use Auto-CMD23 in v4 modeChunyan Zhang2018-10-081-2/+5
* mmc: sdhci: Add Auto CMD Auto Select supportChunyan Zhang2018-10-081-10/+39
* mmc: sdhci: Add 32-bit block count support for v4 modeChunyan Zhang2018-10-081-1/+13
* mmc: sdhci: Add ADMA2 64-bit addressing support for V4 modeChunyan Zhang2018-10-081-24/+68
* mmc: sdhci: Change SDMA address register for v4 modeChunyan Zhang2018-10-081-10/+20
* mmc: sdhci: Add sd host v4 modeChunyan Zhang2018-10-081-0/+29
* mmc: sdhci: Add version V4 definitionChunyan Zhang2018-10-081-1/+1
* mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_opsJisheng Zhang2018-10-081-14/+23
* mmc: sdhci: add adma_table_cnt member to struct sdhci_hostJisheng Zhang2018-10-081-8/+9
* mmc: sdhci: Export sdhci_request()Aapo Vienamo2018-10-081-1/+2
* mmc: sdhci: add tuning error codesYinbo Zhu2018-10-081-4/+5
* mmc: sdhci: Add support for O2 hardware tuningernest.zhang2018-07-301-1/+3
* mmc: sdhci: Export sdhci tuning function symbolernest.zhang2018-07-301-4/+8
* mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner2018-07-161-1/+8
* mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I2018-05-031-7/+45
* mmc: sdhci: Factor out target_timeout calculationAdrian Hunter2018-05-031-18/+30
* mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter2018-05-031-4/+34
* mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I2018-05-031-0/+10
* mmc: sdhci: Do not unnecessarily enable wakeup for SDIO card interruptAdrian Hunter2018-03-051-2/+7
* mmc: sdhci: Do not unnecessarily enable wakeup for card detect interruptAdrian Hunter2018-03-051-1/+9
* mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij2018-01-311-8/+156
* mmc: sdhci: Rework sdhci_enable_irq_wakeups()Adrian Hunter2018-01-171-10/+15
* mmc: sdhci: Handle failure of enable_irq_wake()Adrian Hunter2018-01-171-9/+15
* mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()Adrian Hunter2018-01-171-2/+1
* sdhci: Advertise 2.0v supply on SDIO host controllerAndy Shevchenko2018-01-111-0/+7
* mmc: sdhci: Avoid swiotlb buffer being fullUlf Hansson2017-11-281-10/+18
* mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-7/+6