]> git.sur5r.net Git - u-boot/commit
arm: socfpga: reset: Implement unified function to toggle reset
authorMarek Vasut <marex@denx.de>
Thu, 9 Jul 2015 00:45:15 +0000 (02:45 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:06 +0000 (14:14 +0200)
commitbdfc2ef64a4df550a4090c31dae9a133c92ac5ca
treeb0218a9d202022315bc7c69b9dd3ca3f493305cb
parent1115cd2de76bf698b0e621c0c71e4a2cd5ab3b2a
arm: socfpga: reset: Implement unified function to toggle reset

Implement function socfpga_per_reset(), which allows asserting or
de-asserting reset of each reset manager peripheral in a unified
manner. Use this function throughout reset manager.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/include/mach/reset_manager.h
arch/arm/mach-socfpga/reset_manager.c