public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] i2c-host for v6.11 - part 2
@ 2024-07-20  8:29 Andi Shyti
  2024-07-20 11:15 ` Wolfram Sang
  2024-07-20 11:19 ` Wolfram Sang
  0 siblings, 2 replies; 5+ messages in thread
From: Andi Shyti @ 2024-07-20  8:29 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, lkml, Andi Shyti

Hi Wolfram,

here comes the second part of the merge window pull request. I
waited for Linus to take the first part so that I could send this
pull request on top of the mainline.

Until now I was on top of your i2c/for-mergewindow branch.

Thanks and have a great weekend,
Andi

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/andi.shyti/linux.git tags/i2c-host-6.11-part-2

for you to fetch changes up to 930e5186862b115953fb560be357f4e0bf496f94:

  i2c: piix4: Register SPDs (2024-07-20 03:07:56 +0200)

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

 Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml |  3 +++
 Documentation/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/platform_data/i2c-mux-gpio.h              |  2 ++
 7 files changed, 49 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-20 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-20  8:29 [GIT PULL] i2c-host for v6.11 - part 2 Andi Shyti
2024-07-20 11:15 ` Wolfram Sang
2024-07-20 11:19 ` Wolfram Sang
2024-07-20 11:31   ` Andi Shyti
2024-07-20 13:45     ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox