summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sunxi-mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sunxi: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* mmc: sunxi: fix deferred probingSergey Shtylyov2023-06-191-2/+2
* mmc: sunxi-mmc: Fix clock refcount imbalance during unbindSamuel Holland2023-01-021-3/+5
* Merge branch 'fixes' into nextUlf Hansson2022-05-041-2/+3
|\
| * mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bitsSamuel Holland2022-05-041-2/+3
* | mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang2022-04-261-1/+1
|/
* mmc: sunxi-mmc: Add D1 MMC variantSamuel Holland2022-02-281-0/+9
* mmc: sunxi-mmc: Ensure host is suspended during system sleepSamuel Holland2021-02-011-0/+2
* mmc: sunxi: add support for A100 mmc controllerYangtao Li2021-02-011-3/+25
* mmc: sunxi: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-161-1/+2
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson2020-05-281-1/+1
* mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut2020-05-281-2/+6
* mmc: sunxi-mmc: convert to devm_platform_ioremap_resourceYangtao Li2019-12-181-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mmc: sunxi-mmc: Drop unused includesLinus Walleij2019-02-251-2/+0
* mmc: sunxi: Filter out unsupported modes declared in the device treeChen-Yu Tsai2019-02-061-0/+15
* mmc: sunxi: Disable HS-DDR mode for H5 eMMC controller by defaultChen-Yu Tsai2019-02-061-1/+10
* mmc: sunxi: Use new timing mode for A64 eMMC controllerChen-Yu Tsai2018-10-081-0/+1
* mmc: sunxi: Clarify new timing mode usage and implementationChen-Yu Tsai2018-10-081-6/+17
* mmc: sunxi: remove output of virtual base addressAndre Przywara2018-08-011-1/+4
* mmc: sunxi: allow 3.3V DDR when DDR is availableIcenowy Zheng2018-08-011-1/+1
* mmc: sunxi: Disable irq during pm_suspendStefan Mavrodiev2018-07-051-0/+7
* mmc: sunxi: Use ifdef rather than __maybe_unusedUlf Hansson2018-05-301-2/+4
* mmc: sunxi: mark PM functions as __maybe_unusedArnd Bergmann2018-05-291-2/+2
* mmc: sunxi: Drop the init / reset of the controller from set_iosMaxime Ripard2018-05-021-7/+4
* mmc: sunxi: Add runtime_pm supportMaxime Ripard2018-05-021-0/+48
* mmc: sunxi: Move the card power configuration to a functionMaxime Ripard2018-05-021-15/+25
* mmc: sunxi: Move clock configuration to a functionMaxime Ripard2018-05-021-15/+18
* mmc: sunxi: Move bus width configuration to a functionMaxime Ripard2018-05-021-12/+17
* mmc: sunxi: Change sunxi_mmc_init_host argument typeMaxime Ripard2018-05-021-3/+2
* mmc: sunxi: Reorder the headersMaxime Ripard2018-05-021-23/+20
* mmc: sunxi: Set our device drvdata earlierMaxime Ripard2018-03-151-1/+1
* mmc: sunxi: Move the reset deassertion before enabling the clocksMaxime Ripard2018-03-151-18/+18
* mmc: sunxi: Move resources management to separate functionsMaxime Ripard2018-03-151-60/+82
* mmc: sunxi-mmc: Handle return value of platform_get_irqArvind Yadav2017-12-151-0/+5
* mmc: sunxi: fix mojibake in module metadataAdam Borowski2017-12-111-2/+2
* mmc: sunxi: drop superfluous error messageWolfram Sang2017-10-301-4/+1
* mmc: sunxi: Reset the device at probe timeMaxime Ripard2017-08-301-1/+1
* mmc: sunxi: Fix clock rate passed to sunxi_mmc_clk_set_phaseChen-Yu Tsai2017-08-301-1/+5
* mmc: sunxi: fix support for new timings mode only SoCsIcenowy Zheng2017-08-301-1/+1
* mmc: sunxi: Fix NULL pointer reference on clk_delaysChen-Yu Tsai2017-08-301-0/+5
* mmc: sunxi: Add support for A83T eMMC (MMC2)Chen-Yu Tsai2017-08-301-0/+8
* mmc: sunxi: Support MMC DDR52 transfer mode with new timing modeChen-Yu Tsai2017-08-301-12/+18
* mmc: sunxi: Support controllers that can use both old and new timingsChen-Yu Tsai2017-08-301-2/+43
* mmc: sunxi: constify mmc_host_ops structuresJulia Lawall2017-08-301-1/+1
* mmc: sunxi: explicitly request exclusive reset controlPhilipp Zabel2017-08-301-1/+2
* mmc: sunxi: Keep default timing phase settings for new timing modeChen-Yu Tsai2017-07-171-2/+6
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-11/+3
* mmc: sunxi: change controller error info to debug levelIcenowy Zheng2017-04-241-1/+1