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>,
	Andi Shyti <andi.shyti@kernel.org>
Subject: [PULL REQUEST] i2c-for-6.11-rc1-second-batch
Date: Tue, 23 Jul 2024 13:19:36 +0200	[thread overview]
Message-ID: <Zp-RyGae1M0Q9gqH@shikoro> (raw)

[-- Attachment #1: Type: text/plain, Size: 3648 bytes --]

The following changes since commit 8e5c0abfa02d85b9cd2419567ad2d73ed8fe4b74:

  Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2024-07-19 16:51:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.11-rc1-second-batch

for you to fetch changes up to 385ac870bdd531348de123d6790626ccd7827f69:

  i2c: header: improve kdoc for i2c_algorithm (2024-07-20 15:45:27 +0200)

----------------------------------------------------------------
I2C for 6.11-rc1 second batch

The I2C core has two header documentation updates to be applied as the
dependecies are in now.

The I2C host drivers add some patches which nearly fell through the
cracks, namely:

Added descriptions in the DTS for the Qualcomm SM8650 and SM8550
Camera Control Interface (CCI).

Added support for the "settle-time-us" property, which allows the
gpio-mux device to switch from one bus to another with a configurable
delay. The time can be set in the DTS. The latest change also includes
file sorting.

Fixed slot numbering in the SMBus framework to prevent failures
when more than 8 slots are occupied. It now enforces a a maximum
of 8 slots to be used. This ensures that the Intel PIIX4 device
can register the SPDs correctly without failure, even if other
slots are populated but not used.

----------------------------------------------------------------
Bastien Curutchet (3):
      dt-bindings: i2c: mux-gpio: Add 'settle-time-us' property
      i2c: mux: gpio: Re-order #include to match alphabetic order
      i2c: mux: gpio: Add support for the 'settle-time-us' property

Thomas Weißschuh (2):
      i2c: smbus: remove i801 assumptions from SPD probing
      i2c: piix4: Register SPDs

Vladimir Zapolskiy (2):
      dt-bindings: i2c: qcom-cci: Document sm8550 compatible
      dt-bindings: i2c: qcom-cci: Document sm8650 compatible

Wolfram Sang (3):
      Merge tag 'i2c-host-6.11-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow
      i2c: header: remove unneeded stuff regarding i2c_algorithm
      i2c: header: improve kdoc for i2c_algorithm


with much appreciated quality assurance from
----------------------------------------------------------------
Andi Shyti (3):
      (Rev.) i2c: mux: gpio: Add support for the 'settle-time-us' property
      (Rev.) i2c: mux: gpio: Re-order #include to match alphabetic order
      (Rev.) dt-bindings: i2c: mux-gpio: Add 'settle-time-us' property

Guenter Roeck (2):
      (Rev.) i2c: piix4: Register SPDs
      (Test) i2c: piix4: Register SPDs

Heiner Kallweit (1):
      (Rev.) i2c: smbus: remove i801 assumptions from SPD probing

Krzysztof Kozlowski (3):
      (Rev.) dt-bindings: i2c: mux-gpio: Add 'settle-time-us' property
      (Rev.) dt-bindings: i2c: qcom-cci: Document sm8650 compatible
      (Rev.) dt-bindings: i2c: qcom-cci: Document sm8550 compatible

 .../devicetree/bindings/i2c/i2c-mux-gpio.yaml       |  3 +++
 .../devicetree/bindings/i2c/qcom,i2c-cci.yaml       | 20 ++++++++++++++++++++
 drivers/i2c/busses/Kconfig                          |  1 +
 drivers/i2c/busses/i2c-piix4.c                      |  9 +++++++++
 drivers/i2c/i2c-smbus.c                             | 15 ++++-----------
 drivers/i2c/muxes/i2c-mux-gpio.c                    | 14 ++++++++++----
 include/linux/i2c.h                                 | 21 +++++++--------------
 include/linux/platform_data/i2c-mux-gpio.h          |  2 ++
 8 files changed, 56 insertions(+), 29 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2024-07-23 11:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-23 11:19 Wolfram Sang [this message]
2024-07-23 17:04 ` [PULL REQUEST] i2c-for-6.11-rc1-second-batch 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=Zp-RyGae1M0Q9gqH@shikoro \
    --to=wsa@kernel.org \
    --cc=andi.shyti@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 \
    /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