This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 388c645a33a7 Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/l [...] new e6679fd1e2fc platform/chrome: wilco_ec: Add debugfs test_event file new fdf0fe2df3e3 platform/chrome: wilco_ec: Add Dell's USB PowerShare Polic [...] new 3c4d77b68928 platform/chrome: wilco_ec: Add charging config driver new 119a3cb6d687 platform/chrome: wilco_ec: Add keyboard backlight LED support new 379c02ebcc9a platform/chrome: cros_ec: Fix Kconfig indentation new c2ce4d23299f platform/chrome: cros_usbpd_logger: add missed destroy_wor [...] new c9b465683a55 platform/chrome: cros_ec: Put docs with the code new a16b2e281902 mfd / platform: cros_ec: Add sensor_count and make check_f [...] new 53067471188c iio / platform: cros_ec: Add cros-ec-sensorhub driver new d60ac88a62df mfd / platform / iio: cros_ec: Register sensor through sensorhub new 05a3c420eaa6 platform/chrome: cros-ec: Record event timestamp in the hard irq new da946589b1b9 platform/chrome: cros_ec: Do not attempt to register a non [...] new 3300fdd630d4 platform/chrome: cros_ec: handle MKBP more events flag new 3bcce2e8052d Revert "Input: cros_ec_keyb - add back missing mask for ev [...] new 99cdb2472bb0 Revert "Input: cros_ec_keyb: mask out extra flags in event_type" new 5ec966dbcc19 Merge tag 'tag-ib-chrome-mfd-iio-input-5.5' into chrome-pl [...] new 74c166b58895 platform/chrome: cros_ec: Add Kconfig default for cros-ec- [...] new 856a0a6e2d09 platform/chrome: wilco_ec: fix use after free issue new 63de37476ebd Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kern [...]
The 19 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: Documentation/ABI/testing/sysfs-platform-wilco-ec | 17 ++ drivers/iio/accel/cros_ec_accel_legacy.c | 6 - drivers/iio/common/cros_ec_sensors/Kconfig | 2 +- .../iio/common/cros_ec_sensors/cros_ec_sensors.c | 6 - .../common/cros_ec_sensors/cros_ec_sensors_core.c | 4 +- drivers/iio/light/cros_ec_light_prox.c | 6 - drivers/input/keyboard/cros_ec_keyb.c | 6 +- drivers/mfd/cros_ec_dev.c | 235 +----------------- drivers/platform/chrome/Kconfig | 19 +- drivers/platform/chrome/Makefile | 1 + drivers/platform/chrome/cros_ec.c | 84 ++++++- drivers/platform/chrome/cros_ec_ishtp.c | 25 +- drivers/platform/chrome/cros_ec_lpc.c | 17 +- drivers/platform/chrome/cros_ec_proto.c | 267 ++++++++++++++++++--- drivers/platform/chrome/cros_ec_rpmsg.c | 19 +- drivers/platform/chrome/cros_ec_sensorhub.c | 199 +++++++++++++++ drivers/platform/chrome/cros_usbpd_logger.c | 1 + drivers/platform/chrome/wilco_ec/Kconfig | 2 +- drivers/platform/chrome/wilco_ec/Makefile | 3 +- drivers/platform/chrome/wilco_ec/core.c | 28 ++- drivers/platform/chrome/wilco_ec/debugfs.c | 47 +++- drivers/platform/chrome/wilco_ec/keyboard_leds.c | 191 +++++++++++++++ drivers/platform/chrome/wilco_ec/sysfs.c | 91 +++++++ drivers/platform/chrome/wilco_ec/telemetry.c | 2 +- include/linux/platform_data/cros_ec_proto.h | 138 +++-------- include/linux/platform_data/cros_ec_sensorhub.h | 30 +++ include/linux/platform_data/wilco-ec.h | 15 ++ 27 files changed, 1019 insertions(+), 442 deletions(-) create mode 100644 drivers/platform/chrome/cros_ec_sensorhub.c create mode 100644 drivers/platform/chrome/wilco_ec/keyboard_leds.c create mode 100644 include/linux/platform_data/cros_ec_sensorhub.h