Hi Wolfram, As usual, not much this time around either. This has been in -next since beginning of last week, so should be quite safe to pull. Mainly some pca954x work, i.e. removal of unused platform data support and added support for sysfs interface for manipulating/examining the idle state. And then a mechanical cocci-style patch. I hope you get better! Cheers, Peter The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6: Linux 5.1-rc3 (2019-03-31 14:39:29 -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 d5984d2a312144bedccf32aea2298f8df05bb617: i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc() (2019-04-21 23:45:08 +0200) ---------------------------------------------------------------- Gustavo A. R. Silva (1): i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc() Robert Shearman (3): i2c: mux: pca954x: remove support for unused platform data i2c: mux: pca9541: remove support for unused platform data i2c: mux: pca954x: allow management of device idle state via sysfs .../ABI/testing/sysfs-bus-i2c-devices-pca954x | 20 ++++ drivers/i2c/muxes/i2c-demux-pinctrl.c | 4 +- drivers/i2c/muxes/i2c-mux-pca9541.c | 8 +- drivers/i2c/muxes/i2c-mux-pca954x.c | 106 +++++++++++++++------ include/linux/platform_data/pca954x.h | 48 ---------- 5 files changed, 102 insertions(+), 84 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-bus-i2c-devices-pca954x delete mode 100644 include/linux/platform_data/pca954x.h