On 2 May 2016 at 20:02, Peng Fan <[email protected]> wrote: > 1. Support compatible string "spi-gpio" which is used by Linux > Linux use different bindings, so use UBOOT_COMPAT and > LINUX_COMPAT to differentiate them. > 2. Introduce SPI_MASTER_NO_RX and SPI_MASTER_NO_TX to handle > no rx or no tx case. > 3. Tested on i.MX6 UltraLite board with 74LV595 spi-gpio chip. > > Signed-off-by: Peng Fan <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Przemyslaw Marczak <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > > V4: > None > V3: > None > V2: > Follow Simon's comments, drop uboot compatible string, convert to use > Linux compatile string, and convert the universal board. > > arch/arm/dts/exynos4210-universal_c210.dts | 10 ++++---- > drivers/spi/soft_spi.c | 38 > ++++++++++++++++++++++-------- > 2 files changed, 33 insertions(+), 15 deletions(-)
Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

