This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d0f93ac2c384 Merge tag 'docs-6.14' of git://git.lwn.net/linux new cfa842c80c99 platform/chrome: cros_kbd_led_backlight: remove unneeded i [...] new 5ffa0dbfdc9f platform/chrome: cros_ec: jump to RW before probing new dce2f5b5da23 platform/chrome: cros_ec_proto: remove unnecessary retries new 3a1d61dc3202 platform/chrome: cros_kbd_led_backlight: Remove OF match new 033fceedca91 dt-bindings: cros-ec: Remove google,cros-kbd-led-backlight new 6fcbc55a6afb platform/chrome: cros_ec_vbc: Constify 'struct bin_attribute' new fb1e493426d4 platform/chrome: cros_ec_lpc: Only check for events on MKB [...] new df78050d1a13 platform/chrome: Update ChromeOS EC command tracing new 58517215304b platform/chrome: cros_ec_lpc: Merge lpc_driver_ops into ec [...] new be4fccb5e1fb platform/chrome: cros_ec_lpc: Support direct EC register m [...] new 15fa0621d7b3 platform/chrome: cros_usbpd_logger: Use str_enabled_disabl [...] new fccebbdde206 platform/chrome: cros_ec_lpc: Handle EC without CRS section new b394eabd539d Merge tag 'chrome-platform-v6.14' of git://git.kernel.org/ [...]
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../chrome/google,cros-kbd-led-backlight.yaml | 36 ---- .../devicetree/bindings/mfd/google,cros-ec.yaml | 3 - drivers/platform/chrome/cros_ec.c | 5 + drivers/platform/chrome/cros_ec_i2c.c | 3 +- drivers/platform/chrome/cros_ec_ishtp.c | 2 +- drivers/platform/chrome/cros_ec_lpc.c | 203 ++++++++++++++------- drivers/platform/chrome/cros_ec_proto.c | 69 ++++++- drivers/platform/chrome/cros_ec_rpmsg.c | 2 +- drivers/platform/chrome/cros_ec_spi.c | 2 +- drivers/platform/chrome/cros_ec_trace.c | 10 + drivers/platform/chrome/cros_ec_uart.c | 2 +- drivers/platform/chrome/cros_ec_vbc.c | 10 +- drivers/platform/chrome/cros_kbd_led_backlight.c | 79 ++------ drivers/platform/chrome/cros_usbpd_logger.c | 5 +- include/linux/platform_data/cros_ec_proto.h | 7 + 15 files changed, 251 insertions(+), 187 deletions(-) delete mode 100644 Documentation/devicetree/bindings/chrome/google,cros-kbd-led-ba [...]