summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sunxi-mmc.c
AgeCommit message (Expand)Author
2019-12-18mmc: sunxi-mmc: convert to devm_platform_ioremap_resourceYangtao Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-25mmc: sunxi-mmc: Drop unused includesLinus Walleij
2019-02-06mmc: sunxi: Filter out unsupported modes declared in the device treeChen-Yu Tsai
2019-02-06mmc: sunxi: Disable HS-DDR mode for H5 eMMC controller by defaultChen-Yu Tsai
2018-10-08mmc: sunxi: Use new timing mode for A64 eMMC controllerChen-Yu Tsai
2018-10-08mmc: sunxi: Clarify new timing mode usage and implementationChen-Yu Tsai
2018-08-01mmc: sunxi: remove output of virtual base addressAndre Przywara
2018-08-01mmc: sunxi: allow 3.3V DDR when DDR is availableIcenowy Zheng
2018-07-05mmc: sunxi: Disable irq during pm_suspendStefan Mavrodiev
2018-05-30mmc: sunxi: Use ifdef rather than __maybe_unusedUlf Hansson
2018-05-29mmc: sunxi: mark PM functions as __maybe_unusedArnd Bergmann
2018-05-02mmc: sunxi: Drop the init / reset of the controller from set_iosMaxime Ripard
2018-05-02mmc: sunxi: Add runtime_pm supportMaxime Ripard
2018-05-02mmc: sunxi: Move the card power configuration to a functionMaxime Ripard
2018-05-02mmc: sunxi: Move clock configuration to a functionMaxime Ripard
2018-05-02mmc: sunxi: Move bus width configuration to a functionMaxime Ripard
2018-05-02mmc: sunxi: Change sunxi_mmc_init_host argument typeMaxime Ripard
2018-05-02mmc: sunxi: Reorder the headersMaxime Ripard
2018-03-15mmc: sunxi: Set our device drvdata earlierMaxime Ripard
2018-03-15mmc: sunxi: Move the reset deassertion before enabling the clocksMaxime Ripard
2018-03-15mmc: sunxi: Move resources management to separate functionsMaxime Ripard
2017-12-15mmc: sunxi-mmc: Handle return value of platform_get_irqArvind Yadav
2017-12-11mmc: sunxi: fix mojibake in module metadataAdam Borowski
2017-10-30mmc: sunxi: drop superfluous error messageWolfram Sang
2017-08-30mmc: sunxi: Reset the device at probe timeMaxime Ripard
2017-08-30mmc: sunxi: Fix clock rate passed to sunxi_mmc_clk_set_phaseChen-Yu Tsai
2017-08-30mmc: sunxi: fix support for new timings mode only SoCsIcenowy Zheng
2017-08-30mmc: sunxi: Fix NULL pointer reference on clk_delaysChen-Yu Tsai
2017-08-30mmc: sunxi: Add support for A83T eMMC (MMC2)Chen-Yu Tsai
2017-08-30mmc: sunxi: Support MMC DDR52 transfer mode with new timing modeChen-Yu Tsai
2017-08-30mmc: sunxi: Support controllers that can use both old and new timingsChen-Yu Tsai
2017-08-30mmc: sunxi: constify mmc_host_ops structuresJulia Lawall
2017-08-30mmc: sunxi: explicitly request exclusive reset controlPhilipp Zabel
2017-07-17mmc: sunxi: Keep default timing phase settings for new timing modeChen-Yu Tsai
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit
2017-04-24mmc: sunxi: change controller error info to debug levelIcenowy Zheng
2017-02-13mmc: sunxi: Add more debug informationsMaxime Ripard
2017-02-13mmc: sunxi: Add EMMC (MMC2) controller compatibleMaxime Ripard
2017-02-13mmc: sunxi: Mask DATA0 when updating the clockMaxime Ripard
2017-02-13mmc: sunxi: Enable the new timings for the A64 MMC controllersMaxime Ripard
2017-02-13mmc: sunxi: Always set signal delay to 0 for A64Maxime Ripard
2017-02-13mmc: sunxi: Gate the clock when rate is 0Maxime Ripard
2017-02-13mmc: sunxi: Fix clock frequency change sequenceMaxime Ripard
2016-11-29mmc: sunxi: Prevent against null dereference for vmmcMaxime Ripard
2016-09-26mmc: sunxi: add support for A64 mmc controllerIcenowy Zheng
2016-09-26mmc: sunxi-mmc: change idma descriptor to __le32Michael Weiser
2016-09-26mmc: sunxi: Check the value returned by clk_round_rateJean-Francois Moine
2016-09-26mmc: sunxi: sun4i / sun5i do not have sample clocksHans de Goede
2016-09-26mmc: sunxi: Factor out clock phase setting code into a helper functionHans de Goede