Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-14 Thread Mark Brown
On Mon, Dec 14, 2015 at 12:23:29AM +0100, Marcus Weseloh wrote: > Should I resend the patch? No, it's OK. signature.asc Description: PGP signature

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-14 Thread Marcus Weseloh
2015-12-14 8:31 GMT+01:00 Marcus Weseloh : > [...] >>> + /* Setup wait time between words */ >>> + of_property_read_u32(spi->dev.of_node, "spi-word-wait-ns", >>> + _ns); >> >> Read this in probe and save the value rather than fetching every >> transfer. > > But

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-14 Thread Mark Brown
On Mon, Dec 14, 2015 at 12:23:29AM +0100, Marcus Weseloh wrote: > Should I resend the patch? No, it's OK. signature.asc Description: PGP signature

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-14 Thread Marcus Weseloh
2015-12-14 8:31 GMT+01:00 Marcus Weseloh : > [...] >>> + /* Setup wait time between words */ >>> + of_property_read_u32(spi->dev.of_node, "spi-word-wait-ns", >>> + _ns); >> >> Read this in probe and save the value rather than fetching every >>

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Marcus Weseloh
Hi, 2015-12-14 2:29 GMT+01:00 Rob Herring : > On Mon, Dec 14, 2015 at 12:04:11AM +0100, Marcus Weseloh wrote: >> Adds a new property "spi-word-wait-ns" to the spi-bus binding that allows [...] >> diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt >>

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Rob Herring
On Mon, Dec 14, 2015 at 12:04:11AM +0100, Marcus Weseloh wrote: > Adds a new property "spi-word-wait-ns" to the spi-bus binding that allows > SPI slave devices to set a hardware based wait time between the > transmission of words. Also modifies the sun4i SPI master driver to make > use of the new

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Marcus Weseloh
2015-12-14 0:08 GMT+01:00 Mark Brown : > Please don't bury patches in reply to existing serieses, it makes it > hard to follow what's going on with regard to which versions are current > and so on. Thanks for the pointer, I will send patches like you ask from now on. Should I resend the patch?

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Mark Brown
On Mon, Dec 14, 2015 at 12:04:11AM +0100, Marcus Weseloh wrote: > Adds a new property "spi-word-wait-ns" to the spi-bus binding that allows Please don't bury patches in reply to existing serieses, it makes it hard to follow what's going on with regard to which versions are current and so on.

[PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Marcus Weseloh
Adds a new property "spi-word-wait-ns" to the spi-bus binding that allows SPI slave devices to set a hardware based wait time between the transmission of words. Also modifies the sun4i SPI master driver to make use of the new property. This specific SPI controller needs 3 clock cycles to set up

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Mark Brown
On Mon, Dec 14, 2015 at 12:04:11AM +0100, Marcus Weseloh wrote: > Adds a new property "spi-word-wait-ns" to the spi-bus binding that allows Please don't bury patches in reply to existing serieses, it makes it hard to follow what's going on with regard to which versions are current and so on.

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Rob Herring
On Mon, Dec 14, 2015 at 12:04:11AM +0100, Marcus Weseloh wrote: > Adds a new property "spi-word-wait-ns" to the spi-bus binding that allows > SPI slave devices to set a hardware based wait time between the > transmission of words. Also modifies the sun4i SPI master driver to make > use of the new

[PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Marcus Weseloh
Adds a new property "spi-word-wait-ns" to the spi-bus binding that allows SPI slave devices to set a hardware based wait time between the transmission of words. Also modifies the sun4i SPI master driver to make use of the new property. This specific SPI controller needs 3 clock cycles to set up

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Marcus Weseloh
2015-12-14 0:08 GMT+01:00 Mark Brown : > Please don't bury patches in reply to existing serieses, it makes it > hard to follow what's going on with regard to which versions are current > and so on. Thanks for the pointer, I will send patches like you ask from now on. Should I

Re: [PATCH v3] spi: dts: sun4i: Add support for hardware-based wait time between words

2015-12-13 Thread Marcus Weseloh
Hi, 2015-12-14 2:29 GMT+01:00 Rob Herring : > On Mon, Dec 14, 2015 at 12:04:11AM +0100, Marcus Weseloh wrote: >> Adds a new property "spi-word-wait-ns" to the spi-bus binding that allows [...] >> diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt >>