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

Restructure reset manager driver in the preparation to support A10.
Move the Gen5 specific code to gen5 files.

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