Re: [PATCH v5 17/26] mtd: nand: omap2: Implement NAND ready using gpiolib

2016-03-07 Thread Boris Brezillon
On Fri, 19 Feb 2016 23:15:39 +0200 Roger Quadros wrote: > The GPMC WAIT pin status are now available over gpiolib. > Update the omap_dev_ready() function to use gpio instead of > directly accessing GPMC register space. > > Signed-off-by: Roger Quadros Acked-by: Boris Brezillon > --- > .../d

Re: [PATCH v5 17/26] mtd: nand: omap2: Implement NAND ready using gpiolib

2016-03-07 Thread Roger Quadros
+ Boris On 05/03/16 03:46, Brian Norris wrote: > + Boris > > On Fri, Feb 19, 2016 at 11:15:39PM +0200, Roger Quadros wrote: >> The GPMC WAIT pin status are now available over gpiolib. >> Update the omap_dev_ready() function to use gpio instead of >> directly accessing GPMC register space. >> >> S

Re: [PATCH v5 17/26] mtd: nand: omap2: Implement NAND ready using gpiolib

2016-03-04 Thread Brian Norris
+ Boris On Fri, Feb 19, 2016 at 11:15:39PM +0200, Roger Quadros wrote: > The GPMC WAIT pin status are now available over gpiolib. > Update the omap_dev_ready() function to use gpio instead of > directly accessing GPMC register space. > > Signed-off-by: Roger Quadros > --- > .../devicetree/bindi

[PATCH v5 17/26] mtd: nand: omap2: Implement NAND ready using gpiolib

2016-02-19 Thread Roger Quadros
The GPMC WAIT pin status are now available over gpiolib. Update the omap_dev_ready() function to use gpio instead of directly accessing GPMC register space. Signed-off-by: Roger Quadros --- .../devicetree/bindings/mtd/gpmc-nand.txt | 2 ++ drivers/mtd/nand/omap2.c