
Hi Simon,
-----Original Message----- From: sjg@google.com [mailto:sjg@google.com] On Behalf Of Simon Glass Sent: 2017年3月3日 12:52 To: Wenyou Yang - A41535 Wenyou.Yang@microchip.com Cc: U-Boot Mailing List u-boot@lists.denx.de; Andreas Bießmann andreas@biessmann.org; Scott Wood scottwood@freescale.com; Wenyou Yang - A41535 Wenyou.Yang@microchip.com Subject: Re: [PATCH 2/2] mtd: nand: atmel: change another functions to set/get gpio value
On 22 February 2017 at 03:07, Wenyou Yang wenyou.yang@atmel.com wrote:
Because there is no implementation of gpio_set/get_value() function after the at91 gpio driver is converted to support DM, use at91_set/get_gpio_value().
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com
drivers/mtd/nand/atmel_nand.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
At some point this should change to use driver model, right?
Yes, after the NAND uclass Implementation patches are accepted by main-line, Atmel nand driver will be converted to support driver model.
Best Regards, Wenyou Yang