Merge tag 'tag-chrome-platform-for-v5.2' of...
Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux Pull chrome platform updates from Benson Leung: "CrOS EC: - Add EC host command support using rpmsg - Add new CrOS USB PD logging driver - Transfer spi messages at high priority - Add support to trace CrOS EC commands - Minor fixes and cleanups in protocol and debugfs Wilco EC: - Standardize Wilco EC mailbox interface - Add h1_gpio status to debugfs" * tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux: platform/chrome: cros_ec_proto: Add trace event to trace EC commands platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_status helper platform/chrome: cros_ec: Add EC host command support using rpmsg platform/chrome: wilco_ec: Add h1_gpio status to debugfs platform/chrome: wilco_ec: Standardize mailbox interface platform/chrome: cros_ec_proto: check for NULL transfer function platform/chrome: Add CrOS USB PD logging driver platform/chrome: cros_ec_spi: Transfer messages at high priority platform/chrome: cros_ec_debugfs: no need to check return value of debugfs_create functions platform/chrome: cros_ec_debugfs: Remove dev_warn when console log is not supported
Showing
- Documentation/ABI/testing/debugfs-wilco-ec 34 additions, 11 deletionsDocumentation/ABI/testing/debugfs-wilco-ec
- drivers/platform/chrome/Kconfig 24 additions, 0 deletionsdrivers/platform/chrome/Kconfig
- drivers/platform/chrome/Makefile 6 additions, 1 deletiondrivers/platform/chrome/Makefile
- drivers/platform/chrome/cros_ec_debugfs.c 19 additions, 55 deletionsdrivers/platform/chrome/cros_ec_debugfs.c
- drivers/platform/chrome/cros_ec_proto.c 15 additions, 0 deletionsdrivers/platform/chrome/cros_ec_proto.c
- drivers/platform/chrome/cros_ec_rpmsg.c 258 additions, 0 deletionsdrivers/platform/chrome/cros_ec_rpmsg.c
- drivers/platform/chrome/cros_ec_spi.c 74 additions, 6 deletionsdrivers/platform/chrome/cros_ec_spi.c
- drivers/platform/chrome/cros_ec_trace.c 124 additions, 0 deletionsdrivers/platform/chrome/cros_ec_trace.c
- drivers/platform/chrome/cros_ec_trace.h 51 additions, 0 deletionsdrivers/platform/chrome/cros_ec_trace.h
- drivers/platform/chrome/cros_usbpd_logger.c 262 additions, 0 deletionsdrivers/platform/chrome/cros_usbpd_logger.c
- drivers/platform/chrome/wilco_ec/debugfs.c 55 additions, 34 deletionsdrivers/platform/chrome/wilco_ec/debugfs.c
- drivers/platform/chrome/wilco_ec/mailbox.c 21 additions, 32 deletionsdrivers/platform/chrome/wilco_ec/mailbox.c
- drivers/rtc/rtc-wilco-ec.c 39 additions, 24 deletionsdrivers/rtc/rtc-wilco-ec.c
- include/linux/platform_data/wilco-ec.h 2 additions, 20 deletionsinclude/linux/platform_data/wilco-ec.h
Loading
Please register or sign in to comment