commit | ddd5ed3a90e797e2015cd83e9697c6ed867a3891 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Tue Mar 27 09:06:14 2018 +0200 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Sun Apr 29 08:56:41 2018 +0200 |
tree | 0ab8ebb194241b28b6c0ca52f0248b885d46c6d9 | |
parent | 290450dddb318e28befbbb004f0c1fa7dbcfad69 [diff] |
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>