Re: [PATCH 07/36] mtd: nand: omap: Move NAND write protect code from GPMC to NAND driver

2014-06-13 Thread Tony Lindgren
* Roger Quadros [140611 01:58]: > The write protect (WP) pin is only used for NAND devices. So move > the code into the NAND driver. Eek, n! Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo in

[PATCH 07/36] mtd: nand: omap: Move NAND write protect code from GPMC to NAND driver

2014-06-11 Thread Roger Quadros
The write protect (WP) pin is only used for NAND devices. So move the code into the NAND driver. Get rid of gpmc_configure() as it is no longer used. Signed-off-by: Roger Quadros --- arch/arm/mach-omap2/gpmc-nand.c | 4 arch/arm/mach-omap2/gpmc.c | 29 --