]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: jz4740: Convert to GPIO descriptor API
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 2 Dec 2014 19:48:26 +0000 (20:48 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 2 Feb 2015 09:04:36 +0000 (01:04 -0800)
commit26ceb5f8a7a5406713602cf8646b70e7c35c0a0c
tree3e57b712a24029518b2e276f01d7402d30020326
parent47ddb9d49c9b4f6dfddb8ce330d123d34ea5c112
mtd: nand: jz4740: Convert to GPIO descriptor API

Use the GPIO descriptor API instead of the deprecated legacy GPIO API to
manage the busy GPIO.

The patch updates both the jz4740 nand driver and the only user of the driver
the qi-lb60 board driver.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
arch/mips/include/asm/mach-jz4740/jz4740_nand.h
arch/mips/jz4740/board-qi_lb60.c
drivers/mtd/nand/jz4740_nand.c