OSDN Git Service

mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling
authorBoris Brezillon <boris.brezillon@bootlin.com>
Tue, 27 Mar 2018 07:06:14 +0000 (09:06 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Sun, 29 Apr 2018 06:56:41 +0000 (08:56 +0200)
commitddd5ed3a90e797e2015cd83e9697c6ed867a3891
tree0ab8ebb194241b28b6c0ca52f0248b885d46c6d9
parent290450dddb318e28befbbb004f0c1fa7dbcfad69
mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling

None of the existing platforms connect the R/B pin to a GPIO (they all
use one of the dedicated R/B pin).
Anyway, if we ever get short of native R/B pins, it's probably better
to fallback to STATUS reg polling than trying to poll a GPIO.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/mtd/sunxi-nand.txt
drivers/mtd/nand/raw/sunxi_nand.c