Re: [PATCH 2/3] sunxi: gpio: Remove name_to_gpio macro

2021-09-13 Thread Andre Przywara
On Sat, 11 Sep 2021 16:50:48 -0500 Samuel Holland wrote: > This clarifies which callers must be updated to complete the DM_GPIO > conversion. > > The only remaining caller of name_to_gpio in generic code is inside the > !DM_GPIO block in cmd/gpio.c. DM_GPIO is always selected on sunxi, so > that

[PATCH 2/3] sunxi: gpio: Remove name_to_gpio macro

2021-09-11 Thread Samuel Holland
This clarifies which callers must be updated to complete the DM_GPIO conversion. The only remaining caller of name_to_gpio in generic code is inside the !DM_GPIO block in cmd/gpio.c. DM_GPIO is always selected on sunxi, so that code cannot be reached. And after this commit, there are only two rema