
9 Aug
2023
9 Aug
'23
10:14 p.m.
On 7/21/23 07:45, Andre Przywara wrote:
So far we were open-coding the pincontroller's GPIO output/input access in each function using that.
Provide functions that wrap that nicely, and follow the existing pattern (set/get_{bank,}), so users don't need to know about the internals, and we can abstract the new D1 pinctrl more easily.
Signed-off-by: Andre Przywara andre.przywara@arm.com
Reviewed-by: Sam Edwards CFSworks@gmail.com Tested-by: Sam Edwards CFSworks@gmail.com
Thanks, Sam