mbox series

[PULL,REQUEST] i2c-for-6.11-rc3

Message ID ZrdMaWTfpmCfKqeA@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.11-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.11-rc3

Message

Wolfram Sang Aug. 10, 2024, 11:18 a.m. UTC
The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -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-rc3

for you to fetch changes up to 01a620d491592ead12eca039fe1c9e74908c35cf:

  Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-08-09 15:28:08 +0200)

----------------------------------------------------------------
i2c-for-6.11-rc3

SMBusAlert handling in the I2C core gets two fixes. One to avoid an
endless loop when scanning for handlers and one to make sure handlers
are always called even if HW has broken behaviour. The I2C header gets a
compilation fix is ACPI is enabled but I2C isn't. The testunit gets a
rename in the code to match the documentation.

Two fixes on the Qualcomm GENI I2C controller are cleaning up the
error exit patch in the runtime_resume() function. The first is
disabling the clock, the second disables the icc on the way out.

----------------------------------------------------------------
Gaosheng Cui (2):
      i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
      i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume

Guenter Roeck (2):
      i2c: smbus: Improve handling of stuck alerts
      i2c: smbus: Send alert notifications to all devices if source not found

Richard Fitzgerald (1):
      i2c: Fix conditional for substituting empty ACPI functions

Wolfram Sang (2):
      i2c: testunit: match HostNotify test name with docs
      Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current


with much appreciated quality assurance from
----------------------------------------------------------------
Vladimir Zapolskiy (2):
      (Rev.) i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
      (Rev.) i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume

Wolfram Sang (1):
      (Test) i2c: smbus: Improve handling of stuck alerts

 drivers/i2c/busses/i2c-qcom-geni.c |  5 ++-
 drivers/i2c/i2c-slave-testunit.c   |  4 +--
 drivers/i2c/i2c-smbus.c            | 64 +++++++++++++++++++++++++++++++++-----
 include/linux/i2c.h                |  2 +-
 4 files changed, 64 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 10, 2024, 6:07 p.m. UTC | #1
The pull request you sent on Sat, 10 Aug 2024 13:18:01 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.11-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7299cd48aeceba873a52968d6d6edb34c15bac11

Thank you!