Re: [PATCH v2 01/11] dt-bindings: spi: allow expressing DTR capability
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2020-02-27 16:29:28
Also in:
linux-spi, lkml
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2020-02-27 16:29:28
Also in:
linux-spi, lkml
Hi Pratyush, On Wed, Feb 26, 2020 at 10:37 AM Pratyush Yadav [off-list ref] wrote:
Allow spi devices to express DTR receive and transmit capabilities via the properties "spi-rx-dtr" and "spi-tx-dtr". Signed-off-by: Pratyush Yadav <redacted>
Thanks for your patch!
--- a/Documentation/devicetree/bindings/spi/spi-controller.yaml +++ b/Documentation/devicetree/bindings/spi/spi-controller.yaml@@ -120,6 +120,11 @@ patternProperties: description: Delay, in microseconds, after a read transfer. + spi-rx-dtr: + $ref: /schemas/types.yaml#/definitions/flag + description: + Device supports receiving in DTR mode.
Please explain "DTR" in the document, at least once, e.g.
Double Transfer Rate (DTR).
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds