mbox series

[PULL,REQUEST] i2c-for-6.7-final

Message ID ZZlUemoyS-PDZc0q@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c-for-6.7-final | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.7-final

Message

Wolfram Sang Jan. 6, 2024, 1:24 p.m. UTC
Linus,

this branch was tested by buildbots successfully in the last days.
Sadly, I had to rebase it a few minutes ago because I needed to fixup
the name of one author and also added a few Link:-tags for the crucial
commit here, so we have better documentation. So, no code changes, only
changes to the commit messages. Sorry for not catching this earlier!

All the best for 2024,

   Wolfram


The following changes since commit 861deac3b092f37b2c5e6871732f3e11486f7082:

  Linux 6.7-rc7 (2023-12-23 16:25:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.7-final

for you to fetch changes up to a3368e1186e3ce8e38f78cbca019622095b1f331:

  i2c: core: Fix atomic xfer check for non-preempt config (2024-01-06 14:10:10 +0100)

----------------------------------------------------------------
Improve the detection when to run atomic transfer handlers for kernels
with preemption disabled. This removes some false positive splats a
number of users were seeing if their driver didn't have support for
atomic transfers. Also, fix a typo in the docs while we are here.

----------------------------------------------------------------
Attreyee Mukherjee (1):
      Documentation/i2c: fix spelling error in i2c-address-translators

Benjamin Bara (1):
      i2c: core: Fix atomic xfer check for non-preempt config


with much appreciated quality assurance from
----------------------------------------------------------------
Michael Walle (1):
      (Test) i2c: core: Fix atomic xfer check for non-preempt config

Tor Vic (1):
      (Test) i2c: core: Fix atomic xfer check for non-preempt config

 Documentation/i2c/i2c-address-translators.rst | 2 +-
 drivers/i2c/i2c-core.h                        | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 6, 2024, 7:52 p.m. UTC | #1
The pull request you sent on Sat, 6 Jan 2024 14:24:10 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.7-final

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

Thank you!