summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/davinci_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* 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
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-1/+1
* mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas2020-06-131-37/+26
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* Revert "mmc: davinci: drop struct davinci_mmc_plat"Tom Rini2020-01-041-5/+11
* mmc: davinci: fix mmc boot in SPLBartosz Golaszewski2019-12-031-0/+17
* mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski2019-12-031-10/+4
* mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski2019-12-031-37/+5
* MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROLAdam Ford2018-09-111-0/+41
* MMC: Enable DM_MMC for DavinciAdam Ford2018-09-111-11/+147
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-151-1/+1
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-1/+3
* mmc: use the generic error numberJaehoon Chung2016-08-051-5/+6
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-18/+12
* mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-241-1/+1
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-241-6/+7
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* davinci, mmc: Added a delay reading ext CSD registerDavide Bonfanti2013-05-061-1/+4
* mmc: add support for write protectionNikita Kiryanov2013-03-081-0/+1
* mmc: Implement card detection.Thierry Reding2012-01-081-0/+1
* davinci, mmc: fix gcc 4.6 build warningsHeiko Schocher2011-11-161-4/+3
* MMC: make b_max unconditionalJohn Rigby2011-04-291-2/+1
* Minor Coding Style Cleanup.Wolfgang Denk2011-02-021-1/+0
* Davinci MMCSD SupportSandeep Paulraj2011-02-021-0/+404