commit | 1e7c7973d65cb9929c5fc6c49a96b647b48ed01d | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Tue Oct 31 00:22:35 2023 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Sun Nov 12 16:45:08 2023 +0000 |
tree | 94ebbab3d33a79f8a615f2f67e5f21c5bdaeecc8 | |
parent | 57eeea6eabf359e3018ec39d2067d0d1578a306e [diff] |
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>