All of lore.kernel.org
 help / color / mirror / Atom feed
* [v3 0/2] Refactor AST2500 reset control
@ 2020-10-15  2:25 Chia-Wei, Wang
  2020-10-15  2:25 ` [v3 1/2] reset: ast2500: Use SCU for " Chia-Wei, Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chia-Wei, Wang @ 2020-10-15  2:25 UTC (permalink / raw)
  To: u-boot

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.

v3:
  - Fix Makefile to adapt to the renamed reset driver file

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/Makefile                    |   2 +-
 drivers/reset/ast2500-reset.c             | 104 ---------------------
 drivers/reset/reset-ast2500.c             | 109 ++++++++++++++++++++++
 include/dt-bindings/reset/ast2500-reset.h |  73 ++++++++-------
 6 files changed, 157 insertions(+), 149 deletions(-)
 delete mode 100644 drivers/reset/ast2500-reset.c
 create mode 100644 drivers/reset/reset-ast2500.c

-- 
2.17.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-23  0:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15  2:25 [v3 0/2] Refactor AST2500 reset control Chia-Wei, Wang
2020-10-15  2:25 ` [v3 1/2] reset: ast2500: Use SCU for " Chia-Wei, Wang
2020-10-23  0:30   ` Tom Rini
2020-10-15  2:25 ` [v3 2/2] cosmetic: reset: ast2500: Rename driver and configs Chia-Wei, Wang
2020-10-23  0:30   ` Tom Rini
2020-10-15  2:34 ` [v3 0/2] Refactor AST2500 reset control ChiaWei Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.