Re: [U-Boot] [PATCH V2 07/12] spi: kconfig: add soft spi Kconfig entry

2017-05-07 Thread Peng Fan
On Wed, May 03, 2017 at 11:36:06AM +0530, Jagan Teki wrote: >On Thu, Apr 13, 2017 at 11:39 AM, Peng Fan wrote: >> Add the Kconfig entry for SOFT_SPI which uses gpio to simulate the >> SPI signals. We use it for accessing 74x164 on some i.MX boards. >> >> Signed-off-by: Peng Fan >> Cc: Jagan Teki

Re: [U-Boot] [PATCH V2 07/12] spi: kconfig: add soft spi Kconfig entry

2017-05-02 Thread Jagan Teki
On Thu, Apr 13, 2017 at 11:39 AM, Peng Fan wrote: > Add the Kconfig entry for SOFT_SPI which uses gpio to simulate the > SPI signals. We use it for accessing 74x164 on some i.MX boards. > > Signed-off-by: Peng Fan > Cc: Jagan Teki > Cc: Stefano Babic > --- > > V2: > None > > drivers/spi/Kconf

[U-Boot] [PATCH V2 07/12] spi: kconfig: add soft spi Kconfig entry

2017-04-12 Thread Peng Fan
Add the Kconfig entry for SOFT_SPI which uses gpio to simulate the SPI signals. We use it for accessing 74x164 on some i.MX boards. Signed-off-by: Peng Fan Cc: Jagan Teki Cc: Stefano Babic --- V2: None drivers/spi/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/spi