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

2020-11-11 Thread Pragnesh Patel
>-Original Message- >From: Zong Li >Sent: 11 November 2020 15:05 >To: Paul Walmsley ( Sifive) ; pal...@dabbelt.com; >sb...@kernel.org; sch...@linux-m68k.org; Pragnesh Patel >; a...@eecs.berkeley.edu; >mturque...@baylibre.com; Yash Shah ; linux- >ker..

RE: [PATCH v3 1/3] clk: sifive: Extract prci core to common base

2020-11-11 Thread Pragnesh Patel
Hi Zong, >-Original Message- >From: Zong Li >Sent: 11 November 2020 15:05 >To: Paul Walmsley ( Sifive) ; pal...@dabbelt.com; >sb...@kernel.org; sch...@linux-m68k.org; Pragnesh Patel >; a...@eecs.berkeley.edu; >mturque...@baylibre.com; Yash Shah ; linux- >ker..

RE: [PATCH v2 2/3] clk: sifive: Use common name for prci configuration

2020-11-10 Thread Pragnesh Patel
r fu740 support. > >Signed-off-by: Zong Li >Reviewed-by: Palmer Dabbelt >Acked-by: Palmer Dabbelt >--- > arch/riscv/Kconfig.socs | 2 +- > drivers/clk/sifive/Kconfig | 6 +++--- > drivers/clk/sifive/Makefile | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Pragnesh Patel

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

2020-11-10 Thread Pragnesh Patel
Hi Zong, >-Original Message- >From: linux-riscv On Behalf Of Zong >Li >Sent: 10 November 2020 12:58 >To: Paul Walmsley ( Sifive) ; pal...@dabbelt.com; >sb...@kernel.org; sch...@linux-m68k.org; a...@eecs.berkeley.edu; >mturque...@baylibre.com; Yash Shah ; linux- >ker...@vger.kernel.org;

Re: [PATCH v3 1/3] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA

2019-09-20 Thread Pragnesh Patel
On Fri, Sep 20, 2019 at 2:30 PM Green Wan wrote: > > Add DT bindings document for Platform DMA(PDMA) driver of board, > HiFive Unleashed Rev A00. > > Signed-off-by: Green Wan > --- > .../bindings/dma/sifive,fu540-c000-pdma.yaml | 55 +++ > MAINTAINERS

[PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property

2019-09-19 Thread Pragnesh Patel
Compatible property is not of type 'string', so remove const: from it. Signed-off-by: Pragnesh Patel --- Documentation/devicetree/bindings/regulator/fixed-regulator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/fixed

Re: [PATCH] regulator: dt-bindings: Fix building error for dt_binding_check

2019-09-18 Thread Pragnesh Patel
On Wed, Sep 18, 2019 at 7:58 PM Rob Herring wrote: > > On Wed, Sep 18, 2019 at 9:02 AM Pragnesh Patel > wrote: > > > > The subject could be more specific rather than being one that applies > to any dt_binding_check breakage in regulators. > Thanks for pointi

[PATCH] regulator: dt-bindings: Fix building error for dt_binding_check

2019-09-18 Thread Pragnesh Patel
Compatible property is not of type 'string' so replace enum with items. Signed-off-by: Pragnesh Patel --- Documentation/devicetree/bindings/regulator/fixed-regulator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/regulator/fixed

[PATCH] media: dt-bindings: Fix building error for dt_binding_check

2019-09-18 Thread Pragnesh Patel
$id doesn't match the actual filename, so update the $id Signed-off-by: Pragnesh Patel --- Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10

[PATCH v2] spi: dt-bindings: Convert spi-sifive binding to json-schema

2019-09-18 Thread Pragnesh Patel
Convert the spi-sifive binding to DT schema format. Signed-off-by: Pragnesh Patel --- Changes in v2: - Remove address-cells and size-cells property - Added valid values for sifive,fifo-depth and sifive,max-bits-per-word property .../devicetree/bindings/spi/spi-sifive.txt | 37

[PATCH] spi: dt-bindings: Convert spi-sifive binding to json-schema

2019-09-10 Thread Pragnesh Patel
Convert the spi-sifive binding to DT schema format. Signed-off-by: Pragnesh Patel --- .../devicetree/bindings/spi/spi-sifive.txt | 37 -- .../devicetree/bindings/spi/spi-sifive.yaml| 86 ++ 2 files changed, 86 insertions(+), 37 deletions(-) delete

[PATCH v2] dt-bindings: serial: Convert riscv,sifive-serial to json-schema

2019-09-04 Thread Pragnesh Patel
Convert the riscv,sifive-serial binding to DT schema using json-schema. Signed-off-by: Pragnesh Patel --- Changes in v2: - Replace enum with items in compatible property .../devicetree/bindings/serial/sifive-serial.txt | 33 .../devicetree/bindings/serial/sifive-serial.yaml

Re: [PATCH] dt-bindings: serial: Convert riscv,sifive-serial to json-schema

2019-09-03 Thread Pragnesh Patel
On Mon, Sep 2, 2019 at 7:09 PM Rob Herring wrote: > > On Sun, Sep 01, 2019 at 12:39:21PM +0530, Pragnesh Patel wrote: > > Convert the riscv,sifive-serial binding to DT schema using json-schema. > > > > Signed-off-by: Pragnesh Patel > > --- > > .../devicetr

[PATCH] dt-bindings: serial: Convert riscv,sifive-serial to json-schema

2019-09-01 Thread Pragnesh Patel
Convert the riscv,sifive-serial binding to DT schema using json-schema. Signed-off-by: Pragnesh Patel --- .../devicetree/bindings/serial/sifive-serial.txt | 33 .../devicetree/bindings/serial/sifive-serial.yaml | 62 ++ 2 files changed, 62 insertions(+), 33