summaryrefslogtreecommitdiff
path: root/drivers/mmc/davinci_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
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-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-1/+1
2020-06-13mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas1-37/+26
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-01-04Revert "mmc: davinci: drop struct davinci_mmc_plat"Tom Rini1-5/+11
2019-12-03mmc: davinci: fix mmc boot in SPLBartosz Golaszewski1-0/+17
2019-12-03mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski1-10/+4
2019-12-03mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski1-37/+5
2018-09-12MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROLAdam Ford1-0/+41
2018-09-12MMC: Enable DM_MMC for DavinciAdam Ford1-11/+147
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada1-1/+1
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+3
2016-08-05mmc: use the generic error numberJaehoon Chung1-5/+6
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-18/+12
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou1-1/+1
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou1-6/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-05-07davinci, mmc: Added a delay reading ext CSD registerDavide Bonfanti1-1/+4
2013-03-09mmc: add support for write protectionNikita Kiryanov1-0/+1
2012-01-09mmc: Implement card detection.Thierry Reding1-0/+1
2011-11-16davinci, mmc: fix gcc 4.6 build warningsHeiko Schocher1-4/+3
2011-04-29MMC: make b_max unconditionalJohn Rigby1-2/+1
2011-02-03Minor Coding Style Cleanup.Wolfgang Denk1-1/+0
2011-02-02Davinci MMCSD SupportSandeep Paulraj1-0/+404