mbox series

[PULL,REQUEST] i2c-for-6.14-rc1-take2

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

Pull-request

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

Message

Wolfram Sang Jan. 30, 2025, 9:38 p.m. UTC
The following changes since commit d0d106a2bd21499901299160744e5fe9f4c83ddb:

  Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next (2025-01-23 08:04:07 -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-rc1-take2

for you to fetch changes up to 6250ebe666e425e173df5e11e8a612d57921f48d:

  i2c: Fix core-managed per-client debugfs handling (2025-01-26 12:03:54 +0100)

----------------------------------------------------------------
i2c-for-6.14-rc1-take2

Fixes two issues introduced with the first pull request:

- add a missing Kconfig dependency for imx-lpi2c
- in the core, handle the new per-client debugfs directory during
  probe/remove, not during {un}register

----------------------------------------------------------------
Arnd Bergmann (1):
      i2c: imx-lpi2c: select CONFIG_I2C_SLAVE

Guenter Roeck (1):
      i2c: Fix core-managed per-client debugfs handling

 drivers/i2c/busses/Kconfig  | 1 +
 drivers/i2c/i2c-core-base.c | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 31, 2025, 2 a.m. UTC | #1
The pull request you sent on Thu, 30 Jan 2025 22:38:57 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.14-rc1-take2

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

Thank you!