public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Leo Liang <ycliang@andestech.com>
To: Green Wan <green.wan@sifive.com>
Cc: <u-boot@lists.denx.de>
Subject: Re: [PATCH v11 2/8] drivers: clk: add fu740 support
Date: Mon, 24 May 2021 18:31:58 +0800	[thread overview]
Message-ID: <20210524103158.GB13645@andestech.com> (raw)
In-Reply-To: <20210520074033.370234-3-green.wan@sifive.com>

On Thu, May 20, 2021 at 03:40:27PM +0800, Green Wan wrote:
> Add fu740 support. One abstract layer is added for supporting
> multiple chips such as fu540 and fu740.
> 
> Signed-off-by: Green Wan <green.wan@sifive.com>
> ---
>  arch/riscv/cpu/fu540/Kconfig     |   2 +-
>  drivers/clk/sifive/Kconfig       |   8 +-
>  drivers/clk/sifive/Makefile      |   4 +-
>  drivers/clk/sifive/fu540-prci.c  | 769 +------------------------------
>  drivers/clk/sifive/fu540-prci.h  |  22 +
>  drivers/clk/sifive/fu740-prci.c  | 158 +++++++
>  drivers/clk/sifive/fu740-prci.h  |  22 +
>  drivers/clk/sifive/sifive-prci.c | 733 +++++++++++++++++++++++++++++
>  drivers/clk/sifive/sifive-prci.h | 323 +++++++++++++
>  drivers/reset/Kconfig            |   2 +-
>  10 files changed, 1288 insertions(+), 755 deletions(-)
>  create mode 100644 drivers/clk/sifive/fu540-prci.h
>  create mode 100644 drivers/clk/sifive/fu740-prci.c
>  create mode 100644 drivers/clk/sifive/fu740-prci.h
>  create mode 100644 drivers/clk/sifive/sifive-prci.c
>  create mode 100644 drivers/clk/sifive/sifive-prci.h
> 

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

  reply	other threads:[~2021-05-24 10:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-20  7:40 [PATCH v11 0/8] Add FU740 chip and HiFive Unmatched board support Green Wan
2021-05-20  7:40 ` [PATCH v11 1/8] riscv: cpu: fu740: Add support for cpu fu740 Green Wan
2021-05-20  7:40 ` [PATCH v11 2/8] drivers: clk: add fu740 support Green Wan
2021-05-24 10:31   ` Leo Liang [this message]
2021-05-20  7:40 ` [PATCH v11 3/8] drivers: ram: sifive: rename fu540_ddr and " Green Wan
2021-05-20  7:40 ` [PATCH v11 4/8] drivers: pci: add pcie support for fu740 Green Wan
2021-05-20  7:40 ` [PATCH v11 5/8] riscv: dts: add fu740 support Green Wan
2021-05-20  7:40 ` [PATCH v11 6/8] riscv: dts: add SiFive Unmatched board support Green Wan
2021-05-20  8:25   ` Bin Meng
2021-05-20  7:40 ` [PATCH v11 7/8] board: sifive: add HiFive " Green Wan
2021-05-20  7:40 ` [PATCH v11 8/8] riscv: cpu: fu740: clear feature disable CSR Green Wan

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=20210524103158.GB13645@andestech.com \
    --to=ycliang@andestech.com \
    --cc=green.wan@sifive.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