public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
	Peter Rosin <peda@axentia.se>,
	Bartosz Golaszewski <brgl@bgdev.pl>,
	ukl@pengutronix.de
Subject: [PULL REQUEST] i2c-for-6.3-rc2
Date: Sat, 11 Mar 2023 08:20:37 +0100	[thread overview]
Message-ID: <ZAwrxZSj84gsb7Ev@sai> (raw)

[-- 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 --]

             reply	other threads:[~2023-03-11  7:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-11  7:20 Wolfram Sang [this message]
2023-03-11 17:28 ` [PULL REQUEST] i2c-for-6.3-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZAwrxZSj84gsb7Ev@sai \
    --to=wsa@kernel.org \
    --cc=brgl@bgdev.pl \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peda@axentia.se \
    --cc=torvalds@linux-foundation.org \
    --cc=ukl@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox