summaryrefslogtreecommitdiff
path: root/drivers/mmc/sunxi_mmc.c
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2015-05-05-1/+1
|\
| * mmc: remove the MMC_MODE_HC flagRob Herring2015-05-05-1/+1
* | sunxi: mmc: Fix card-detect gpio handling to work with the driver-modelHans de Goede2015-05-04-3/+4
* | sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede2015-05-04-2/+1
|/
* sunxi: mmc: Always declare High Capacity capabilityHans de Goede2015-02-21-5/+1
* sunxi: mmc: Add 'sunxi_' prefix to the static functionsSiarhei Siamashka2015-02-02-7/+7
* sunxi: mmc: Add support for sun9i (A80)Hans de Goede2015-01-22-2/+14
* sunxi: mmc: Use a realistic timeout when sending a mmc commandHans de Goede2015-01-22-1/+1
* mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin2015-01-14-2/+5
* sunxi: mmc: Properly setup mod-clk and clock sampling phasesHans de Goede2015-01-14-27/+68
* dm: sunxi: Request card detect gpioHans de Goede2014-11-05-10/+22
* sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell2014-11-05-2/+2
* mmc: sunxi: Add support for sun8i (A23)Chen-Yu Tsai2014-10-24-1/+1
* sunxi: When we've both mmc0 and mmc2, detect from which one we're bootingHans de Goede2014-10-24-5/+2
* sunxi: Add mmc card-detect functionalityHans de Goede2014-10-24-0/+21
* ARM: sunxi-mmc: Add mmc support for sun6i / A31Hans de Goede2014-10-24-4/+7
* mmc: sunxi: add SDHC support for sun6i/sun7i/sun8iWills Wang2014-10-24-0/+3
* sunxi: Remove mmc DMA supportHans de Goede2014-07-06-134/+7
* sunxi: mmc supportIan Campbell2014-05-25-0/+503