Re: [PATCH 2/4] clk: sifive: Use common name for prci configuration

2020-11-05 Thread Palmer Dabbelt
On Wed, 04 Nov 2020 18:46:56 PST (-0800), sb...@kernel.org wrote: Quoting Zong Li (2020-10-16 02:18:24) Use generic name CLK_SIFIVE_PRCI instead of CLK_SIFIVE_FU540_PRCI. This patch is prepared for fu740 support. Signed-off-by: Zong Li --- Looks ok but needs an ack from riscv maintainers to

Re: [PATCH 2/4] clk: sifive: Use common name for prci configuration

2020-11-04 Thread Zong Li
On Thu, Nov 5, 2020 at 10:46 AM Stephen Boyd wrote: > > Quoting Zong Li (2020-10-16 02:18:24) > > Use generic name CLK_SIFIVE_PRCI instead of CLK_SIFIVE_FU540_PRCI. This > > patch is prepared for fu740 support. > > > > Signed-off-by: Zong Li > > --- > > Looks ok but needs an ack from riscv mainta

Re: [PATCH 2/4] clk: sifive: Use common name for prci configuration

2020-11-04 Thread Stephen Boyd
Quoting Zong Li (2020-10-16 02:18:24) > Use generic name CLK_SIFIVE_PRCI instead of CLK_SIFIVE_FU540_PRCI. This > patch is prepared for fu740 support. > > Signed-off-by: Zong Li > --- Looks ok but needs an ack from riscv maintainers to go through clk tree. I was worried it would break defconfigs

[PATCH 2/4] clk: sifive: Use common name for prci configuration

2020-10-16 Thread Zong Li
Use generic name CLK_SIFIVE_PRCI instead of CLK_SIFIVE_FU540_PRCI. This patch is prepared for fu740 support. Signed-off-by: Zong Li --- arch/riscv/Kconfig.socs | 2 +- drivers/clk/sifive/Kconfig | 6 +++--- drivers/clk/sifive/Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)