Merge tag 'tag-chrome-platform-for-v6.7' of...
Merge tag 'tag-chrome-platform-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux Pull chrome platform updates from Tzung-Bi Shih: "Improvements: - Annotate flexible array members with __counted_by - Convert platform drivers' .remove callbacks to return void Fixes: - Avoid MKBP event timeouts by disabling/enabling IRQ later/earlier Misc: - Minor cleanups and fixes" * tag 'tag-chrome-platform-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux: (21 commits) platform/chrome: cros_ec_lpc: Separate host command and irq disable platform/chrome: kunit: make EC protocol tests independent platform/chrome: kunit: initialize lock for fake ec_dev platform/chrome: cros_ec: fix compilation warning platform/chrome: cros_ec_proto: Mark outdata as const platform/chrome: cros_typec_vdm: Mark port_amode_ops const platform/chrome: cros_ec_typec: Use dev_err_probe() more platform/chrome: cros_ec_typec: Use semi-colons instead of commas platform/chrome/wilco_ec: telemetry: Convert to platform remove callback returning void platform/chrome/wilco_ec: debugfs: Convert to platform remove callback returning void platform/chrome/wilco_ec: core: Convert to platform remove callback returning void platform/chrome: cros_usbpd_notify: Convert to platform remove callback returning void platform/chrome: cros_usbpd_logger: Convert to platform remove callback returning void platform/chrome: cros_typec_switch: Convert to platform remove callback returning void platform/chrome: cros_ec_vbc: Convert to platform remove callback returning void platform/chrome: cros_ec_sysfs: Convert to platform remove callback returning void platform/chrome: cros_ec_lpc: Convert to platform remove callback returning void platform/chrome: cros_ec_lightbar: Convert to platform remove callback returning void platform/chrome: cros_ec_debugfs: Convert to platform remove callback returning void platform/chrome: cros_ec_chardev: Convert to platform remove callback returning void ...
No related branches found
No related tags found
Showing
- drivers/platform/chrome/Kconfig 3 additions, 3 deletionsdrivers/platform/chrome/Kconfig
- drivers/platform/chrome/Makefile 2 additions, 3 deletionsdrivers/platform/chrome/Makefile
- drivers/platform/chrome/cros_ec.c 94 additions, 22 deletionsdrivers/platform/chrome/cros_ec.c
- drivers/platform/chrome/cros_ec.h 6 additions, 0 deletionsdrivers/platform/chrome/cros_ec.h
- drivers/platform/chrome/cros_ec_chardev.c 2 additions, 4 deletionsdrivers/platform/chrome/cros_ec_chardev.c
- drivers/platform/chrome/cros_ec_debugfs.c 2 additions, 4 deletionsdrivers/platform/chrome/cros_ec_debugfs.c
- drivers/platform/chrome/cros_ec_lightbar.c 2 additions, 4 deletionsdrivers/platform/chrome/cros_ec_lightbar.c
- drivers/platform/chrome/cros_ec_lpc.c 20 additions, 8 deletionsdrivers/platform/chrome/cros_ec_lpc.c
- drivers/platform/chrome/cros_ec_proto.c 1 addition, 1 deletiondrivers/platform/chrome/cros_ec_proto.c
- drivers/platform/chrome/cros_ec_proto_test.c 2 additions, 1 deletiondrivers/platform/chrome/cros_ec_proto_test.c
- drivers/platform/chrome/cros_ec_proto_test_util.c 1 addition, 3 deletionsdrivers/platform/chrome/cros_ec_proto_test_util.c
- drivers/platform/chrome/cros_ec_proto_test_util.h 0 additions, 0 deletionsdrivers/platform/chrome/cros_ec_proto_test_util.h
- drivers/platform/chrome/cros_ec_sysfs.c 2 additions, 4 deletionsdrivers/platform/chrome/cros_ec_sysfs.c
- drivers/platform/chrome/cros_ec_typec.c 9 additions, 9 deletionsdrivers/platform/chrome/cros_ec_typec.c
- drivers/platform/chrome/cros_ec_vbc.c 2 additions, 4 deletionsdrivers/platform/chrome/cros_ec_vbc.c
- drivers/platform/chrome/cros_typec_switch.c 2 additions, 3 deletionsdrivers/platform/chrome/cros_typec_switch.c
- drivers/platform/chrome/cros_typec_vdm.c 1 addition, 1 deletiondrivers/platform/chrome/cros_typec_vdm.c
- drivers/platform/chrome/cros_typec_vdm.h 1 addition, 1 deletiondrivers/platform/chrome/cros_typec_vdm.h
- drivers/platform/chrome/cros_usbpd_logger.c 2 additions, 4 deletionsdrivers/platform/chrome/cros_usbpd_logger.c
- drivers/platform/chrome/cros_usbpd_notify.c 4 additions, 8 deletionsdrivers/platform/chrome/cros_usbpd_notify.c
Loading
Please register or sign in to comment