summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-2/+2
* mmc: sdhci: removed unneeded function wrappersDong Aisheng2016-05-161-45/+15
* mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED codeMasahiro Yamada2016-05-021-3/+1
* mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter2016-05-021-6/+1
* mmc: sdhci: Tidy together LED codeAdrian Hunter2016-05-021-33/+63
* mmc: sdhci: Fix error paths in sdhci_add_host()Adrian Hunter2016-05-021-9/+27
* mmc: sdhci: Remove redundant conditionAdrian Hunter2016-05-021-1/+1
* mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTLudovic Desroches2016-05-021-2/+0
* mmc: sdhci: Introduce sdhci_calc_clk()Ludovic Desroches2016-05-021-12/+24
* mmc: sdhci: Move sdhci_runtime_pm_bus_off|on() to avoid pre-definitionUlf Hansson2016-05-021-28/+16
* mmc: sdhci: Remove redundant runtime PM callsUlf Hansson2016-05-021-51/+4
* mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter2016-03-291-9/+30
* mmc: sdhci: Set DMA mask when adding hostAlexandre Courbot2016-03-181-7/+41
* mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter2016-03-171-3/+3
* mmc: sdhci: further code simplicationRussell King2016-02-291-11/+10
* mmc: sdhci: consolidate the DMA/ADMA size/address quicksRussell King2016-02-291-32/+16
* mmc: sdhci: prepare DMA address/size quirk handling consolidationRussell King2016-02-291-13/+15
* mmc: sdhci: cleanup DMA un-mappingRussell King2016-02-291-11/+3
* mmc: sdhci: clean up host cookie handlingRussell King2016-02-291-6/+6
* mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()Russell King2016-02-291-2/+1
* mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()Russell King2016-02-291-4/+4
* mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()Russell King2016-02-291-39/+23
* mmc: sdhci: move sdhci_pre_dma_transfer()Russell King2016-02-291-27/+25
* mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()Russell King2016-02-291-22/+7
* mmc: sdhci: avoid walking SG list for writesRussell King2016-02-291-20/+22
* mmc: sdhci: clean up coding style in sdhci_adma_table_pre()Russell King2016-02-291-20/+9
* mmc: sdhci: allocate alignment and DMA descriptor buffer togetherRussell King2016-02-291-36/+20
* mmc: sdhci: fix data timeout (part 2)Russell King2016-02-291-2/+13
* mmc: sdhci: fix data timeout (part 1)Russell King2016-02-291-1/+1
* mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()Russell King2016-02-291-8/+7
* mmc: sdhci: plug DMA mapping leak on errorRussell King2016-02-291-0/+16
* mmc: sdhci: avoid unnecessary mapping/unmapping of align bufferRussell King2016-02-291-36/+18
* mmc: sdhci: fix command response CRC error handlingRussell King2016-02-291-0/+17
* mmc: sdhci: clean up command error handlingRussell King2016-02-291-6/+6
* mmc: sdhci: move initialisation of command error memberRussell King2016-02-291-2/+3
* mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden capsAl Cooper2016-02-291-1/+1
* mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter2016-02-111-1/+1
* mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2016-02-111-1/+2
* mmc: sdhci: restore behavior when setting VDD via external regulatorJisheng Zhang2015-12-281-13/+6
* mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()Adrian Hunter2015-12-221-2/+2
* mmc: sdhci: 64-bit DMA actually has 4-byte alignmentAdrian Hunter2015-12-221-19/+12
* mmc: sdhci: Fix DMA descriptor with zero data lengthAdrian Hunter2015-12-221-3/+6
* mmc: sdhci: Do not BUG on invalid vddAdrian Hunter2015-12-221-1/+3
* mmc: sdhci: Fix strings broken across multiple linesMarek Vasut2015-12-221-34/+23
* mmc: sdhci: enable tuning for DDR50Weijun Yang2015-10-261-3/+4
* mmc: sdhci: call sdhci_init() before request irqHaibo Chen2015-10-261-11/+11
* mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTludovic.desroches@atmel.com2015-10-081-0/+2
* mmc: sdhci: also get preset value and driver type for MMC_DDR52Jisheng Zhang2015-08-271-1/+3
* mmc: sdhci: fix dma memory leak in sdhci_pre_req()Haibo Chen2015-08-271-42/+25
* mmc: sdhci: switch from programmable clock mode to divided one if neededludovic.desroches@atmel.com2015-08-241-9/+20
OpenPOWER on IntegriCloud