Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-13 | mmc: sdhci-s3c: remove the sdhci-s3c-regs header file | Jaehoon Chung | |
Remove the sdhci-s3c-regs.h file. Instead, it located those defined values into sdhci-s3c.c. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> | |||
2013-04-19 | mmc: sdhci-s3c: remove platform dependencies | Arnd Bergmann | |
plat/regs-sdhci.h is not used anywhere but in the sdhci-s3c driver, so it can become a local file there and all other inclusions removed. plat/sdhci.h is used only to define the platform devices, and with the exception of the platform_data structure not needed by the driver, so we can split out the platform_data definition instead and leave the rest to platform code. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Chris Ball <cjb@laptop.org> |