summaryrefslogtreecommitdiff
path: root/drivers/mmc/sunxi_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-14sunxi: mmc: A20: Fix MMC optimisationAndre Przywara1-3/+7
2021-07-10mmc: sunxi: Use mmc_of_parse()Andre Przywara1-15/+17
2021-07-10mmc: sunxi: Increase MMIO FIFO read performanceAndre Przywara1-8/+31
2021-07-10mmc: sunxi: Cleanup and fix self-calibration codeAndre Przywara1-8/+19
2021-07-10mmc: sunxi: Cleanup "new timing mode" selectionAndre Przywara1-9/+6
2021-07-10mmc: sunxi: Fix MMC clock parent selectionAndre Przywara1-3/+7
2021-07-10mmc: sunxi: Fix warnings with CONFIG_PHYS_64BITAndre Przywara1-2/+2
2021-07-10mmc: sunxi: Avoid #ifdefs in delay and width setupAndre Przywara1-18/+15
2021-01-26mmc: sunxi: Refactor mod clock register offsetAndre Przywara1-61/+23
2021-01-26mmc: sunxi: Replace H6 ifdefs with H6 gen macroJernej Skrabec1-6/+6
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-01-29mmc: sunxi: Honour non-removable property in DTAndre Przywara1-1/+2
2019-01-29mmc: sunxi: Add DM clk and reset supportAndre Przywara1-5/+13
2019-01-29mmc: sunxi: Add DM_MMC support for A80Jagan Teki1-0/+8
2019-01-29mmc: sunxi: Add DM_MMC support for H6Jagan Teki1-0/+12
2019-01-29mmc: sunxi: Add remaining compatible stringsJagan Teki1-0/+12
2019-01-10mmc: sunxi: Fix mmc clocks for DM_MMCJagan Teki1-13/+37
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick1-3/+7
2018-11-22sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick1-7/+0
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick1-0/+2
2018-11-13mmc: sunxi: add support for automatic delay calibrationVasily Khoruzhick1-1/+20
2018-07-31sunxi: add MMC support for H6Icenowy Zheng1-1/+12
2018-07-16dm: mmc: sunxi: Add A10/A20 compatible stringsAdam Sampson1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-25sunxi: improve throughput in the sunxi_mmc driverPhilipp Tomsich1-11/+16
2018-04-23sunxi: mmc: Fix phase delaysStefan Mavrodiev1-4/+4
2018-03-13mmc: sunxi: support cd-invertedHeinrich Schuchardt1-2/+8
2017-09-01mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai1-1/+1
2017-08-28mmc: sunxi: fix legacy MMC initialisationMaxime Ripard1-1/+1
2017-08-28mmc: sunxi: Support new modeMaxime Ripard1-3/+24
2017-08-01dm: mmc: sunxi: Add support for driver modelSimon Glass1-0/+133
2017-08-01dm: mmc: sunxi: Drop mmc_clk_io_on()Simon Glass1-24/+18
2017-08-01dm: mmc: sunxi: Pass private data around explicitlySimon Glass1-29/+42
2017-08-01dm: mmc: sunxi: Rename mmchost to privSimon Glass1-63/+62
2017-08-01dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_privSimon Glass1-14/+14
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-2/+4
2016-11-16mmc: sunxi: Enable 8bits bus width for sun8iMaxime Ripard1-1/+1
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-14block: 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