aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sunxi-mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04Merge branch 'fixes' into nextUlf Hansson1-2/+3
2022-05-04mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bitsSamuel Holland1-2/+3
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang1-1/+1
2022-02-28mmc: sunxi-mmc: Add D1 MMC variantSamuel Holland1-0/+9
2021-02-01mmc: sunxi-mmc: Ensure host is suspended during system sleepSamuel Holland1-0/+2
2021-02-01mmc: sunxi: add support for A100 mmc controllerYangtao Li1-3/+25
2020-11-16mmc: sunxi: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+2
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-1/+1
2020-05-28mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0Marek Vasut1-2/+6
2019-12-18mmc: sunxi-mmc: convert to devm_platform_ioremap_resourceYangtao Li1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-25mmc: sunxi-mmc: Drop unused includesLinus Walleij1-2/+0
2019-02-06mmc: sunxi: Filter out unsupported modes declared in the device treeChen-Yu Tsai1-0/+15
2019-02-06mmc: sunxi: Disable HS-DDR mode for H5 eMMC controller by defaultChen-Yu Tsai1-1/+10
2018-10-08mmc: sunxi: Use new timing mode for A64 eMMC controllerChen-Yu Tsai1-0/+1
2018-10-08mmc: sunxi: Clarify new timing mode usage and implementationChen-Yu Tsai1-6/+17
2018-08-01mmc: sunxi: remove output of virtual base addressAndre Przywara1-1/+4
2018-08-01mmc: sunxi: allow 3.3V DDR when DDR is availableIcenowy Zheng1-1/+1
2018-07-05mmc: sunxi: Disable irq during pm_suspendStefan Mavrodiev1-0/+7
2018-05-30mmc: sunxi: Use ifdef rather than __maybe_unusedUlf Hansson1-2/+4
2018-05-29mmc: sunxi: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-05-02mmc: sunxi: Drop the init / reset of the controller from set_iosMaxime Ripard1-7/+4
2018-05-02mmc: sunxi: Add runtime_pm supportMaxime Ripard1-0/+48
2018-05-02mmc: sunxi: Move the card power configuration to a functionMaxime Ripard1-15/+25
2018-05-02mmc: sunxi: Move clock configuration to a functionMaxime Ripard1-15/+18
2018-05-02mmc: sunxi: Move bus width configuration to a functionMaxime Ripard1-12/+17
2018-05-02mmc: sunxi: Change sunxi_mmc_init_host argument typeMaxime Ripard1-3/+2
2018-05-02mmc: sunxi: Reorder the headersMaxime Ripard1-23/+20
2018-03-15mmc: sunxi: Set our device drvdata earlierMaxime Ripard1-1/+1
2018-03-15mmc: sunxi: Move the reset deassertion before enabling the clocksMaxime Ripard1-18/+18
2018-03-15mmc: sunxi: Move resources management to separate functionsMaxime Ripard1-60/+82
2017-12-15mmc: sunxi-mmc: Handle return value of platform_get_irqArvind Yadav1-0/+5
2017-12-11mmc: sunxi: fix mojibake in module metadataAdam Borowski1-2/+2
2017-10-30mmc: sunxi: drop superfluous error messageWolfram Sang1-4/+1
2017-08-30mmc: sunxi: Reset the device at probe timeMaxime Ripard1-1/+1
2017-08-30mmc: sunxi: Fix clock rate passed to sunxi_mmc_clk_set_phaseChen-Yu Tsai1-1/+5
2017-08-30mmc: sunxi: fix support for new timings mode only SoCsIcenowy Zheng1-1/+1
2017-08-30mmc: sunxi: Fix NULL pointer reference on clk_delaysChen-Yu Tsai1-0/+5
2017-08-30mmc: sunxi: Add support for A83T eMMC (MMC2)Chen-Yu Tsai1-0/+8
2017-08-30mmc: sunxi: Support MMC DDR52 transfer mode with new timing modeChen-Yu Tsai1-12/+18
2017-08-30mmc: sunxi: Support controllers that can use both old and new timingsChen-Yu Tsai1-2/+43
2017-08-30mmc: sunxi: constify mmc_host_ops structuresJulia Lawall1-1/+1
2017-08-30mmc: sunxi: explicitly request exclusive reset controlPhilipp Zabel1-1/+2
2017-07-17mmc: sunxi: Keep default timing phase settings for new timing modeChen-Yu Tsai1-2/+6
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-11/+3
2017-04-24mmc: sunxi: change controller error info to debug levelIcenowy Zheng1-1/+1
2017-02-13mmc: sunxi: Add more debug informationsMaxime Ripard1-4/+19
2017-02-13mmc: sunxi: Add EMMC (MMC2) controller compatibleMaxime Ripard1-0/+8
2017-02-13mmc: sunxi: Mask DATA0 when updating the clockMaxime Ripard1-1/+13