Re: [PATCH v2 05/12] of: add J-Core SPI master bindings

2016-05-23 Thread Rob Herring
On Mon, May 23, 2016 at 4:06 PM, Rich Felker wrote: > On Mon, May 23, 2016 at 04:00:20PM -0500, Rob Herring wrote: >> On Fri, May 20, 2016 at 02:53:04AM +, Rich Felker wrote: >> > Signed-off-by: Rich Felker >> > --- >> > .../devicetree/bindings/spi/jcore,spi.txt | 23 >> > +

Re: [PATCH v2 05/12] of: add J-Core SPI master bindings

2016-05-23 Thread Rich Felker
On Mon, May 23, 2016 at 04:00:20PM -0500, Rob Herring wrote: > On Fri, May 20, 2016 at 02:53:04AM +, Rich Felker wrote: > > Signed-off-by: Rich Felker > > --- > > .../devicetree/bindings/spi/jcore,spi.txt | 23 > > ++ > > 1 file changed, 23 insertions(+) > > cre

Re: [PATCH v2 05/12] of: add J-Core SPI master bindings

2016-05-23 Thread Rob Herring
On Fri, May 20, 2016 at 02:53:04AM +, Rich Felker wrote: > Signed-off-by: Rich Felker > --- > .../devicetree/bindings/spi/jcore,spi.txt | 23 > ++ > 1 file changed, 23 insertions(+) > create mode 100644 Documentation/devicetree/bindings/spi/jcore,spi.txt > > di

Re: [PATCH v2 05/12] of: add J-Core SPI master bindings

2016-05-20 Thread Geert Uytterhoeven
On Fri, May 20, 2016 at 4:53 AM, Rich Felker wrote: > --- /dev/null > +++ b/Documentation/devicetree/bindings/spi/jcore,spi.txt > @@ -0,0 +1,23 @@ > +Example: > + > +spi { spi@40 > + compatible = "jcore,spi2"; > + #address-cells = <1>; > + #size-cells = <0>; > + reg = < 0

[PATCH v2 05/12] of: add J-Core SPI master bindings

2016-05-19 Thread Rich Felker
Signed-off-by: Rich Felker --- .../devicetree/bindings/spi/jcore,spi.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/jcore,spi.txt diff --git a/Documentation/devicetree/bindings/spi/jcore,spi.txt b/Documentatio