Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1275147

Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for inter-word wait cycles using the SPI Wait Clock Register

From Marcus Weseloh <mweseloh42@gmail.com>
Newsgroups linux.kernel
Subject Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for inter-word wait cycles using the SPI Wait Clock Register
Date 2015-11-23 10:20 +0100
Message-ID <qxVrY-8gl-3@gated-at.bofh.it> (permalink)
References (4 earlier) <qwQXp-5SQ-35@gated-at.bofh.it> <qwUoh-7Vs-5@gated-at.bofh.it> <qwWzL-16r-5@gated-at.bofh.it> <qwX2O-1hA-31@gated-at.bofh.it> <qxIO5-8fj-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


2015-11-22 20:45 GMT+01:00 Maxime Ripard <maxime.ripard@free-electrons.com>:
>> Julien, Rob: thanks for your comments! Ok, I will make the following changes:
>>
>> - remove "sun4i,spi-wdelay" from the sun4i binding and add the
>> property to the spi-bus.txt binding instead
>> - remove the comment about the additional 3 cycles from the documentation
>> - modfy the spi-sun4i driver to take care of the minimum 3 cycle period
>>
>> Does that sound right?
>>
>> And maybe I could also use a more descriptive name for the property,
>> maybe "spi-word-wait-cycles"?
>
> I don't think it should be in a clock-rate dependant unit. Using micro
> or nano-seconds would be more appropriate I guess.

Thanks Maxime, using a time based value instead of cycles sounds like
a much better approach.

However... I'm starting to think that the proposed inter-word wait
time DT property is just an ugly workaround. Let me explain my
use-case:

I'm developing a driver for a sensor that requires a minimum wait time
between words. The wait time depends on the mode the sensor is set to:
37.5us in slow mode, 12.5us in fast mode. I initially used spidev to
test the sensor from userspace. And for that use case, the
"spi-wdelay" property that I proposed works well. But now I am writing
the proper protocol driver and suddenly the explicit wait time setting
seems just wrong. Ideally, the protocol driver would just expose a DT
property that allows to choose between "slow" and "fast" mode.

I think that the correct approach would be to extend the SPI
controller API to allow protocol drivers to set an inter-word delay.
That would keep the magic numbers inside my protocol driver and out of
the devicetree. And an additional ioctl call could set that inter-word
delay from spidev, allowing userspace to set this value as well if
needed.

Mark: would you be open to such a change to the SPI controller API?

I could use the already available spi_transfer.delay_usecs for this,
but I would require that I wrap each word in a single transfer, which
adds significant processing overhead to the communication with the
sensor.

Cheers,

    Marcus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] spi: dts: sun4i: Add support for inter-word wait cycles Marcus Weseloh <mweseloh42@gmail.com> - 2015-11-19 17:00 +0100
  [PATCH] spi: dts: sun4i: Add support for inter-word wait cycles using the SPI Wait Clock Register Marcus Weseloh <mweseloh42@gmail.com> - 2015-11-19 17:00 +0100
    Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for inter-word  wait cycles using the SPI Wait Clock Register Julian Calaby <julian.calaby@gmail.com> - 2015-11-20 00:00 +0100
      Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for inter-word  wait cycles using the SPI Wait Clock Register Marcus Weseloh <mweseloh42@gmail.com> - 2015-11-20 09:50 +0100
        Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for inter-word  wait cycles using the SPI Wait Clock Register Julian Calaby <julian.calaby@gmail.com> - 2015-11-20 11:20 +0100
          Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for inter-word  wait cycles using the SPI Wait Clock Register Marcus Weseloh <mweseloh42@gmail.com> - 2015-11-20 15:00 +0100
            Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for  inter-word wait cycles using the SPI Wait Clock Register Rob Herring <robh@kernel.org> - 2015-11-20 17:20 +0100
              Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for inter-word  wait cycles using the SPI Wait Clock Register Marcus Weseloh <mweseloh42@gmail.com> - 2015-11-20 17:50 +0100
                Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for  inter-word wait cycles using the SPI Wait Clock Register Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-11-22 20:50 +0100
                Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for inter-word  wait cycles using the SPI Wait Clock Register Marcus Weseloh <mweseloh42@gmail.com> - 2015-11-23 10:20 +0100
    Re: [PATCH] spi: dts: sun4i: Add support for inter-word wait cycles  using the SPI Wait Clock Register Rob Herring <robh@kernel.org> - 2015-11-20 17:10 +0100

csiph-web