commit | a81f0d6672b26c0040c90c253fde3ab546dcf7cd | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Jan 24 15:50:55 2025 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Sat Jan 25 09:06:32 2025 -0300 |
tree | bf1d82f6b8a26e26cf31a9e1c19cda6c4e8ae783 | |
parent | f19a47f1001c668fd98eb99c6a4c62e02c025ee1 [diff] |
pinctrl: imx: Rename imx_pinctrl_remove() to imx_pinctrl_remove_mmio() The current implementation of imx_pinctrl_remove() is specific to the MMIO accessor implementation, rename the function to imx_pinctrl_remove_mmio() to make this obvious. No functional change. Signed-off-by: Marek Vasut <marex@denx.de>