[v2 0/2] Refactor AST2500 reset control
    Chia-Wei, Wang 
    chiawei_wang at aspeedtech.com
       
    Mon Oct 12 04:36:11 CEST 2020
    
    
  
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.
v2:
	- Rebase patches to fix conflict
Chia-Wei, Wang (2):
  reset: ast2500: Use SCU for reset control
  cosmetic: reset: ast2500: Rename driver and configs
 arch/arm/dts/ast2500-u-boot.dtsi          |   7 +-
 drivers/reset/Kconfig                     |  11 +--
 drivers/reset/ast2500-reset.c             | 104 ---------------------
 drivers/reset/reset-ast2500.c             | 109 ++++++++++++++++++++++
 include/dt-bindings/reset/ast2500-reset.h |  73 ++++++++-------
 5 files changed, 156 insertions(+), 148 deletions(-)
 delete mode 100644 drivers/reset/ast2500-reset.c
 create mode 100644 drivers/reset/reset-ast2500.c
-- 
2.17.1
    
    
More information about the U-Boot
mailing list