RE: [PATCH 0/2] Refactor AST2500 reset control

2020-10-11 Thread ChiaWei Wang
Hi Tom, Thanks for the review. > -Original Message- > From: Tom Rini > Sent: Thursday, October 8, 2020 11:52 PM > To: ChiaWei Wang > Cc: Ryan Chen ; max...@google.com; > u-boot@lists.denx.de; BMC-SW > Subject: Re: [PATCH 0/2] Refactor AST2500 reset control > &

Re: [PATCH 0/2] Refactor AST2500 reset control

2020-10-08 Thread Tom Rini
On Thu, Oct 08, 2020 at 02:21:50AM +, ChiaWei Wang wrote: > Hi Tom, > > Could you help us on the review of the following patches for Aspeed platform > code? > http://patchwork.ozlabs.org/project/uboot/cover/20200908072104.10067-1-chiawei_w...@aspeedtech.com/ > http://patchwork.ozlabs.org/pro

RE: [PATCH 0/2] Refactor AST2500 reset control

2020-10-07 Thread ChiaWei Wang
: Tuesday, September 8, 2020 3:21 PM > To: Ryan Chen ; max...@google.com; > u-boot@lists.denx.de > Cc: BMC-SW > Subject: [PATCH 0/2] Refactor AST2500 reset control > > This patch series refactors the reset method to use the System Control Unit > (SCU) reset control for simplicity. &

[PATCH 0/2] Refactor AST2500 reset control

2020-09-08 Thread Chia-Wei, Wang
This patch series refactors the reset method to use the System Control Unit (SCU) reset control for simplicity. In addition, the naming of reset driver and Kconfig option is also refined for future consistency. Chia-Wei, Wang (2): reset: ast2500: Use SCU for reset control cosmetic: reset: ast