summaryrefslogtreecommitdiff
path: root/drivers/mmc/sunxi_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* mmc: sunxi: Honour non-removable property in DTAndre Przywara2019-01-291-1/+2
* mmc: sunxi: Add DM clk and reset supportAndre Przywara2019-01-291-5/+13
* mmc: sunxi: Add DM_MMC support for A80Jagan Teki2019-01-291-0/+8
* mmc: sunxi: Add DM_MMC support for H6Jagan Teki2019-01-291-0/+12
* mmc: sunxi: Add remaining compatible stringsJagan Teki2019-01-291-0/+12
* mmc: sunxi: Fix mmc clocks for DM_MMCJagan Teki2019-01-101-13/+37
* sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick2018-11-221-3/+7
* sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick2018-11-221-7/+0
* sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick2018-11-221-0/+2
* mmc: sunxi: add support for automatic delay calibrationVasily Khoruzhick2018-11-131-1/+20
* sunxi: add MMC support for H6Icenowy Zheng2018-07-311-1/+12
* dm: mmc: sunxi: Add A10/A20 compatible stringsAdam Sampson2018-07-161-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* sunxi: improve throughput in the sunxi_mmc driverPhilipp Tomsich2018-04-251-11/+16
* sunxi: mmc: Fix phase delaysStefan Mavrodiev2018-04-231-4/+4
* mmc: sunxi: support cd-invertedHeinrich Schuchardt2018-03-131-2/+8
* mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai2017-09-011-1/+1
* mmc: sunxi: fix legacy MMC initialisationMaxime Ripard2017-08-281-1/+1
* mmc: sunxi: Support new modeMaxime Ripard2017-08-281-3/+24
* dm: mmc: sunxi: Add support for driver modelSimon Glass2017-08-011-0/+133
* dm: mmc: sunxi: Drop mmc_clk_io_on()Simon Glass2017-08-011-24/+18
* dm: mmc: sunxi: Pass private data around explicitlySimon Glass2017-08-011-29/+42
* dm: mmc: sunxi: Rename mmchost to privSimon Glass2017-08-011-63/+62
* dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_privSimon Glass2017-08-011-14/+14
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-2/+4
* mmc: sunxi: Enable 8bits bus width for sun8iMaxime Ripard2016-11-161-1/+1
* mmc: use the generic error numberJaehoon Chung2016-08-051-3/+3
* sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede2016-07-151-17/+0
* sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel2016-07-151-5/+5
* sunxi: Add support for Allwinner A64 SoCsSiarhei Siamashka2016-04-011-0/+4
* sunxi: Explicitly cast u32 pointer conversionsAlexander Graf2016-04-011-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-1/+1
* sunxi: mmc: Fix clk-delay settingsHans de Goede2015-09-291-3/+13
* sunxi: mmc: set transfer timeout according to byte_cnt.Yousong Zhou2015-08-311-2/+4
* sunxi: Create helper function veryfing valid boot signature on MMCDaniel KochmaƄski2015-07-241-0/+17
* sunxi: mmc: Enable pull-up on card-detect gpio pinHans de Goede2015-06-041-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2015-05-051-1/+1
|\
| * mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-1/+1
* | sunxi: mmc: Fix card-detect gpio handling to work with the driver-modelHans de Goede2015-05-041-3/+4
* | sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede2015-05-041-2/+1
|/
* sunxi: mmc: Always declare High Capacity capabilityHans de Goede2015-02-211-5/+1
* sunxi: mmc: Add 'sunxi_' prefix to the static functionsSiarhei Siamashka2015-02-021-7/+7
* sunxi: mmc: Add support for sun9i (A80)Hans de Goede2015-01-221-2/+14
* sunxi: mmc: Use a realistic timeout when sending a mmc commandHans de Goede2015-01-221-1/+1
* mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin2015-01-141-2/+5
* sunxi: mmc: Properly setup mod-clk and clock sampling phasesHans de Goede2015-01-141-27/+68
* dm: sunxi: Request card detect gpioHans de Goede2014-11-051-10/+22
* sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell2014-11-051-2/+2
* mmc: sunxi: Add support for sun8i (A23)Chen-Yu Tsai2014-10-241-1/+1