]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: gpio: make nCE GPIO optional
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 10 Feb 2017 14:01:10 +0000 (15:01 +0100)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 16 Mar 2017 09:34:27 +0000 (10:34 +0100)
commit5056b44497f855dd431c1f690d19cceeb8f16fbe
treeb63db2eb4070eb0016667ad3779345c49fab3410
parenta5591137db09b855c862925ec8359f3e344c0b43
mtd: nand: gpio: make nCE GPIO optional

On some hardware, the nCE signal is wired to the ChipSelect associated
to bus address of the NAND, so it is automatically driven during the
memory access and it is not managed by a GPIO.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/gpio.c