All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tzung-Bi Shih <tzungbi@kernel.org>
To: torvalds@linux-foundation.org
Cc: bleung@chromium.org, tzungbi@kernel.org,
	linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev
Subject: [GIT PULL] chrome-platform updates for v6.14
Date: Mon, 20 Jan 2025 01:55:34 +0000	[thread overview]
Message-ID: <Z42tFgmKC5PJkCQm@google.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3274 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

             reply	other threads:[~2025-01-20  1:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-20  1:55 Tzung-Bi Shih [this message]
2025-01-22  3:51 ` [GIT PULL] chrome-platform updates for v6.14 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z42tFgmKC5PJkCQm@google.com \
    --to=tzungbi@kernel.org \
    --cc=bleung@chromium.org \
    --cc=chrome-platform@lists.linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.