Re: [PATCH 2/3] pinctrl: Add the pinctrl setting for PWM.

2022-03-25 Thread Tom Rini
On Tue, Mar 08, 2022 at 11:04:06AM +0800, Billy Tsai wrote: > This patchs add the signal description array for PWM pinctrl settings. > > Signed-off-by: Billy Tsai > Reviewed-by: Simon Glass > Reviewed-by: Chia-Wei Wang Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP

RE: [PATCH 2/3] pinctrl: Add the pinctrl setting for PWM.

2022-03-13 Thread ChiaWei Wang
> From: Simon Glass > Sent: Saturday, March 12, 2022 10:44 AM > > On Mon, 7 Mar 2022 at 20:02, Billy Tsai wrote: > > > > This patchs add the signal description array for PWM pinctrl settings. > > > > Signed-off-by: Billy Tsai > > --- > > arch/arm/dts/ast2600.dtsi| 80

Re: [PATCH 2/3] pinctrl: Add the pinctrl setting for PWM.

2022-03-11 Thread Simon Glass
On Mon, 7 Mar 2022 at 20:02, Billy Tsai wrote: > > This patchs add the signal description array for PWM pinctrl settings. > > Signed-off-by: Billy Tsai > --- > arch/arm/dts/ast2600.dtsi| 80 +++ > drivers/pinctrl/aspeed/pinctrl_ast2600.c | 120

[PATCH 2/3] pinctrl: Add the pinctrl setting for PWM.

2022-03-07 Thread Billy Tsai
This patchs add the signal description array for PWM pinctrl settings. Signed-off-by: Billy Tsai --- arch/arm/dts/ast2600.dtsi| 80 +++ drivers/pinctrl/aspeed/pinctrl_ast2600.c | 120 +++ 2 files changed, 200 insertions(+) diff --git