Re: [U-Boot] [PATCH v2 1/3] spi: sh_qspi: full DM conversion

2018-05-09 Thread Jagan Teki
What I understand from this is you made changes on top of your previous patch which is wrong. Since the first patch is not accepted and request for changes you need to make changes on top. Since this is v2 you mentioned 'changes for v2' what is been fixed/updated with this version. On Wed, May 9,

[U-Boot] [PATCH v2 1/3] spi: sh_qspi: full DM conversion

2018-05-09 Thread Akash Gajjar
v1->v2 New in v2 update Kconfig replace __sh_qspi_setup to sh_qspi_setup add missing memeber of platform data Signed-off-by: Akash Gajjar --- drivers/spi/Kconfig| 12 +- drivers/spi/sh_qspi.c | 49 +++---