Re: [PATCH v2 06/22] pinctrl: sunxi: remove struct sunxi_gpio

2023-10-21 Thread Samuel Holland
Hi Andre, On 9/28/23 16:54, Andre Przywara wrote: > So far every Allwinner SoC used the same basic pincontroller/GPIO > register frame, and just differed by the number of implemented banks and > pins, plus some special functionality from time to time. However the D1 > and successors use a slightly

[PATCH v2 06/22] pinctrl: sunxi: remove struct sunxi_gpio

2023-09-28 Thread Andre Przywara
So far every Allwinner SoC used the same basic pincontroller/GPIO register frame, and just differed by the number of implemented banks and pins, plus some special functionality from time to time. However the D1 and successors use a slightly different pinctrl register layout. Use that opportunity to