[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANXhq0p2txQE4-hCu0kGNQ4gX6t-RMjAyk4Jx5eZVVLbFKrPyg@mail.gmail.com>
Date: Wed, 4 Nov 2020 14:37:16 +0800
From: Zong Li <zong.li@...ive.com>
To: Sean Anderson <seanga2@...il.com>
Cc: Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Michael Turquette <mturquette@...libre.com>, sboyd@...nel.org,
Yash Shah <yash.shah@...ive.com>,
"linux-kernel@...r.kernel.org List" <linux-kernel@...r.kernel.org>,
linux-clk@...r.kernel.org,
linux-riscv <linux-riscv@...ts.infradead.org>
Subject: Re: [PATCH 0/4] clk: add driver for the SiFive FU740
On Fri, Oct 16, 2020 at 10:56 PM Zong Li <zong.li@...ive.com> wrote:
>
> On Fri, Oct 16, 2020 at 10:17 PM Sean Anderson <seanga2@...il.com> wrote:
> >
> > On 10/16/20 5:18 AM, Zong Li wrote:
> > > Add a driver for the SiFive FU740 PRCI IP block, which handles more
> > > clocks than FU540. These patches also refactor the original
> > > implementation by spliting the dependent-code of fu540 and fu740
> > > respectively.
> > >
> > > Zong Li (4):
> > > clk: sifive: Extract prci core to common base
> >
> > I don't see this patch, and it isn't listed on the web archive. Was it
> > not CC'd to this list?
> >
> > --Sean
> >
>
> There is a problem on linux-riscv mailing list for the first one
> patch, the size of it is too big, it needs to be approved and posted
> on the list by moderator.
>
> This patch set is also sent to clk mailing list, and I can see it on that:
> https://patchwork.kernel.org/project/linux-clk/patch/b10784643665ad56ca41ea6754c7f28f8be1c7ca.1602838910.git.zong.li@sifive.com/
>
>
>
>
> > > clk: sifive: Use common name for prci configuration
> > > clk: sifive: Add a driver for the SiFive FU740 PRCI IP block
> > > clk: sifive: Refactor __prci_clock array by using macro
> > >
> > > arch/riscv/Kconfig.socs | 2 +-
> > > drivers/clk/sifive/Kconfig | 8 +-
> > > drivers/clk/sifive/Makefile | 5 +-
> > > drivers/clk/sifive/fu540-prci.c | 618 +-----------------
> > > drivers/clk/sifive/fu540-prci.h | 21 +
> > > drivers/clk/sifive/fu740-prci.c | 102 +++
> > > drivers/clk/sifive/fu740-prci.h | 21 +
> > > drivers/clk/sifive/sifive-prci.c | 529 +++++++++++++++
> > > drivers/clk/sifive/sifive-prci.h | 297 +++++++++
> > > include/dt-bindings/clock/sifive-fu740-prci.h | 23 +
> > > 10 files changed, 1032 insertions(+), 594 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
> > > create mode 100644 include/dt-bindings/clock/sifive-fu740-prci.h
> > >
> >
ping
Powered by blists - more mailing lists