Re: [PATCH v6 13/17] memory: omap-gpmc: Support general purpose input for WAITPINs

From: Rob Herring
Date: Mon Apr 11 2016 - 11:00:49 EST


On Thu, Apr 07, 2016 at 01:08:31PM +0300, Roger Quadros wrote:
> OMAPs can have 2 to 4 WAITPINs that can be used as general purpose
> input if not used for memory wait state insertion.
>
> The first user will be the OMAP NAND chip to get the NAND
> read/busy status using gpiolib.
>
> Signed-off-by: Roger Quadros <rogerq@xxxxxx>
> ---
> .../bindings/memory-controllers/omap-gpmc.txt | 6 ++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/memory/Kconfig | 1 +
> drivers/memory/omap-gpmc.c | 117 ++++++++++++++++++---
> 3 files changed, 112 insertions(+), 12 deletions(-)