summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sunxi-mmc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* mmc: sunxi-mmc: Drop unused includesLinus Walleij2019-02-251-2/+0Star
* 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/+4Star
* 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/+2Star
* mmc: sunxi: Reorder the headersMaxime Ripard2018-05-021-23/+20Star
* 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/+1Star
* 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/+3Star
* mmc: sunxi: change controller error info to debug levelIcenowy Zheng2017-04-241-1/+1
* mmc: sunxi: Add more debug informationsMaxime Ripard2017-02-131-4/+19
* mmc: sunxi: Add EMMC (MMC2) controller compatibleMaxime Ripard2017-02-131-0/+8
* mmc: sunxi: Mask DATA0 when updating the clockMaxime Ripard2017-02-131-1/+13
* mmc: sunxi: Enable the new timings for the A64 MMC controllersMaxime Ripard2017-02-131-0/+6
* mmc: sunxi: Always set signal delay to 0 for A64Maxime Ripard2017-02-131-33/+17Star
* mmc: sunxi: Gate the clock when rate is 0Maxime Ripard2017-02-131-1/+4
* mmc: sunxi: Fix clock frequency change sequenceMaxime Ripard2017-02-131-4/+4
* mmc: sunxi: Prevent against null dereference for vmmcMaxime Ripard2016-11-291-5/+10
* mmc: sunxi: add support for A64 mmc controllerIcenowy Zheng2016-09-261-0/+79
* mmc: sunxi-mmc: change idma descriptor to __le32Michael Weiser2016-09-261-12/+15
* mmc: sunxi: Check the value returned by clk_round_rateJean-Francois Moine2016-09-261-3/+9
* mmc: sunxi: sun4i / sun5i do not have sample clocksHans de Goede2016-09-261-11/+24
* mmc: sunxi: Factor out clock phase setting code into a helper functionHans de Goede2016-09-261-28/+33
* mmc: sunxi: Introduce a sunxi_mmc_cfg structHans de Goede2016-09-261-32/+45