On Tue, 7 Aug 2018 at 22:17, Andreas Färber <afaer...@suse.de> wrote: > > Hi Ben, > > Am 07.08.2018 um 19:32 schrieb Ben Whitten: > > Like I2C busses SPI devices can also sit behind multiplexers. > > This patch adds is based off the I2C implementation and allows > > description in the devicetree. > > > > Signed-off-by: Ben Whitten <ben.whit...@gmail.com> > > --- > > drivers/spi/Kconfig | 10 +++ > > drivers/spi/Makefile | 3 + > > drivers/spi/spi-mux.c | 181 > > ++++++++++++++++++++++++++++++++++++++++++++++++ > > include/linux/spi-mux.h | 55 +++++++++++++++ > > 4 files changed, 249 insertions(+) > > create mode 100644 drivers/spi/spi-mux.c > > create mode 100644 include/linux/spi-mux.h > > Did this get sent by mistake? It needs to go to linux-spi list and > maintainers.
It certainly did, didn't spot it in my outgoing patches directory. Please disregard, sorry for the noise. > Tip: git config sendemail.cccmd "scripts/get_maintainer.pl > --nogit-fallback --norolestats" Thanks for the tip Cheers, Ben