ARM: uniphier: move MMC code to a separate file
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Feb 2017 16:24:24 +0000 (01:24 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Feb 2017 23:37:56 +0000 (08:37 +0900)
commite5957e8d6974971d8da722ab62b062d9551adab8
tree3f69f34b0544fc1b967d3d25ba1926a96dd28a01
parent5c8c6da1329f6afae318e70de97b32369ea53135
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>
arch/arm/mach-uniphier/Makefile
arch/arm/mach-uniphier/boot-mode/boot-mode.c
arch/arm/mach-uniphier/mmc-first-dev.c [new file with mode: 0644]