]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'i2c-for-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2024 18:32:03 +0000 (10:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2024 18:32:03 +0000 (10:32 -0800)
commit005f6f34bd47eaa61d939a2727fc648e687b84c1
treef475ec406444f1ea9fe6265132d397bd049d140f
parent66695e7d94fc499f26411044e07cc1386e4f3aa7
parentac168d6770aa12ee201c7474e1361810d5fc723a
Merge tag 'i2c-for-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Pull i2c fixes from Wolfram Sang:
 "Two patches from Heiner for the i801 are targeting muxes discovered
  while working on some other features. Essentially, there is a
  reordering when adding optional slaves and proper cleanup upon
  registering a mux device.

  Christophe fixes the exit path in the wmt driver that was leaving the
  clocks hanging, and the last fix from Tommy avoids false error reports
  in IRQ"

* tag 'i2c-for-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  i2c: aspeed: Fix the dummy irq expected print
  i2c: wmt: Fix an error handling path in wmt_i2c_probe()
  i2c: i801: Avoid potential double call to gpiod_remove_lookup_table
  i2c: i801: Fix using mux_pdev before it's set