summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-25mmc: sdhci: Split sdhci_add_host()Adrian Hunter1-3/+36
2016-07-25mmc: sdhci: Do not call implementations of mmc host ops directlyAdrian Hunter1-12/+16
2016-07-25mmc: sdhci: use pr_err for sdhci_dumpregsChuanxiao Dong1-46/+46
2016-07-25mmc: host: use the defined function to check whether card is removableJaehoon Chung1-3/+3
2016-07-25mmc: sdhci: Fix sdhci_card_busy()Adrian Hunter1-2/+2
2016-07-25mmc: sdhci: fix wakeup configurationLudovic Desroches1-1/+14
2016-07-25mmc: sdhci: remove comment regarding timeout during tuningSimon Horman1-1/+1
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-2/+2
2016-05-16mmc: sdhci: removed unneeded function wrappersDong Aisheng1-45/+15
2016-05-02mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED codeMasahiro Yamada1-3/+1
2016-05-02mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter1-6/+1
2016-05-02mmc: sdhci: Tidy together LED codeAdrian Hunter1-33/+63
2016-05-02mmc: sdhci: Fix error paths in sdhci_add_host()Adrian Hunter1-9/+27
2016-05-02mmc: sdhci: Remove redundant conditionAdrian Hunter1-1/+1
2016-05-02mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTLudovic Desroches1-2/+0
2016-05-02mmc: sdhci: Introduce sdhci_calc_clk()Ludovic Desroches1-12/+24
2016-05-02mmc: sdhci: Move sdhci_runtime_pm_bus_off|on() to avoid pre-definitionUlf Hansson1-28/+16
2016-05-02mmc: sdhci: Remove redundant runtime PM callsUlf Hansson1-51/+4
2016-03-29mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter1-9/+30
2016-03-18mmc: sdhci: Set DMA mask when adding hostAlexandre Courbot1-7/+41
2016-03-17mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter1-3/+3
2016-02-29mmc: sdhci: further code simplicationRussell King1-11/+10
2016-02-29mmc: sdhci: consolidate the DMA/ADMA size/address quicksRussell King1-32/+16
2016-02-29mmc: sdhci: prepare DMA address/size quirk handling consolidationRussell King1-13/+15
2016-02-29mmc: sdhci: cleanup DMA un-mappingRussell King1-11/+3
2016-02-29mmc: sdhci: clean up host cookie handlingRussell King1-6/+6
2016-02-29mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()Russell King1-2/+1
2016-02-29mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()Russell King1-4/+4
2016-02-29mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()Russell King1-39/+23
2016-02-29mmc: sdhci: move sdhci_pre_dma_transfer()Russell King1-27/+25
2016-02-29mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()Russell King1-22/+7
2016-02-29mmc: sdhci: avoid walking SG list for writesRussell King1-20/+22
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