[PATCH v2 04/22] pinctrl: sunxi: move pinctrl code

2023-09-28 Thread Andre Przywara
Move the existing sunxi-specific low level pinctrl routines from arch/arm/mach-sunxi into the existing GPIO code under drivers/gpio, so that the common code can be shared outside of arch/arm. This also takes the opportunity to move some definitions from our header file into the driver C file, as t

Re: [PATCH v2 04/22] pinctrl: sunxi: move pinctrl code

2023-10-18 Thread Andre Przywara
On Thu, 28 Sep 2023 22:54:37 +0100 Andre Przywara wrote: Hi Samuel, > Move the existing sunxi-specific low level pinctrl routines from > arch/arm/mach-sunxi into the existing GPIO code under drivers/gpio, so > that the common code can be shared outside of arch/arm. I was wondering if you would

Re: [PATCH v2 04/22] pinctrl: sunxi: move pinctrl code

2023-10-21 Thread Samuel Holland
Hi Andre, On 9/28/23 16:54, Andre Przywara wrote: > Move the existing sunxi-specific low level pinctrl routines from > arch/arm/mach-sunxi into the existing GPIO code under drivers/gpio, so > that the common code can be shared outside of arch/arm. > > This also takes the opportunity to move some