summaryrefslogtreecommitdiff
path: root/drivers/mmc/ftsdc010_mci.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass1-1/+1
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass1-16/+17
2021-09-25mmc: nds32: ftsdc010: Convert to livetreeSimon Glass1-15/+7
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
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-2/+2
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-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-10dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-29mmc: ftsdc010_mci: Sync compatible with DT mmc nodeRick Chen1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-30mmc: ftsdc010: Merge nds32_mmc to ftsdc010Rick Chen1-6/+133
2018-03-30mmc: ftsdc010: Drop non-dm codeRick Chen1-98/+0
2017-11-30nds32: ftsdc010: Fix SD detech fail on AE3XX.Rick Chen1-1/+0
2017-11-30nds32: ftsdc010: fix wait status error coding.Rick Chen1-2/+3
2017-11-30nds32: ftsdc010: Support ftsdc010 DM.Rick Chen1-31/+108
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-05mmc: use the generic error numberJaehoon Chung1-5/+5
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-32/+22
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-4/+7
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini1-1/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-2/+1
2013-07-24mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not definedGabor Juhos1-1/+5
2013-05-16mmc: update Faraday FTSDC010 for rw performanceKuo-Jung Su1-0/+377