Merge tag 'i2c-for-6.7-final' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Jan 2024 19:35:37 +0000 (11:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Jan 2024 19:35:37 +0000 (11:35 -0800)
commit52b1853b080a082ec3749c3a9577f6c71b1d4a90
treeb8decd37b14e969900583f40e760e53571395200
parent95c8a35f1c017327eab3b6a2ff5c04255737c856
parenta3368e1186e3ce8e38f78cbca019622095b1f331
Merge tag 'i2c-for-6.7-final' of git://git./linux/kernel/git/wsa/linux

Pull i2c fixes from Wolfram Sang:
 "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"

* tag 'i2c-for-6.7-final' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  i2c: core: Fix atomic xfer check for non-preempt config
  Documentation/i2c: fix spelling error in i2c-address-translators