Re: [PATCH v2] spi: add "spi-lsb-first" to devicetree

2014-04-02 Thread Mark Brown
On Tue, Apr 01, 2014 at 05:10:50PM +0800, Zhao Qiang wrote: > add optional property devicetree for SPI slave nodes > into devicetree so that LSB mode can be enabled by devicetree. Applied, thanks. signature.asc Description: Digital signature ___ Linuxp

[PATCH v2] spi: add "spi-lsb-first" to devicetree

2014-04-01 Thread Zhao Qiang
add optional property devicetree for SPI slave nodes into devicetree so that LSB mode can be enabled by devicetree. Signed-off-by: Zhao Qiang --- changs for v2: - remove duplicate "spi-rx-bus-width" Documentation/devicetree/bindings/spi/spi-bus.txt | 2 ++ drivers/spi/spi.c