mbox series

[PULL,REQUEST] i2c-for-6.14-rc2

Message ID Z6dG_QT0l_ehhZd8@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.14-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.14-rc2

Message

Wolfram Sang Feb. 8, 2025, 11:58 a.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.14-rc2

for you to fetch changes up to 3bfa08fe9ec8dd79e183c88e1275be74191e7bc8:

  Revert "i2c: Replace list-based mechanism for handling auto-detected clients" (2025-02-05 14:22:12 +0100)

----------------------------------------------------------------
i2c-for-6.14-rc2

It turned out the new mechanism for handling created devices does not
handle all muxing cases. Revert the changes to give a proper solution
more time.

----------------------------------------------------------------
Wolfram Sang (2):
      Revert "i2c: Replace list-based mechanism for handling userspace-created clients"
      Revert "i2c: Replace list-based mechanism for handling auto-detected clients"

 drivers/i2c/i2c-core-base.c | 113 +++++++++++++++++++++++++++++---------------
 include/linux/i2c.h         |  10 +++-
 2 files changed, 83 insertions(+), 40 deletions(-)