]> git.baikalelectronics.ru Git - uboot.git/commit
mtd: nand: atmel: use another functions to set gpio value
authorWenyou Yang <wenyou.yang@atmel.com>
Thu, 23 Mar 2017 04:55:21 +0000 (12:55 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Apr 2017 20:44:49 +0000 (14:44 -0600)
commitb9dc439f1e0c02e09f23379ebb0ed9dd32bae75f
tree2139d3a3bc52fce51235d4b54d4f036a165f1083
parent469ffe5e3ec24a8fe1754dcdbbe4fdc9a5dfd1c9
mtd: nand: atmel: use another functions to set gpio value

Because there isn't the implementation of gpio_set/get_value()
and gpio_set/get_value() after the at91 gpio driver is converted
to support the driver model, use at91_set_gpio_value() and
at91_get_gpio_value()

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/mtd/nand/atmel_nand.c