Re: [PATCH v2 06/23] sunxi: Skip non-DM UART pin setup when PINCTRL=y

2022-04-16 Thread Karen
awm16...@gmail.com 從我的iPhone傳送 VIP

Re: [PATCH v2 06/23] sunxi: Skip non-DM UART pin setup when PINCTRL=y

2022-03-31 Thread Samuel Holland
On 3/31/22 6:19 PM, Andre Przywara wrote: > On Thu, 17 Mar 2022 22:54:03 -0500 > Samuel Holland wrote: > > Hi Samuel, > >> When a pinctrl driver is available, it will take care of setting up >> these pins. However, for now this code is still needed in SPL. >> >> Reviewed-by: Simon Glass >> Sign

Re: [PATCH v2 06/23] sunxi: Skip non-DM UART pin setup when PINCTRL=y

2022-03-31 Thread Andre Przywara
On Thu, 17 Mar 2022 22:54:03 -0500 Samuel Holland wrote: Hi Samuel, > When a pinctrl driver is available, it will take care of setting up > these pins. However, for now this code is still needed in SPL. > > Reviewed-by: Simon Glass > Signed-off-by: Samuel Holland > --- > > (no changes since

[PATCH v2 06/23] sunxi: Skip non-DM UART pin setup when PINCTRL=y

2022-03-17 Thread Samuel Holland
When a pinctrl driver is available, it will take care of setting up these pins. However, for now this code is still needed in SPL. Reviewed-by: Simon Glass Signed-off-by: Samuel Holland --- (no changes since v1) arch/arm/mach-sunxi/board.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a