Re: [PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation

2016-03-07 Thread Brian Norris
On Mon, Mar 07, 2016 at 11:46:24AM +0200, Roger Quadros wrote: > On 05/03/16 04:04, Brian Norris wrote: > > Is it normal to mix types of addressing in a single 'reg' property? Is > > your code working for anything besides CS==0? > > Yes we're using non zero CS on different omap platforms. > I have

Re: [PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation

2016-03-07 Thread Roger Quadros
On 05/03/16 04:04, Brian Norris wrote: > On Fri, Feb 19, 2016 at 11:15:32PM +0200, Roger Quadros wrote: >> Add compatible id and interrupts. The NAND interrupts are >> provided by the GPMC controller node. >> >> Signed-off-by: Roger Quadros >> --- >> Documentation/devicetree/bindings/mtd/gpmc-nan

Re: [PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation

2016-03-04 Thread Brian Norris
On Fri, Feb 19, 2016 at 11:15:32PM +0200, Roger Quadros wrote: > Add compatible id and interrupts. The NAND interrupts are > provided by the GPMC controller node. > > Signed-off-by: Roger Quadros > --- > Documentation/devicetree/bindings/mtd/gpmc-nand.txt | 17 + > 1 file changed

Re: [PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation

2016-02-24 Thread Roger Quadros
On 23/02/16 21:41, Rob Herring wrote: > On Fri, Feb 19, 2016 at 11:15:32PM +0200, Roger Quadros wrote: >> Add compatible id and interrupts. The NAND interrupts are >> provided by the GPMC controller node. > > This doesn't look like a backwards compatible change. The existing OMAP NAND DT implemen

Re: [PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation

2016-02-23 Thread Rob Herring
On Fri, Feb 19, 2016 at 11:15:32PM +0200, Roger Quadros wrote: > Add compatible id and interrupts. The NAND interrupts are > provided by the GPMC controller node. This doesn't look like a backwards compatible change. > Signed-off-by: Roger Quadros > --- > Documentation/devicetree/bindings/mtd/

[PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation

2016-02-19 Thread Roger Quadros
Add compatible id and interrupts. The NAND interrupts are provided by the GPMC controller node. Signed-off-by: Roger Quadros --- Documentation/devicetree/bindings/mtd/gpmc-nand.txt | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bin