commit | b692c3fcf4bbfa7fd7d4eb1be9f8be53d18f2061 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Feb 14 01:24:24 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 23 08:37:56 2017 +0900 |
tree | 3f69f34b0544fc1b967d3d25ba1926a96dd28a01 | |
parent | 6bc46de34e3d9093e0edbeb52e0ebedf33525921 [diff] |
ARM: uniphier: move MMC code to a separate file Currently, arch/arm/mach-uniphier/boot-mode/boot-mode.c is messed up with unrelated code; there is no reason why the "mmcsetn" command must be placed in this file. Split out the MMC code into arch/arm/mach-uniphier/mmc-first-dev.c. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>