Hi Wolfram, Due to the scarce -next updates last week these have not gotten as much exposure as I would have wished. On the other hand, it all feels rather safe. Famous last words... This time around we have mostly trivial changes. However, there are also a couple of "real" patches improving a few aspects of the demux-pinctrl behavior and we also actually reset pca954x chips on probe when we have the ability to do so. Cheers, Peter The following changes since commit 67b8d5c7081221efa252e111cd52532ec6d4266f: Linux 4.17-rc5 (2018-05-13 16:15:17 -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 b10d7a1fd6fcb16f242ffbd87bf0466b337708d6: i2c: mux: pca954x: merge calls to of_match_device and of_device_get_match_data (2018-05-24 13:51:25 +0200) ---------------------------------------------------------------- Julia Lawall (1): i2c: mux: pca954x: merge calls to of_match_device and of_device_get_match_data Markus Elfring (1): i2c: mux: reg: failed memory allocation is logged elsewhere Mike Looijmans (1): i2c: mux: pca954x: force reset on probe if available Peter Rosin (1): i2c: mux: ltc4306: switch to using .probe_new Wolfram Sang (3): i2c: mux: demux-pinctrl: disable PM user interface i2c: mux: improve error message for failed symlink i2c: mux: demux-pinctrl: use proper parent device for demux adapter drivers/i2c/i2c-mux.c | 2 +- drivers/i2c/muxes/i2c-demux-pinctrl.c | 5 ++++- drivers/i2c/muxes/i2c-mux-ltc4306.c | 7 +++---- drivers/i2c/muxes/i2c-mux-pca954x.c | 18 +++++++++++------- drivers/i2c/muxes/i2c-mux-reg.c | 4 +--- 5 files changed, 20 insertions(+), 16 deletions(-)