Linus, I2C has for rc2: - a small collection of remaining API conversion patches (all acked) which allow to finally remove the deprecated API - some documentation fixes and a MAINTAINERS addition Please pull. Thanks, Wolfram The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -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 28f9f8fb4f405ade488058f817b6cbd108e45e4e: MAINTAINERS: Add robert and myself as qcom i2c cci maintainers (2020-06-19 15:07:00 +0200) ---------------------------------------------------------------- Daniel Schaefer (1): Documentation/i2c: SMBus start signal is S not A Keyur Patel (1): i2c: smbus: Fix spelling mistake in the comments Loic Poulain (1): MAINTAINERS: Add robert and myself as qcom i2c cci maintainers Wolfram Sang (6): drm: encoder_slave: fix refcouting error for modules drm: encoder_slave: use new I2C API x86/platform/intel-mid: convert to use i2c_new_client_device() video: backlight: tosa_lcd: convert to use i2c_new_client_device() Documentation: media: convert to use i2c_new_client_device() i2c: remove deprecated i2c_new_device API with much appreciated quality assurance from ---------------------------------------------------------------- Andy Shevchenko (1): (Rev.) x86/platform/intel-mid: convert to use i2c_new_client_device() Daniel Thompson (1): (Rev.) video: backlight: tosa_lcd: convert to use i2c_new_client_device() Emil Velikov (2): (Rev.) drm: encoder_slave: use new I2C API (Rev.) drm: encoder_slave: fix refcouting error for modules Mauro Carvalho Chehab (1): (Rev.) Documentation: media: convert to use i2c_new_client_device() Documentation/driver-api/media/v4l2-subdev.rst | 2 +- Documentation/i2c/smbus-protocol.rst | 2 +- Documentation/userspace-api/media/conf_nitpick.py | 2 +- MAINTAINERS | 9 ++++++++ arch/x86/platform/intel-mid/sfi.c | 4 ++-- drivers/gpu/drm/drm_encoder_slave.c | 15 +++++--------- drivers/i2c/i2c-core-base.c | 25 ----------------------- drivers/i2c/i2c-core-smbus.c | 2 +- drivers/video/backlight/tosa_lcd.c | 4 ++-- include/linux/i2c.h | 8 +++----- 10 files changed, 25 insertions(+), 48 deletions(-)