Linus,
here are some I2C driver bugfixes (and one documentation fix) for you.
Please pull. Note that I currently need to use a different email address
until the problems with my main mail provider are settled.
Thanks,
Wolfram
The following changes since commit bc33b0ca11e3df467777a4fa7639ba488c9d4911:
Linux 4.9-rc4 (2016-11-05 16:23:36 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current
for you to fetch changes up to ad092de60f865c1ad94221bd06d381ecea446cc8:
i2c: i2c-mux-pca954x: fix deselect enabling for device-tree (2016-11-19 21:49:29 +0100)
----------------------------------------------------------------
Alex Hemme (1):
i2c: i2c-mux-pca954x: fix deselect enabling for device-tree
Linus Walleij (1):
i2c: mux: fix up dependencies
Peter Rosin (1):
i2c: Documentation: i2c-topology: fix minor whitespace nit
Wei Yongjun (1):
i2c: digicolor: use clk_disable_unprepare instead of clk_unprepare
Wolfram Sang (1):
i2c: mux: demux-pinctrl: make drivers with no pinctrl work again
Documentation/i2c/i2c-topology | 4 ++--
drivers/i2c/Kconfig | 1 -
drivers/i2c/busses/i2c-digicolor.c | 2 +-
drivers/i2c/muxes/Kconfig | 1 +
drivers/i2c/muxes/i2c-demux-pinctrl.c | 22 ++++++++++++++++++++--
drivers/i2c/muxes/i2c-mux-pca954x.c | 4 ++--
6 files changed, 26 insertions(+), 8 deletions(-)