[PATCH v3 3/3] clk: sifive: Add a driver for the SiFive FU740 PRCI IP block

Pragnesh Patel pragnesh.patel at openfive.com
Wed Nov 11 04:56:49 EST 2020


>-----Original Message-----
>From: Zong Li <zong.li at sifive.com>
>Sent: 11 November 2020 15:05
>To: Paul Walmsley ( Sifive) <paul.walmsley at sifive.com>; palmer at dabbelt.com;
>sboyd at kernel.org; schwab at linux-m68k.org; Pragnesh Patel
><pragnesh.patel at openfive.com>; aou at eecs.berkeley.edu;
>mturquette at baylibre.com; Yash Shah <yash.shah at openfive.com>; linux-
>kernel at vger.kernel.org; linux-clk at vger.kernel.org; linux-
>riscv at lists.infradead.org
>Cc: Zong Li <zong.li at sifive.com>; Henry Styles ( Sifive) <hes at sifive.com>; Erik
>Danie <erik.danie at sifive.com>
>Subject: [PATCH v3 3/3] clk: sifive: Add a driver for the SiFive FU740 PRCI IP
>block
>
>Add driver code for the SiFive FU740 PRCI IP block. This IP block handles reset
>and clock control for the SiFive FU740 device and implements SoC-level clock
>tree controls and dividers.
>
>This driver contains bug fixes and contributions from Henry Styles
><hes at sifive.com> Erik Danie <erik.danie at sifive.com> Pragnesh Patel
><pragnesh.patel at openfive.com>
>
>Signed-off-by: Zong Li <zong.li at sifive.com>
>Cc: Henry Styles <hes at sifive.com>
>Cc: Erik Danie <erik.danie at sifive.com>
>Cc: Pragnesh Patel <pragnesh.patel at openfive.com>
>---
> drivers/clk/sifive/Kconfig                    |   4 +-
> drivers/clk/sifive/Makefile                   |   1 +
> drivers/clk/sifive/fu740-prci.c               | 122 ++++++++++++++++++
> drivers/clk/sifive/fu740-prci.h               |  21 +++
> drivers/clk/sifive/sifive-prci.c              | 120 +++++++++++++++++
> drivers/clk/sifive/sifive-prci.h              |  88 +++++++++++++
> include/dt-bindings/clock/sifive-fu740-prci.h |  23 ++++
> 7 files changed, 377 insertions(+), 2 deletions(-)  create mode 100644

Reviewed-by: Pragnesh Patel <Pragnesh.patel at sifive.com>




More information about the linux-riscv mailing list