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(-)