aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/sunxi_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-05mmc: use the generic error numberJaehoon Chung1-3/+3
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede1-17/+0
2016-07-15sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel1-5/+5
2016-04-01sunxi: Add support for Allwinner A64 SoCsSiarhei Siamashka1-0/+4
2016-04-01sunxi: Explicitly cast u32 pointer conversionsAlexander Graf1-1/+1
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-1/+1
2015-09-29sunxi: mmc: Fix clk-delay settingsHans de Goede1-3/+13
2015-08-31sunxi: mmc: set transfer timeout according to byte_cnt.Yousong Zhou1-2/+4
2015-07-24sunxi: Create helper function veryfing valid boot signature on MMCDaniel KochmaƄski1-0/+17
2015-06-04sunxi: mmc: Enable pull-up on card-detect gpio pinHans de Goede1-1/+3
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+1
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-1/+1
2015-05-04sunxi: mmc: Fix card-detect gpio handling to work with the driver-modelHans de Goede1-3/+4
2015-05-04sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede1-2/+1
2015-02-21sunxi: mmc: Always declare High Capacity capabilityHans de Goede1-5/+1
2015-02-02sunxi: mmc: Add 'sunxi_' prefix to the static functionsSiarhei Siamashka1-7/+7
2015-01-22sunxi: mmc: Add support for sun9i (A80)Hans de Goede1-2/+14
2015-01-22sunxi: mmc: Use a realistic timeout when sending a mmc commandHans de Goede1-1/+1
2015-01-14mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin1-2/+5
2015-01-14sunxi: mmc: Properly setup mod-clk and clock sampling phasesHans de Goede1-27/+68
2014-11-05dm: sunxi: Request card detect gpioHans de Goede1-10/+22
2014-11-05sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell1-2/+2
2014-10-24mmc: sunxi: Add support for sun8i (A23)Chen-Yu Tsai1-1/+1
2014-10-24sunxi: When we've both mmc0 and mmc2, detect from which one we're bootingHans de Goede1-5/+2
2014-10-24sunxi: Add mmc card-detect functionalityHans de Goede1-0/+21
2014-10-24ARM: sunxi-mmc: Add mmc support for sun6i / A31Hans de Goede1-4/+7
2014-10-24mmc: sunxi: add SDHC support for sun6i/sun7i/sun8iWills Wang1-0/+3
2014-07-06sunxi: Remove mmc DMA supportHans de Goede1-134/+7
2014-05-25sunxi: mmc supportIan Campbell1-0/+503