Linus, this PR marks the end of a transition to let I2C have the same probe semantics as other subsystems. Uwe took care that no drivers in the current tree nor in -next use the deprecated .probe call. So, it is a good time to switch to the new, standard semantics now. There is also a regression fix in here. Please pull. Wolfram The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.3-rc2 for you to fetch changes up to 9e5f81f9a6e78ba411117146ecf324d0145ae89a: i2c: dev: Fix bus callback return values (2023-03-09 22:07:52 +0100) ---------------------------------------------------------------- * regression fix for the notifier handling of the I2C core * final coversions of drivers away from deprecated .probe * make .probe_new the standard probe and convert I2C core to use it ---------------------------------------------------------------- Geert Uytterhoeven (1): i2c: dev: Fix bus callback return values Uwe Kleine-König (9): misc: ad525x_dpot-i2c: Convert to i2c's .probe_new() mtd: maps: pismo: Convert to i2c's .probe_new() serial: sc16is7xx: Convert to i2c's .probe_new() w1: ds2482: Convert to i2c's .probe_new() media: i2c: ov5695: convert to i2c's .probe_new() media: i2c: ov2685: convert to i2c's .probe_new() i2c: Switch .probe() to not take an id parameter i2c: mux: Convert all drivers to new .probe() callback i2c: Convert drivers to new .probe() callback with much appreciated quality assurance from ---------------------------------------------------------------- Bartosz Golaszewski (1): (Rev.) i2c: dev: Fix bus callback return values Greg Kroah-Hartman (1): (Rev.) serial: sc16is7xx: Convert to i2c's .probe_new() Kieran Bingham (2): (Rev.) media: i2c: ov2685: convert to i2c's .probe_new() (Rev.) media: i2c: ov5695: convert to i2c's .probe_new() drivers/i2c/i2c-core-base.c | 13 +++---------- drivers/i2c/i2c-dev.c | 24 ++++++++++++++++++------ drivers/i2c/i2c-slave-eeprom.c | 2 +- drivers/i2c/i2c-slave-testunit.c | 2 +- drivers/i2c/i2c-smbus.c | 2 +- drivers/i2c/muxes/i2c-mux-ltc4306.c | 2 +- drivers/i2c/muxes/i2c-mux-pca9541.c | 2 +- drivers/i2c/muxes/i2c-mux-pca954x.c | 2 +- drivers/media/i2c/ov2685.c | 5 ++--- drivers/media/i2c/ov5695.c | 5 ++--- drivers/misc/ad525x_dpot-i2c.c | 6 +++--- drivers/mtd/maps/pismo.c | 5 ++--- drivers/tty/serial/sc16is7xx.c | 6 +++--- drivers/w1/masters/ds2482.c | 5 ++--- include/linux/i2c.h | 18 +++++++++++------- 15 files changed, 52 insertions(+), 47 deletions(-)
Attachment:
signature.asc
Description: PGP signature