summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sunxi-mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+17
* 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
* mmc: sunxi: Disable sample clks on removeHans de Goede2016-09-261-0/+2
* mmc: sunxi: Re-enable eMMC HS-DDR modes on Allwinner A80Chen-Yu Tsai2016-06-021-5/+0
* mmc: sunxi: Fix DDR MMC timings for A80Chen-Yu Tsai2016-06-021-2/+2
* mmc: sunxi: Disable eMMC HS-DDR (MMC_CAP_1_8V_DDR) for Allwinner A80Chen-Yu Tsai2016-04-281-0/+5
* mmc: sunxi-mmc: remove the MMC_DATA_STREAM flagJaehoon Chung2016-02-291-5/+0
* mmc: sunxi: Enable eMMC HS-DDR (MMC_CAP_1_8V_DDR) supportChen-Yu Tsai2016-02-291-0/+1
* mmc: sunxi: Support 8 bit eMMC DDR transfer modesChen-Yu Tsai2016-02-291-7/+26
* mmc: sunxi: Support MMC_DDR52 timing modesChen-Yu Tsai2016-02-291-5/+7
* mmc: sunxi: Support vqmmc regulatorChen-Yu Tsai2016-02-291-0/+31
* mmc: sunxi: Return error on mmc_regulator_set_ocr() fail in .set_ios opChen-Yu Tsai2016-02-291-1/+4
* mmc: sunxi: Document host init sequenceChen-Yu Tsai2016-02-291-0/+12
* mmc: sunxi: Add card busy detectionHans de Goede2015-10-261-0/+8
* mmc: sunxi: Fix clk-delay settingsHans de Goede2015-09-291-14/+39
* mmc: sunxi: fix timeout in sunxi_mmc_oclk_onoffMichal Suchanek2015-08-271-1/+1
* mmc: sunxi: add MMC_CAP_SDIO_IRQ capabilityHans de Goede2015-03-231-1/+1
* mmc: sunxi: avoid invalid pointer calculationArnd Bergmann2015-03-231-2/+3
* mmc: sunxi: Use devm_reset_control_get_optional() for reset controlChen-Yu Tsai2015-03-231-1/+3
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-211-15/+48
|\
| * mmc: sunxi: Convert MMC driver to the standard clock phase APIMaxime Ripard2015-01-141-24/+49
* | mmc: sunxi: Removing unused codeDavid Lanzendörfer2015-01-191-9/+1
* | mmc: sunxi: Correcting SDXC_HARDWARE_RESET bitDavid Lanzendörfer2015-01-191-1/+1
* | mmc: sunxi: Lock fixDavid Lanzendörfer2015-01-191-1/+12
* | mmc: sunxi: Fix setup of last descriptor of dma transferHans de Goede2015-01-191-1/+3
|/
* mmc: sunxi: Remove unused includes of linux/clk-private.hTomeu Vizoso2014-11-101-1/+0
* mmc: sunxi: Declare ERASE capabilityChen-Yu Tsai2014-09-091-1/+2
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCsDavid Lanzendörfer2014-06-031-0/+1049