Re: [PATCH v4 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

2019-06-28 Thread masonccyang
Hi Miquel, > > > > > > > > > +- interrupts: interrupt line connected to this NAND controller > > > > > > +- clock-names: should contain "ps_clk", "send_clk" and > > "send_dly_clk" > > > > > > +- clocks: should contain 3 entries for the "ps_clk", "send_clk" > > and > > > > > > +"send_dly

Re: [PATCH v4 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

2019-06-28 Thread Miquel Raynal
Hi Mason, masonccy...@mxic.com.tw wrote on Fri, 28 Jun 2019 17:09:16 +0800: > Hi Miquel, > > > > > Please always Cc: Rob (robh...@kernel.org) when you send bindings > > related patches. > > Understood. thanks for your remind. > > > > > > > > > > > > > > +- reg: should contain 1 entri

Re: [PATCH v4 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

2019-06-28 Thread masonccyang
Hi Miquel, > > Please always Cc: Rob (robh...@kernel.org) when you send bindings > related patches. Understood. thanks for your remind. > > > > > > > > > +- reg: should contain 1 entrie for the registers > > > > > >entry > > > > > > > +- reg-names: should con

Re: [PATCH v4 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

2019-06-28 Thread Miquel Raynal
Hi Mason, Please always Cc: Rob (robh...@kernel.org) when you send bindings related patches. masonccy...@mxic.com.tw wrote on Fri, 28 Jun 2019 14:48:02 +0800: > Hi Miquel, > > > > Document the bindings used by the Macronix raw NAND controller. > > > > > > Signed-off-by: Mason Yang > > > --- >

Re: [PATCH v4 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

2019-06-27 Thread masonccyang
Hi Miquel, > > Document the bindings used by the Macronix raw NAND controller. > > > > Signed-off-by: Mason Yang > > --- > > .../devicetree/bindings/mtd/mxic-nand.txt | 26 ++ > > 1 file changed, 26 insertions(+) > > create mode 100644 Documentation/devicetree/

Re: [PATCH v4 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

2019-06-27 Thread Miquel Raynal
Hi Mason, Mason Yang wrote on Tue, 25 Jun 2019 14:10:56 +0800: > Document the bindings used by the Macronix raw NAND controller. > > Signed-off-by: Mason Yang > --- > .../devicetree/bindings/mtd/mxic-nand.txt | 26 > ++ > 1 file changed, 26 insertions(+) > creat

[PATCH v4 2/2] dt-bindings: mtd: Document Macronix raw NAND controller bindings

2019-06-24 Thread Mason Yang
Document the bindings used by the Macronix raw NAND controller. Signed-off-by: Mason Yang --- .../devicetree/bindings/mtd/mxic-nand.txt | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/mxic-nand.txt diff --git a/Doc