]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: socfpga: Restructure misc driver
authorLey Foon Tan <ley.foon.tan@intel.com>
Tue, 25 Apr 2017 18:44:36 +0000 (02:44 +0800)
committerMarek Vasut <marex@denx.de>
Thu, 18 May 2017 09:33:17 +0000 (11:33 +0200)
commitd1c559af5fb1a513eef1adf37713659d4e4e1968
tree03800cbace202cc91be5802fadbb4f16b9bb71d9
parent4ddd541d6ceabcf4aeb553373f9ab501a44ed90d
arm: socfpga: Restructure misc driver

Restructure misc driver in the preparation to support A10.
Move the Gen5 specific code to gen5 file.

Change all uint32_t_to u32.

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/mach-socfpga/Makefile
arch/arm/mach-socfpga/include/mach/misc.h [new file with mode: 0644]
arch/arm/mach-socfpga/misc.c
arch/arm/mach-socfpga/misc_gen5.c [new file with mode: 0644]