Re: [PATCH v2 00/23] sunxi: Add and use a pinctrl driver

2022-04-03 Thread Samuel Holland
Hi Andre, On 4/3/22 7:54 PM, Andre Przywara wrote: > On Thu, 17 Mar 2022 22:53:57 -0500 > Samuel Holland wrote: > > Hi Samuel, > >> This series resolves some longstanding TODOs by implementing a pinctrl >> driver for sunxi platforms and converting DM drivers to use it. > > So as mentioned befo

Re: [PATCH v2 00/23] sunxi: Add and use a pinctrl driver

2022-04-03 Thread Andre Przywara
On Thu, 17 Mar 2022 22:53:57 -0500 Samuel Holland wrote: Hi Samuel, > This series resolves some longstanding TODOs by implementing a pinctrl > driver for sunxi platforms and converting DM drivers to use it. So as mentioned before, this is a huge step forward, and helps to remove some dodgy and

[PATCH v2 00/23] sunxi: Add and use a pinctrl driver

2022-03-17 Thread Samuel Holland
This series resolves some longstanding TODOs by implementing a pinctrl driver for sunxi platforms and converting DM drivers to use it. Changes in v2: - Merge all SoC drivers into one file and one U_BOOT_DRIVER. - Add a consumer for the APB bus clock - Add support for the F1C100s SoC Samuel Hol