summaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/reset_manager.c
AgeCommit message (Collapse)Author
2015-08-08arm: socfpga: reset: Start reworking the SoCFPGA reset managerMarek Vasut
Implement macro SOCFPGA_RESET(name), which produces an abstract reset number. Implement macros which allow extracting the reset offset in permodrstN register and which permodrstN register the reset is located in from this abstract reset number. Use these macros throughout the reset manager. Signed-off-by: Marek Vasut <marex@denx.de>
2015-05-07ARM: socfpga: move SoC sources to mach-socfpgaMasahiro Yamada
Our recent trend is to collect SoC files into arch/arm/mach-(SOC). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>