Message ID | 20180903215035.17265-1-linus.walleij@linaro.org |
---|---|
Headers | show |
Series | SPI 3WIRE fixes and highz turnaround | expand |
Hi Linus, On Mon, Sep 3, 2018 at 11:51 PM Linus Walleij <linus.walleij@linaro.org> wrote: > Some devices such as the TPO TPG110 display panel require > a "high impedance turnaround", in effect a clock cycle after Oh, you do use turnaround ;-) So far for consistency... 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
On Sep 03, Linus Walleij wrote: > Some devices such as the TPO TPG110 display panel require > a "high impedance turnaround", in effect a clock cycle after > switching the line from output to input mode. > > Support this in the GPIO driver to begin with. Other driver > may implement it if they can, it is unclear if this can > be achieved with anything else than GPIO bit-banging. > > Cc: Andrzej Hajda <a.hajda@samsung.com> > Cc: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > drivers/spi/spi-gpio.c | 24 +++++++++++++++++++++--- > drivers/spi/spi.c | 2 ++ > include/linux/spi/spi.h | 1 + > 3 files changed, 24 insertions(+), 3 deletions(-) > Acked-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>