All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tzung-Bi Shih <tzungbi@kernel.org>
To: torvalds@linux-foundation.org
Cc: pmalani@chromium.org, bleung@chromium.org, groeck@chromium.org,
	tzungbi@kernel.org, linux-kernel@vger.kernel.org,
	chrome-platform@lists.linux.dev
Subject: [GIT PULL] chrome-platform changes for v6.10
Date: Mon, 13 May 2024 12:24:57 +0800	[thread overview]
Message-ID: <ZkGWGbzFu3rmDElk@google.com> (raw)

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

Hi Linus,

Please pull chrome-platform changes for v6.10.

Thanks,
TzungBi

The following changes since commit 0bbac3facb5d6cc0171c45c9873a2dc96bea9680:

  Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v6.10

for you to fetch changes up to 2fbe479c0024e1c6b992184a799055e19932aa48:

  platform/chrome: cros_ec: Handle events during suspend after resume completion (2024-04-30 09:38:04 +0800)

----------------------------------------------------------------
chrome platform changes for 6.10

* New

  - Support Framework Laptop 13 and 16 (AMD Ryzen).

* Improvements

  - Use sysfs_emit() instead of sprintf() for sysfs' show().

* Fixes

  - Fix flex-array-member-not-at-end compiler warnings by using
    DEFINE_RAW_FLEX().
  - Add HAS_IOPORT dependencies.
  - Fix long pending events during suspend after resume.

* Misc cleanups

  - Provide ID tables for avoiding fallback match.
  - Replace deprecated UNIVERSAL_DEV_PM_OPS().

----------------------------------------------------------------
Ai Chao (1):
      platform/chrome: wilco_ec: use sysfs_emit() instead of sprintf()

Andy Shevchenko (1):
      platform/chrome: cros_hps_i2c: Replace deprecated UNIVERSAL_DEV_PM_OPS()

Dustin L. Howett (4):
      platform/chrome: cros_ec_lpc: introduce a priv struct for the lpc device
      platform/chrome: cros_ec_lpc: pass driver_data from DMI to the device
      platform/chrome: cros_ec_lpc: add a "quirks" system
      platform/chrome: cros_ec_lpc: add quirks for the Framework Laptop (AMD)

Gustavo A. R. Silva (1):
      platform/chrome: cros_ec_proto: avoid -Wflex-array-member-not-at-end warnings

Karthikeyan Ramasubramanian (1):
      platform/chrome: cros_ec: Handle events during suspend after resume completion

Niklas Schnelle (1):
      platform/chrome: add HAS_IOPORT dependencies

Tzung-Bi Shih (13):
      platform/chrome: cros_ec_sensorhub: provide ID table for avoiding fallback match
      platform/chrome: cros_usbpd_logger: provide ID table for avoiding fallback match
      platform/chrome: cros_usbpd_notify: provide ID table for avoiding fallback match
      platform/chrome: cros_ec_chardev: provide ID table for avoiding fallback match
      platform/chrome: cros_ec_debugfs: provide ID table for avoiding fallback match
      platform/chrome: cros_ec_sysfs: provide ID table for avoiding fallback match
      platform/chrome: cros_ec_lightbar: provide ID table for avoiding fallback match
      platform/chrome: cros_ec_vbc: provide ID table for avoiding fallback match
      platform/chrome: wilco_ec: telemetry: provide ID table for avoiding fallback match
      platform/chrome: wilco_ec: debugfs: provide ID table for avoiding fallback match
      platform/chrome: wilco_ec: event: remove redundant MODULE_ALIAS
      platform/chrome: wilco_ec: core: provide ID table for avoiding fallback match
      platform/chrome: cros_kbd_led_backlight: provide ID table for avoiding fallback match

 drivers/platform/chrome/Kconfig                  |  1 +
 drivers/platform/chrome/cros_ec.c                | 16 ++---
 drivers/platform/chrome/cros_ec_chardev.c        |  9 ++-
 drivers/platform/chrome/cros_ec_debugfs.c        |  9 ++-
 drivers/platform/chrome/cros_ec_lightbar.c       |  9 ++-
 drivers/platform/chrome/cros_ec_lpc.c            | 81 ++++++++++++++++++++++--
 drivers/platform/chrome/cros_ec_proto_test.c     | 72 +++++++++------------
 drivers/platform/chrome/cros_ec_sensorhub.c      |  9 ++-
 drivers/platform/chrome/cros_ec_sysfs.c          |  9 ++-
 drivers/platform/chrome/cros_ec_vbc.c            |  9 ++-
 drivers/platform/chrome/cros_hps_i2c.c           |  4 +-
 drivers/platform/chrome/cros_kbd_led_backlight.c | 11 +++-
 drivers/platform/chrome/cros_usbpd_logger.c      |  9 ++-
 drivers/platform/chrome/cros_usbpd_notify.c      |  9 ++-
 drivers/platform/chrome/wilco_ec/Kconfig         |  1 +
 drivers/platform/chrome/wilco_ec/core.c          |  9 ++-
 drivers/platform/chrome/wilco_ec/debugfs.c       |  9 ++-
 drivers/platform/chrome/wilco_ec/event.c         |  1 -
 drivers/platform/chrome/wilco_ec/sysfs.c         |  2 +-
 drivers/platform/chrome/wilco_ec/telemetry.c     |  9 ++-
 20 files changed, 214 insertions(+), 74 deletions(-)

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

             reply	other threads:[~2024-05-13  4:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13  4:24 Tzung-Bi Shih [this message]
2024-05-13 23:50 ` [GIT PULL] chrome-platform changes for v6.10 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=ZkGWGbzFu3rmDElk@google.com \
    --to=tzungbi@kernel.org \
    --cc=bleung@chromium.org \
    --cc=chrome-platform@lists.linux.dev \
    --cc=groeck@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmalani@chromium.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.