On Mon, Dec 25, 2017 at 3:26 PM, Adrian Fiergolski <adrian.fiergolski@xxxxxxx> wrote: > This patch extends the current i2c-mux-pca954x driver and adds support for > a newer PCA984x family of the I2C switches and multiplexers from NXP. > > Signed-off-by: Adrian Fiergolski <adrian.fiergolski@xxxxxxx> > --- > Following Rob's and Peter's remarks, bindings contain now one valid > combination of compatibles per line. > > .../devicetree/bindings/i2c/i2c-mux-pca954x.txt | 13 ++++++-- > drivers/i2c/muxes/Kconfig | 6 ++-- > drivers/i2c/muxes/i2c-mux-pca954x.c | 38 +++++++++++++++++++--- > 3 files changed, 48 insertions(+), 9 deletions(-) Reviewed-by: Rob Herring <robh@xxxxxxxxxx>