commit | 75f6b5c14b865d30a85289ddb9692c9957789a3f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Jul 09 02:51:56 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:06 2015 +0200 |
tree | 2259821f344ae727734790145bf50eecb46fdecc | |
parent | 3425eeb45725b9663c11e514410c84570b56e921 [diff] |
arm: socfpga: reset: Replace ad-hoc reset functions Replace all those ad-hoc reset functions, which were all copies of the same invocation of clrbits_le32() anyway, with one single unified function, socfpga_per_reset(), with necessary parameters. Signed-off-by: Marek Vasut <marex@denx.de>