aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-62/+102
2019-04-15mmc: sdhci: Remove finish_taskletAdrian Hunter1-16/+21
2019-04-15mmc: sdhci: Call mmc_request_done() from IRQ handler if possibleAdrian Hunter1-7/+41
2019-04-15mmc: sdhci: Move some processing to __sdhci_finish_mrq()Adrian Hunter1-5/+5
2019-04-15mmc: sdhci: Move timer and has_requests functionsAdrian Hunter1-22/+22
2019-04-15mmc: sdhci: Reorganize sdhci_finish_mrq() and __sdhci_finish_mrq()Adrian Hunter1-14/+14
2019-04-15mmc: sdhci: allow host to specify maximum tuning loopsSowjanya Komatineni1-2/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-13/+0
2019-02-25mmc: sdhci: use WP GPIO in sdhci_check_ro()Thomas Petazzoni1-0/+2
2019-02-25mmc: sdhci: Add ADMA3 DMA support for V4 enabled hostSowjanya Komatineni1-1/+8
2019-02-25mmc: sdhci: correct the maximum timeout when enable CMDQBOUGH CHEN1-2/+7
2019-02-25mmc: sdhci: add delay after the last tuning commandBOUGH CHEN1-3/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+3
2018-12-17Merge branch 'fixes' into nextUlf Hansson1-2/+2
2018-12-17mmc: sdhci: Fix sdhci_do_enable_v4_modeSowjanya Komatineni1-2/+2
2018-12-17mmc: sdhci: Add quirk to disable LED controlAdrian Hunter1-0/+12
2018-12-17mmc: sdhci: Handle auto-command errorsAdrian Hunter1-0/+35
2018-12-17mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter1-2/+2
2018-12-17mmc: sdhci: Fix data command CRC error handlingAdrian Hunter1-25/+15
2018-12-17mmc: sdhci: Convert sdhci_allocate_bounce_buffer() to return voidChunyan Zhang1-10/+5
2018-12-06mmc: sdhci: fix the timeout check window for clock and resetAlek Du1-5/+13
2018-10-08mmc: sdhci: fix __sdhci_adma_write_descJisheng Zhang1-2/+2
2018-10-08mmc: sdhci: SDMA may use Auto-CMD23 in v4 modeChunyan Zhang1-2/+5
2018-10-08mmc: sdhci: Add Auto CMD Auto Select supportChunyan Zhang1-10/+39
2018-10-08mmc: sdhci: Add 32-bit block count support for v4 modeChunyan Zhang1-1/+13
2018-10-08mmc: sdhci: Add ADMA2 64-bit addressing support for V4 modeChunyan Zhang1-24/+68
2018-10-08mmc: sdhci: Change SDMA address register for v4 modeChunyan Zhang1-10/+20
2018-10-08mmc: sdhci: Add sd host v4 modeChunyan Zhang1-0/+29
2018-10-08mmc: sdhci: Add version V4 definitionChunyan Zhang1-1/+1
2018-10-08mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_opsJisheng Zhang1-14/+23
2018-10-08mmc: sdhci: add adma_table_cnt member to struct sdhci_hostJisheng Zhang1-8/+9
2018-10-08mmc: sdhci: Export sdhci_request()Aapo Vienamo1-1/+2
2018-10-08mmc: sdhci: add tuning error codesYinbo Zhu1-4/+5
2018-07-30mmc: sdhci: Add support for O2 hardware tuningernest.zhang1-1/+3
2018-07-30mmc: sdhci: Export sdhci tuning function symbolernest.zhang1-4/+8
2018-07-16mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner1-1/+8
2018-05-03mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I1-7/+45
2018-05-03mmc: sdhci: Factor out target_timeout calculationAdrian Hunter1-18/+30
2018-05-03mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter1-4/+34
2018-05-03mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support 1.8vKishon Vijay Abraham I1-0/+10
2018-03-05mmc: sdhci: Do not unnecessarily enable wakeup for SDIO card interruptAdrian Hunter1-2/+7
2018-03-05mmc: sdhci: Do not unnecessarily enable wakeup for card detect interruptAdrian Hunter1-1/+9
2018-01-31mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij1-8/+156
2018-01-17mmc: sdhci: Rework sdhci_enable_irq_wakeups()Adrian Hunter1-10/+15
2018-01-17mmc: sdhci: Handle failure of enable_irq_wake()Adrian Hunter1-9/+15
2018-01-17mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()Adrian Hunter1-2/+1
2018-01-11sdhci: Advertise 2.0v supply on SDIO host controllerAndy Shevchenko1-0/+7
2017-11-28mmc: sdhci: Avoid swiotlb buffer being fullUlf Hansson1-10/+18
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook1-7/+6
2017-10-30mmc: sdhci: catch all errors when getting regulatorsWolfram Sang1-1/+1