All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] SPI bus multiplexing
@ 2020-01-14 23:38 ` Chris Packham
  0 siblings, 0 replies; 9+ messages in thread
From: Chris Packham @ 2020-01-14 23:38 UTC (permalink / raw)
  To: broonie, robh+dt, mark.rutland
  Cc: anthony.derosa, linux-spi, devicetree, linux-kernel, Chris Packham

This is a revisit of two earlier efforts to add more complex mutliplexing to
SPI busses.

https://patchwork.kernel.org/patch/2706151/
https://patchwork.kernel.org/patch/10897255/

This version makes use of the general purpose mux controller which simplifies
things greatly.

Chris Packham (2):
  dt-bindings: spi: Document binding for generic SPI multiplexer
  spi: Add generic SPI multiplexer

 .../devicetree/bindings/spi/spi-mux.yaml      |  82 ++++++++
 drivers/spi/Kconfig                           |  12 ++
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-mux.c                         | 189 ++++++++++++++++++
 4 files changed, 284 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-mux.yaml
 create mode 100644 drivers/spi/spi-mux.c

-- 
2.25.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-15 20:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-14 23:38 [PATCH 0/2] SPI bus multiplexing Chris Packham
2020-01-14 23:38 ` Chris Packham
2020-01-14 23:38 ` [PATCH 1/2] dt-bindings: spi: Document binding for generic SPI multiplexer Chris Packham
2020-01-15 18:45   ` Rob Herring
2020-01-15 18:45     ` Rob Herring
2020-01-15 20:49     ` Chris Packham
2020-01-15 20:49       ` Chris Packham
2020-01-14 23:38 ` [PATCH 2/2] spi: Add " Chris Packham
2020-01-14 23:38   ` Chris Packham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.