summaryrefslogtreecommitdiff
path: root/drivers/mmc/ftsdc010_mci.h
Commit message (Collapse)AuthorAgeFilesLines
* mmc: ftsdc010: Merge nds32_mmc to ftsdc010Rick Chen2018-03-301-10/+0
| | | | | | | | | | nsd32_mmc was created to support ftsdc010 dm. It is not necessary to separate both, so merge it to ftsdc010. Signed-off-by: Rick Chen <rick@andestech.com> Signed-off-by: Rick Chen <rickchen36@gmail.com> Cc: Greentime Hu <green.hu@gmail.com>
* mmc: ftsdc010: Drop non-dm codeRick Chen2018-03-301-5/+0
| | | | | | | | | | | | Only three defconfig(adp-ag101p_defconfig, adp-ae3xx_defconfig, nx25-ae250_defconfig) set CONFIG_FTSDC010=y. And they all also enable CONFIG_DM_MMC. So the non-dm code of ftsdc010 can be dropped now. Signed-off-by: Rick Chen <rick@andestech.com> Signed-off-by: Rick Chen <rickchen36@gmail.com> Cc: Greentime Hu <green.hu@gmail.com>
* nds32: ftsdc010: Support ftsdc010 DM.Rick Chen2017-11-301-0/+53
ftsdc010 support device tree flow. Signed-off-by: Rick Chen <rick@andestech.com>