commit | 78d7c9d481301102e0b2c1ce0098448a6ee226f5 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Thu Mar 21 20:24:58 2024 +0530 |
committer | Fabio Estevam <festevam@gmail.com> | Sun Mar 24 13:35:59 2024 -0300 |
tree | 72fada563d6e873293466b018d7351b9c34e0a62 | |
parent | 2e1d901d922f18ecd88a0304211add08d298defe [diff] |
reset: imx: Refactor driver to simplify function names imx7_reset_{deassert/assert}_imx* are a bit more confusing when compared with imx*_reset_{deassert/assert}. So refactor driver to use function names easier to understand. This shouldn't affect the functionality though. Suggested-by: Marek Vasut <marex@denx.de> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Sumit Garg <sumit.garg@linaro.org>