Re: [PATCH v3 2/3] devicetree: spi: fsl-dspi: Add cs-sck delays

2015-04-06 Thread Mark Brown
On Fri, Apr 03, 2015 at 01:39:30PM -0700, Aaron Brice wrote: > Adding fsl,spi-cs-sck-delay and fsl,spi-sck-cs-delay properties to > support delays before and after starting the clock in a transfer. Applied, please use subject lines matching the style for the subsystem. signature.asc Description:

[PATCH v3 2/3] devicetree: spi: fsl-dspi: Add cs-sck delays

2015-04-03 Thread Aaron Brice
Adding fsl,spi-cs-sck-delay and fsl,spi-sck-cs-delay properties to support delays before and after starting the clock in a transfer. Signed-off-by: Aaron Brice --- Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 8 1 file changed, 8 insertions(+) diff --git a/Documentation/dev