Re: [RFC PATCH 01/23] sunxi: pinctrl: Create the driver skeleton

2021-10-21 Thread Samuel Holland
Hi, On 10/21/21 12:13 AM, Sean Anderson wrote: > > On 10/21/21 12:55 AM, Samuel Holland wrote: >> Create a do-nothing driver for each sunxi pin controller variant. >> >> Since only one driver can automatically bind to a DT node, since the >> GPIO driver already requires a manual binding process,

Re: [RFC PATCH 01/23] sunxi: pinctrl: Create the driver skeleton

2021-10-20 Thread Sean Anderson
On 10/21/21 12:55 AM, Samuel Holland wrote: Create a do-nothing driver for each sunxi pin controller variant. Since only one driver can automatically bind to a DT node, since the GPIO driver already requires a manual binding process, and since the pinctrl driver needs access to some of the sam

[RFC PATCH 01/23] sunxi: pinctrl: Create the driver skeleton

2021-10-20 Thread Samuel Holland
Create a do-nothing driver for each sunxi pin controller variant. Since only one driver can automatically bind to a DT node, since the GPIO driver already requires a manual binding process, and since the pinctrl driver needs access to some of the same information, refactor the GPIO driver to be bo