Linus, as promised, here is my 2nd pull request for I2C, containing: * removal of the attach_adapter callback, converting its last user * removal of any __deprecated usage within I2C * one email address update * some SPDX conversion CCing Jean on this one, he will probably be happy to finally see attach_adapter be gone for good as well :) Thanks, Wolfram The following changes since commit 33e17876ea4edcd7f5c01efa78e8d02889261abf: Merge branch 'akpm' (patches from Andrew) (2018-08-23 19:20:12 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next for you to fetch changes up to 00efcdce67a365ec1881a6fbf17f769d690244e9: i2c: don't use any __deprecated handling anymore (2018-08-24 17:26:43 +0200) ---------------------------------------------------------------- Peter Korsgaard (1): i2c: ocores: update my email address Sedat Dilek (1): i2c: don't use any __deprecated handling anymore Wolfram Sang (3): macintosh: therm_windtunnel: drop using attach_adapter i2c: remove deprecated attach_adapter callback i2c: use SPDX identifier for Renesas drivers with much appreciated quality assurance from ---------------------------------------------------------------- Simon Horman (1): (Rev.) i2c: use SPDX identifier for Renesas drivers Documentation/i2c/busses/i2c-ocores | 2 +- MAINTAINERS | 2 +- drivers/i2c/Makefile | 1 - drivers/i2c/busses/i2c-emev2.c | 5 +---- drivers/i2c/busses/i2c-highlander.c | 5 +---- drivers/i2c/busses/i2c-ocores.c | 4 ++-- drivers/i2c/busses/i2c-rcar.c | 10 +--------- drivers/i2c/busses/i2c-riic.c | 5 +---- drivers/i2c/busses/i2c-sh_mobile.c | 10 +--------- drivers/i2c/i2c-core-base.c | 11 +---------- drivers/macintosh/therm_windtunnel.c | 25 +++++++++++++++++++++++-- include/linux/i2c.h | 6 ------ include/linux/platform_data/i2c-ocores.h | 2 +- 13 files changed, 34 insertions(+), 54 deletions(-)