commit | 96dcecb7792ae51f834d593dfde4152686af110d | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Sep 12 10:28:36 2021 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Oct 11 10:46:44 2021 +0100 |
tree | 4b51e6904f9b2997b05652b99af2db56b5367011 | |
parent | 51951057e9b6b46ef81a91df4d9974b3bb280d36 [diff] |
gpio: sunxi: Remove the sunxi_name_to_gpio_bank function The only caller of this function was the MMC pinmux code, which used it to parse a string given from a Kconfig symbol. As the Kconfig symbol has been converted to a Boolean, this function is no longer needed. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>