summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-29mmc: sdhci: clean up coding style in sdhci_adma_table_pre()Russell King1-20/+9
2016-02-29mmc: sdhci: allocate alignment and DMA descriptor buffer togetherRussell King1-36/+20
2016-02-29mmc: sdhci: fix data timeout (part 2)Russell King1-2/+13
2016-02-29mmc: sdhci: fix data timeout (part 1)Russell King1-1/+1
2016-02-29mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()Russell King1-8/+7
2016-02-29mmc: sdhci: plug DMA mapping leak on errorRussell King1-0/+16
2016-02-29mmc: sdhci: avoid unnecessary mapping/unmapping of align bufferRussell King1-36/+18
2016-02-29mmc: sdhci: fix command response CRC error handlingRussell King1-0/+17
2016-02-29mmc: sdhci: clean up command error handlingRussell King1-6/+6
2016-02-29mmc: sdhci: move initialisation of command error memberRussell King1-2/+3
2016-02-29mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden capsAl Cooper1-1/+1
2016-02-11mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter1-1/+1
2016-02-11mmc: sdhci: Allow override of mmc host operationsAdrian Hunter1-1/+2
2015-12-28mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang1-13/+6
2015-12-22mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter1-2/+2
2015-12-22mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter1-19/+12
2015-12-22mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter1-3/+6
2015-12-22mmc: sdhci: Do not BUG on invalid vddAdrian Hunter1-1/+3
2015-12-22mmc: sdhci: Fix strings broken across multiple linesMarek Vasut1-34/+23
2015-10-26mmc: sdhci: enable tuning for DDR50Weijun Yang1-3/+4
2015-10-26mmc: sdhci: call sdhci_init() before request irqHaibo Chen1-11/+11
2015-10-08mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com1-0/+2
2015-08-27mmc: sdhci: also get preset value and driver type for MMC_DDR52Jisheng Zhang1-1/+3
2015-08-27mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen1-42/+25
2015-08-24mmc: sdhci: switch from programmable clock mode to divided one if neededludovic.desroches@atmel.com1-9/+20
2015-08-17mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is setIvan T. Ivanov1-2/+1
2015-08-17mmc: sdhci: don't use card state polling when CD GPIO is definedIvan T. Ivanov1-1/+2
2015-08-17mmc: sdhci: let GPIO based card detection have higher precedenceIvan T. Ivanov1-4/+10
2015-08-17mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKENSuneel Garapati1-0/+3
2015-07-24mmc: sdhci: make max-frequency property in device tree workDong Aisheng1-2/+7
2015-07-24mmc: sdhci check parameters before call dma_free_coherentPeng Fan1-2/+5
2015-06-16mmc: sdhci: fix low memory corruptionJiri Slaby1-1/+1
2015-06-08mmc: sdhci: Restore behavior while creating OCR maskUlf Hansson1-4/+5
2015-06-01mmc: sdhci: Add a callback to select drive strengthAdrian Hunter1-0/+13
2015-06-01mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()Petri Gynther1-0/+9
2015-06-01mmc: host: sdhci: Use BUG_ON()Fabio Estevam1-4/+2
2015-06-01mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter1-99/+13
2015-03-23mmc: sdhci: fix card presence logic in sdhci_request functionScott Branden1-17/+3
2015-03-23mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53Corneliu Doban1-1/+3
2015-03-23mmc: sdhci: add quirk for ACMD23 brokenScott Branden1-1/+2
2015-01-29mmc: sdhci: switch voltage before sdhci_set_ios in runtime resumeJisheng Zhang1-1/+1
2015-01-20mmc: sdhci: add a quirk for single block transactionsVincent Yang1-3/+5
2015-01-20mmc: sdhci: add a quirk for tuning work aroundVincent Yang1-0/+2
2015-01-20mmc: sdhci: add a voltage switch callback functionVincent Yang1-0/+4
2015-01-19mmc: host: sdhci: Added a space before (Mohammad Jamal1-1/+1
2015-01-19mmc: sdhci: Always init buf_ready_intAdrian Hunter1-2/+2
2015-01-19mmc: sdhci: use pipeline mmc requests to improve performanceHaibo Chen1-12/+87
2015-01-19mmc: sdhci: Remove redundant ADMA page boundary warningsAndrew Gabbasov1-4/+0
2015-01-14mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger1-0/+6
2015-01-12mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski1-2/+6