]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'chrome-platform-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Nov 2024 18:24:12 +0000 (10:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Nov 2024 18:24:12 +0000 (10:24 -0800)
commit78516f4aefff408bdc2e867b996065279c5dc89a
tree32de41ec229cd5b4de49f77093ac8454649ef9ee
parent311e062ad504bdf49e93cb88a22ba04d5134111c
parentea45f3f46734a47bdbcfb31f41748484219d2ea6
Merge tag 'chrome-platform-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux

Pull chrome platform updates from Tzung-Bi Shih:
 "Fixes:
   - Fix a leak of fwnode refcount.

  Cleanups:
   - Drop unused I2C driver data
   - Move back from platform_driver::remove_new() to
     platform_driver::remove()"

* tag 'chrome-platform-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux:
  platform/chrome: Switch back to struct platform_driver::remove()
  platform/chrome: cros_ec_typec: fix missing fwnode reference decrement
  platform/chrome: Drop explicit initialization of struct i2c_device_id::driver_data to 0