mbox series

[GIT,PULL] chrome-platform updates for v6.14

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-v6.14

Message

Tzung-Bi Shih Jan. 20, 2025, 1:55 a.m. UTC
Hi Linus,

Please pull chrome-platform updates for v6.14.

Thanks,
Tzung-Bi


The following changes since commit fc033cf25e612e840e545f8d5ad2edd6ba613ed5:

  Linux 6.13-rc5 (2024-12-29 13:15:45 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-v6.14

for you to fetch changes up to fccebbdde2067e359f01382a72c31ed2af7acbac:

  platform/chrome: cros_ec_lpc: Handle EC without CRS section (2025-01-15 01:28:50 +0000)

----------------------------------------------------------------
chrome-platform: Updates for v6.14

* New

  - Support new EC if the memory region information comes from the CRS
    ACPI resource descriptor in cros_ec_lpc.

* Improvements

  - Make sure EC is in RW before probing.
  - Only check events on MKBP notifies to reduce the number of query
    commands in cros_ec_lpc.

* Cleanups

  - Remove unused code and DT bindings for cros-kbd-led-backlight.
  - Constify 'struct bin_attribute' in cros_ec_vbc.
  - Use str_enabled_disabled() in cros_usbpd_logger.

----------------------------------------------------------------
Dawid Niedzwiecki (2):
      platform/chrome: cros_ec: jump to RW before probing
      platform/chrome: cros_ec_proto: remove unnecessary retries

Gwendal Grignou (4):
      platform/chrome: Update ChromeOS EC command tracing
      platform/chrome: cros_ec_lpc: Merge lpc_driver_ops into ec private structure
      platform/chrome: cros_ec_lpc: Support direct EC register memory access
      platform/chrome: cros_ec_lpc: Handle EC without CRS section

Rob Barnes (1):
      platform/chrome: cros_ec_lpc: Only check for events on MKBP notifies

Thomas Weißschuh (1):
      platform/chrome: cros_ec_vbc: Constify 'struct bin_attribute'

Thorsten Blum (1):
      platform/chrome: cros_usbpd_logger: Use str_enabled_disabled() helper

Tzung-Bi Shih (3):
      platform/chrome: cros_kbd_led_backlight: remove unneeded if-statement
      platform/chrome: cros_kbd_led_backlight: Remove OF match
      dt-bindings: cros-ec: Remove google,cros-kbd-led-backlight

 .../chrome/google,cros-kbd-led-backlight.yaml      |  36 ----
 .../devicetree/bindings/mfd/google,cros-ec.yaml    |   3 -
 drivers/platform/chrome/cros_ec.c                  |   5 +
 drivers/platform/chrome/cros_ec_i2c.c              |   3 +-
 drivers/platform/chrome/cros_ec_ishtp.c            |   2 +-
 drivers/platform/chrome/cros_ec_lpc.c              | 203 ++++++++++++++-------
 drivers/platform/chrome/cros_ec_proto.c            |  69 ++++++-
 drivers/platform/chrome/cros_ec_rpmsg.c            |   2 +-
 drivers/platform/chrome/cros_ec_spi.c              |   2 +-
 drivers/platform/chrome/cros_ec_trace.c            |  10 +
 drivers/platform/chrome/cros_ec_uart.c             |   2 +-
 drivers/platform/chrome/cros_ec_vbc.c              |  10 +-
 drivers/platform/chrome/cros_kbd_led_backlight.c   |  79 ++------
 drivers/platform/chrome/cros_usbpd_logger.c        |   5 +-
 include/linux/platform_data/cros_ec_proto.h        |   7 +
 15 files changed, 251 insertions(+), 187 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/chrome/google,cros-kbd-led-backlight.yaml

Comments

pr-tracker-bot@kernel.org Jan. 22, 2025, 3:51 a.m. UTC | #1
The pull request you sent on Mon, 20 Jan 2025 01:55:34 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/chrome-platform-v6.14

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

Thank you!