commit | 14c8c631e986d350ce468ae5d627f547e5a4e1aa | [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 | dda9fa734f813c0d0c29aa03bfe200950b40cfea [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>