]> git.dujemihanovic.xyz Git - u-boot.git/commit
sunxi: mmc: Move header to the driver directory
authorSamuel Holland <samuel@sholland.org>
Tue, 31 Oct 2023 05:22:35 +0000 (00:22 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 12 Nov 2023 16:45:08 +0000 (16:45 +0000)
commit43b573df333c51c435a50e0660522d826d62911e
tree94ebbab3d33a79f8a615f2f67e5f21c5bdaeecc8
parent7b252df7ca574df34de5a8eb8fff62444c5df5f5
sunxi: mmc: Move header to the driver directory

The MMC controller driver is (and ought to be) the only user of these
register definitions. Put them in a header next to the driver to remove
the dependency on a specific ARM platform's headers.

Due to the sunxi_mmc_init() prototype, the file was not renamed. None of
the register definitions were changed.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/include/asm/arch-sunxi/mmc.h
drivers/mmc/sunxi_mmc.c
drivers/mmc/sunxi_mmc.h [new file with mode: 0644]