* [PULL REQUEST] i2c-for-6.3-rc2
@ 2023-03-11 7:20 Wolfram Sang
2023-03-11 17:28 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2023-03-11 7:20 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski, ukl
[-- Attachment #1: Type: text/plain, Size: 2934 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-11 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-11 7:20 [PULL REQUEST] i2c-for-6.3-rc2 Wolfram Sang
2023-03-11 17:28 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox