mbox series

[0/2] Add ASPEED AST2600 miss pinctrl

Message ID 20230103093702.2613574-1-ryan_chen@aspeedtech.com
Headers show
Series Add ASPEED AST2600 miss pinctrl | expand

Message

Ryan Chen Jan. 3, 2023, 9:37 a.m. UTC
This series add AST2600 pinctrl miss parts.
And also update AST2600 pinctrl dtsi.

ryan_chen (2):
  pinctrl:aspeed: add miss pin and function
  dtsi:aspeed: add miss pinctrl in pinctrl dtsi

 arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi   | 216 +++++++++++++
 drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 341 +++++++++++++++------
 2 files changed, 455 insertions(+), 102 deletions(-)

Comments

Ryan Chen Jan. 16, 2023, 3:33 a.m. UTC | #1
Hello Andrew,
	Could you help review this series patch?

Ryan Chen

> -----Original Message-----
> From: Ryan Chen <ryan_chen@aspeedtech.com>
> Sent: Tuesday, January 3, 2023 5:37 PM
> To: openbmc@lists.ozlabs.org; Ryan Chen <ryan_chen@aspeedtech.com>; Rob
> Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Joel Stanley <joel@jms.id.au>; Andrew
> Jeffery <andrew@aj.id.au>; Linus Walleij <linus.walleij@linaro.org>;
> linux-aspeed@lists.ozlabs.org
> Subject: [PATCH 0/2] Add ASPEED AST2600 miss pinctrl
> 
> This series add AST2600 pinctrl miss parts.
> And also update AST2600 pinctrl dtsi.
> 
> ryan_chen (2):
>   pinctrl:aspeed: add miss pin and function
>   dtsi:aspeed: add miss pinctrl in pinctrl dtsi
> 
>  arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi   | 216 +++++++++++++
>  drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 341 +++++++++++++++------
>  2 files changed, 455 insertions(+), 102 deletions(-)
> 
> --
> 2.34.1
Andrew Jeffery Jan. 16, 2023, 10:42 a.m. UTC | #2
On Mon, 16 Jan 2023, at 14:03, Ryan Chen wrote:
> Hello Andrew,
> 	Could you help review this series patch?

Yep, I hope to get to it this week, just trying to pick up the pieces 
after the new year break :)

Andrew
Ryan Chen Jan. 17, 2023, 12:34 a.m. UTC | #3
> -----Original Message-----
> From: Andrew Jeffery <andrew@aj.id.au>
> Sent: Monday, January 16, 2023 6:43 PM
> To: Ryan Chen <ryan_chen@aspeedtech.com>; openbmc@lists.ozlabs.org; Rob
> Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Joel Stanley <joel@jms.id.au>; Linus
> Walleij <linus.walleij@linaro.org>; linux-aspeed@lists.ozlabs.org
> Cc: BMC-SW <BMC-SW@aspeedtech.com>
> Subject: Re: [PATCH 0/2] Add ASPEED AST2600 miss pinctrl
> 
> 
> 
> On Mon, 16 Jan 2023, at 14:03, Ryan Chen wrote:
> > Hello Andrew,
> > 	Could you help review this series patch?
> 
> Yep, I hope to get to it this week, just trying to pick up the pieces after the new
> year break :)
> 
Hello Andrew,
	Thank your response. enjoy your holiday
Ryan