summaryrefslogtreecommitdiff
path: root/drivers/mmc/sunxi_mmc.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-01-29mmc: sunxi: Honour non-removable property in DTAndre Przywara
2019-01-29mmc: sunxi: Add DM clk and reset supportAndre Przywara
2019-01-29mmc: sunxi: Add DM_MMC support for A80Jagan Teki
2019-01-29mmc: sunxi: Add DM_MMC support for H6Jagan Teki
2019-01-29mmc: sunxi: Add remaining compatible stringsJagan Teki
2019-01-10mmc: sunxi: Fix mmc clocks for DM_MMCJagan Teki
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick
2018-11-22sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick
2018-11-13mmc: sunxi: add support for automatic delay calibrationVasily Khoruzhick
2018-07-31sunxi: add MMC support for H6Icenowy Zheng
2018-07-16dm: mmc: sunxi: Add A10/A20 compatible stringsAdam Sampson
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-25sunxi: improve throughput in the sunxi_mmc driverPhilipp Tomsich
2018-04-23sunxi: mmc: Fix phase delaysStefan Mavrodiev
2018-03-13mmc: sunxi: support cd-invertedHeinrich Schuchardt
2017-09-01mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai
2017-08-28mmc: sunxi: fix legacy MMC initialisationMaxime Ripard
2017-08-28mmc: sunxi: Support new modeMaxime Ripard
2017-08-01dm: mmc: sunxi: Add support for driver modelSimon Glass
2017-08-01dm: mmc: sunxi: Drop mmc_clk_io_on()Simon Glass
2017-08-01dm: mmc: sunxi: Pass private data around explicitlySimon Glass
2017-08-01dm: mmc: sunxi: Rename mmchost to privSimon Glass
2017-08-01dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_privSimon Glass
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung
2016-11-16mmc: sunxi: Enable 8bits bus width for sun8iMaxime Ripard
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede
2016-07-15sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel
2016-04-01sunxi: Add support for Allwinner A64 SoCsSiarhei Siamashka
2016-04-01sunxi: Explicitly cast u32 pointer conversionsAlexander Graf
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-09-29sunxi: mmc: Fix clk-delay settingsHans de Goede
2015-08-31sunxi: mmc: set transfer timeout according to byte_cnt.Yousong Zhou
2015-07-24sunxi: Create helper function veryfing valid boot signature on MMCDaniel KochmaƄski
2015-06-04sunxi: mmc: Enable pull-up on card-detect gpio pinHans de Goede
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring
2015-05-04sunxi: mmc: Fix card-detect gpio handling to work with the driver-modelHans de Goede
2015-05-04sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede
2015-02-21sunxi: mmc: Always declare High Capacity capabilityHans de Goede
2015-02-02sunxi: mmc: Add 'sunxi_' prefix to the static functionsSiarhei Siamashka
2015-01-22sunxi: mmc: Add support for sun9i (A80)Hans de Goede
2015-01-22sunxi: mmc: Use a realistic timeout when sending a mmc commandHans de Goede
2015-01-14mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin
2015-01-14sunxi: mmc: Properly setup mod-clk and clock sampling phasesHans de Goede
2014-11-05dm: sunxi: Request card detect gpioHans de Goede
2014-11-05sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell