summaryrefslogtreecommitdiff
path: root/drivers/mmc/ftsdc010_mci.c
AgeCommit message (Expand)Author
2022-10-24mmc: ftsdc010: make command timeout 250 ms as in the commentSergei Antonov
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25mmc: nds32: ftsdc010: Convert to livetreeSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2018-05-29mmc: ftsdc010_mci: Sync compatible with DT mmc nodeRick Chen
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-30mmc: ftsdc010: Merge nds32_mmc to ftsdc010Rick Chen
2018-03-30mmc: ftsdc010: Drop non-dm codeRick Chen
2017-11-30nds32: ftsdc010: Fix SD detech fail on AE3XX.Rick Chen
2017-11-30nds32: ftsdc010: fix wait status error coding.Rick Chen
2017-11-30nds32: ftsdc010: Support ftsdc010 DM.Rick Chen
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-08-05mmc: use the generic error numberJaehoon Chung
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-24mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not definedGabor Juhos
2013-05-15mmc: update Faraday FTSDC010 for rw performanceKuo-Jung Su