Hi Greg, Here's a new mux driver for v4.19-rc1. It's been in -next for a couple of days, and the risk is low since it is a completely new driver with no strange entanglements. And it's tiny.
There was a report from -next about a trivial conflict in MAINTAINERS, but I guess that's more or less standard... That said, the commit time is really fresh, that's because I initially forgot to add Robs tag and only just realized. Sorry about that. I know you don't want to pull, but I included the output from request-pull anyway, so you may do as you wish... Cheers, Peter The following changes since commit d72e90f33aa4709ebecc5005562f52335e106a60: Linux 4.18-rc6 (2018-07-22 14:12:20 -0700) are available in the git repository at: https://gitlab.com/peda-linux/mux.git adgs1408 for you to fetch changes up to fad6692ba25138cd127d12569062e9fcc4674cb3: mux: adgs1408: new driver for Analog Devices ADGS1408/1409 mux (2018-08-01 10:11:59 +0200) ---------------------------------------------------------------- Mircea Caprioru (2): dt-bindings: mux: add adi,adgs1408 mux: adgs1408: new driver for Analog Devices ADGS1408/1409 mux .../devicetree/bindings/mux/adi,adgs1408.txt | 48 ++++++++ MAINTAINERS | 6 + drivers/mux/Kconfig | 10 ++ drivers/mux/Makefile | 2 + drivers/mux/adgs1408.c | 131 +++++++++++++++++++++ 5 files changed, 197 insertions(+) create mode 100644 Documentation/devicetree/bindings/mux/adi,adgs1408.txt create mode 100644 drivers/mux/adgs1408.c -- 2.11.0