public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
To: u-boot@lists.denx.de
Subject: [v3 0/2] Refactor AST2500 reset control
Date: Thu, 15 Oct 2020 10:25:12 +0800	[thread overview]
Message-ID: <20201015022514.970-1-chiawei_wang@aspeedtech.com> (raw)

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

             reply	other threads:[~2020-10-15  2:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15  2:25 Chia-Wei, Wang [this message]
2020-10-15  2:25 ` [v3 1/2] reset: ast2500: Use SCU for reset control 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201015022514.970-1-chiawei_wang@aspeedtech.com \
    --to=chiawei_wang@aspeedtech.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox