mbox series

[GIT,PULL] chrome-platform changes for v6.13

Message ID ZzqLCvx94JhkBmEP@google.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] chrome-platform changes for v6.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-for-6.13

Message

Tzung-Bi Shih Nov. 18, 2024, 12:32 a.m. UTC
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-for-6.13

for you to fetch changes up to ea45f3f46734a47bdbcfb31f41748484219d2ea6:

  platform/chrome: Switch back to struct platform_driver::remove() (2024-10-28 08:48:34 +0000)

----------------------------------------------------------------
chrome platform changes for 6.13

* Fixes

  - Fix a leak of fwnode refcount.

* Cleanups

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

----------------------------------------------------------------
Javier Carrasco (1):
      platform/chrome: cros_ec_typec: fix missing fwnode reference decrement

Uwe Kleine-König (2):
      platform/chrome: Drop explicit initialization of struct i2c_device_id::driver_data to 0
      platform/chrome: Switch back to struct platform_driver::remove()

 drivers/platform/chrome/cros_ec_chardev.c    | 2 +-
 drivers/platform/chrome/cros_ec_debugfs.c    | 2 +-
 drivers/platform/chrome/cros_ec_i2c.c        | 2 +-
 drivers/platform/chrome/cros_ec_lightbar.c   | 2 +-
 drivers/platform/chrome/cros_ec_lpc.c        | 2 +-
 drivers/platform/chrome/cros_ec_sysfs.c      | 2 +-
 drivers/platform/chrome/cros_ec_typec.c      | 3 ++-
 drivers/platform/chrome/cros_ec_vbc.c        | 2 +-
 drivers/platform/chrome/cros_hps_i2c.c       | 2 +-
 drivers/platform/chrome/cros_typec_switch.c  | 2 +-
 drivers/platform/chrome/cros_usbpd_logger.c  | 2 +-
 drivers/platform/chrome/cros_usbpd_notify.c  | 4 ++--
 drivers/platform/chrome/wilco_ec/core.c      | 2 +-
 drivers/platform/chrome/wilco_ec/debugfs.c   | 2 +-
 drivers/platform/chrome/wilco_ec/telemetry.c | 2 +-
 15 files changed, 17 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 19, 2024, 7:06 p.m. UTC | #1
The pull request you sent on Mon, 18 Nov 2024 00:32:10 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-for-6.13

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

Thank you!