commit | d4aab6bae3ff1fecaf3f68f93185e8b96456cd29 | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@atmel.com> | Thu Mar 23 12:55:21 2017 +0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 13 14:44:49 2017 -0600 |
tree | 2139d3a3bc52fce51235d4b54d4f036a165f1083 | |
parent | ca721363aa8a9b56bfa634d0952dab8b576acfec [diff] |
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>