mbox series

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

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

Pull-request

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

Message

Tzung-Bi Shih April 24, 2023, 5:49 a.m. UTC
Linus,

Please pull chrome-platform updates for v6.4.

Thanks,
TzungBi.

The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d:

  Linux 6.3-rc5 (2023-04-02 14:29:29 -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.4

for you to fetch changes up to d184d60aa301e424cd0cf7de90b40744710a2417:

  platform/chrome: wilco_ec: remove return value check of debugfs_create_dir() (2023-04-24 13:35:12 +0800)

----------------------------------------------------------------
chrome platform changes for 6.4

* Improvements

  - Replace fake flexible arrays with flexible-array member.

* Misc

  - Minor cleanups and fixes.

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      platform/chrome: Replace fake flexible arrays with flexible-array member

Liang He (1):
      platform/chrome: cros_typec_switch: Add missing fwnode_handle_put()

Rob Barnes (1):
      platform/chrome: cros_ec: Separate logic for getting panic info

Tzung-Bi Shih (2):
      platform/chrome: cros_ec: remove unneeded label and if-condition
      platform/chrome: cros_ec_debugfs: fix kernel-doc warning

Zhengkang Huang (1):
      platform/chrome: wilco_ec: remove return value check of debugfs_create_dir()

 drivers/platform/chrome/cros_ec.c              | 10 +++---
 drivers/platform/chrome/cros_ec_debugfs.c      | 42 ++++++++++++++++++++------
 drivers/platform/chrome/cros_typec_switch.c    |  1 +
 drivers/platform/chrome/wilco_ec/debugfs.c     |  2 --
 include/linux/platform_data/cros_ec_commands.h |  2 +-
 5 files changed, 39 insertions(+), 18 deletions(-)

Comments

pr-tracker-bot@kernel.org April 26, 2023, 12:49 a.m. UTC | #1
The pull request you sent on Mon, 24 Apr 2023 13:49:58 +0800:

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

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

Thank you!