Re: [U-Boot] [PATCH 01/14] spi: atmel: Add ifdef for DM_GPIO code

2018-03-20 Thread Wenyou Yang
On 3/14/2018 9:16 PM, Jagan Teki wrote: Few boards are configuring gpio directly from board instead using drivers/gpio so add ifdef for DM_GPIO to compatible for both the cases. Signed-off-by: Jagan Teki It is okay for me. Acked-by: Wenyou Yang

[U-Boot] [PATCH 01/14] spi: atmel: Add ifdef for DM_GPIO code

2018-03-14 Thread Jagan Teki
Few boards are configuring gpio directly from board instead using drivers/gpio so add ifdef for DM_GPIO to compatible for both the cases. Signed-off-by: Jagan Teki --- drivers/spi/atmel_spi.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff