summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-16mmc: sdhci: removed unneeded function wrappersDong Aisheng
2016-05-02mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED codeMasahiro Yamada
2016-05-02mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter
2016-05-02mmc: sdhci: Tidy together LED codeAdrian Hunter
2016-05-02mmc: sdhci: Fix error paths in sdhci_add_host()Adrian Hunter
2016-05-02mmc: sdhci: Remove redundant conditionAdrian Hunter
2016-05-02mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTLudovic Desroches
2016-05-02mmc: sdhci: Introduce sdhci_calc_clk()Ludovic Desroches
2016-05-02mmc: sdhci: Move sdhci_runtime_pm_bus_off|on() to avoid pre-definitionUlf Hansson
2016-05-02mmc: sdhci: Remove redundant runtime PM callsUlf Hansson
2016-03-29mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter
2016-03-18mmc: sdhci: Set DMA mask when adding hostAlexandre Courbot
2016-03-17mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter
2016-02-29mmc: sdhci: further code simplicationRussell King
2016-02-29mmc: sdhci: consolidate the DMA/ADMA size/address quicksRussell King
2016-02-29mmc: sdhci: prepare DMA address/size quirk handling consolidationRussell King
2016-02-29mmc: sdhci: cleanup DMA un-mappingRussell King
2016-02-29mmc: sdhci: clean up host cookie handlingRussell King
2016-02-29mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()Russell King
2016-02-29mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()Russell King
2016-02-29mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()Russell King
2016-02-29mmc: sdhci: move sdhci_pre_dma_transfer()Russell King
2016-02-29mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()Russell King
2016-02-29mmc: sdhci: avoid walking SG list for writesRussell King
2016-02-29mmc: sdhci: clean up coding style in sdhci_adma_table_pre()Russell King
2016-02-29mmc: sdhci: allocate alignment and DMA descriptor buffer togetherRussell King
2016-02-29mmc: sdhci: fix data timeout (part 2)Russell King
2016-02-29mmc: sdhci: fix data timeout (part 1)Russell King
2016-02-29mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()Russell King
2016-02-29mmc: sdhci: plug DMA mapping leak on errorRussell King
2016-02-29mmc: sdhci: avoid unnecessary mapping/unmapping of align bufferRussell King
2016-02-29mmc: sdhci: fix command response CRC error handlingRussell King
2016-02-29mmc: sdhci: clean up command error handlingRussell King
2016-02-29mmc: sdhci: move initialisation of command error memberRussell King
2016-02-29mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden capsAl Cooper
2016-02-11mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter
2016-02-11mmc: sdhci: Allow override of mmc host operationsAdrian Hunter
2015-12-28mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang
2015-12-22mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter
2015-12-22mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter
2015-12-22mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter
2015-12-22mmc: sdhci: Do not BUG on invalid vddAdrian Hunter
2015-12-22mmc: sdhci: Fix strings broken across multiple linesMarek Vasut
2015-10-26mmc: sdhci: enable tuning for DDR50Weijun Yang
2015-10-26mmc: sdhci: call sdhci_init() before request irqHaibo Chen
2015-10-08mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com
2015-08-27mmc: sdhci: also get preset value and driver type for MMC_DDR52Jisheng Zhang
2015-08-27mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen
2015-08-24mmc: sdhci: switch from programmable clock mode to divided one if neededludovic.desroches@atmel.com