summaryrefslogtreecommitdiff
path: root/drivers/mmc/sunxi_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* sunxi: mmc: group non-DM specific functionsAndre Przywara2023-01-211-56/+61
* sunxi: mmc: ignore card detect in SPLAndre Przywara2023-01-211-35/+2
* mmc: sunxi: Use DM_GPIO flags to set pull-upSamuel Holland2022-01-301-6/+2
* mmc: sunxi: conditionally include MMC2 initialization codeIcenowy Zheng2021-10-251-0/+2
* sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2021-10-111-2/+1
* sunxi: mmc: A20: Fix MMC optimisationAndre Przywara2021-09-141-3/+7
* mmc: sunxi: Use mmc_of_parse()Andre Przywara2021-07-101-15/+17
* mmc: sunxi: Increase MMIO FIFO read performanceAndre Przywara2021-07-101-8/+31
* mmc: sunxi: Cleanup and fix self-calibration codeAndre Przywara2021-07-101-8/+19
* mmc: sunxi: Cleanup "new timing mode" selectionAndre Przywara2021-07-101-9/+6
* mmc: sunxi: Fix MMC clock parent selectionAndre Przywara2021-07-101-3/+7
* mmc: sunxi: Fix warnings with CONFIG_PHYS_64BITAndre Przywara2021-07-101-2/+2
* mmc: sunxi: Avoid #ifdefs in delay and width setupAndre Przywara2021-07-101-18/+15
* mmc: sunxi: Refactor mod clock register offsetAndre Przywara2021-01-251-61/+23
* mmc: sunxi: Replace H6 ifdefs with H6 gen macroJernej Skrabec2021-01-251-6/+6
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* 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