Wolfram, here is a driver from Vadim Pasternak that I thought you were going to pick up after I acked it, but that didn't happen for some reason? Maybe I wasn't clear enough or my ack was buried too deep in some thread you didn't follow or something? Then I forgot about it and didn't follow up, so it missed the last merge window. I'm sending the pull request this early so that the driver can get some more bot exposure. Cheers, Peter The following changes since commit bc33b0ca11e3df467777a4fa7639ba488c9d4911: Linux 4.9-rc4 (2016-11-05 16:23:36 -0700) are available in the git repository at: https://github.com/peda-r/i2c-mux.git i2c-mux/for-next for you to fetch changes up to 60fef1374d38aa1182afd46368309f8f98ac435e: i2c: mux: mellanox: add driver (2016-11-11 09:09:14 +0100) ---------------------------------------------------------------- Vadim Pasternak (1): i2c: mux: mellanox: add driver MAINTAINERS | 7 ++ drivers/i2c/muxes/Kconfig | 11 ++ drivers/i2c/muxes/Makefile | 1 + drivers/i2c/muxes/i2c-mux-mlxcpld.c | 222 ++++++++++++++++++++++++++++++++++++ include/linux/i2c/mlxcpld.h | 53 +++++++++ 5 files changed, 294 insertions(+) create mode 100644 drivers/i2c/muxes/i2c-mux-mlxcpld.c create mode 100644 include/linux/i2c/mlxcpld.h -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html