Linux/linux 63de374Documentation/ABI/testing sysfs-platform-wilco-ec, drivers/iio/accel cros_ec_accel_legacy.c

Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux

Pull chrome platform changes from Benson Leung:
 "CrOS EC / MFD / IIO:

   - Contains tag-ib-chrome-mfd-iio-input-5.5, which is the first part
     of a series from Gwendal to refactor sensor code between MFD, CrOS
     EC, iio and input in order to add a new sensorhub driver and FIFO
     processing

  Wilco EC:

   - Add support for Dell's USB PowerShare policy control, keyboard
     backlight LED driver, and a new test_event file.

   - Fixes use after free in wilco_ec's telemetry driver.

  Misc:

   - bugfix in cros_usbpd_logger (missing destroy workqueue)"

* tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux:
  platform/chrome: wilco_ec: fix use after free issue
  platform/chrome: cros_ec: Add Kconfig default for cros-ec-sensorhub
  Revert "Input: cros_ec_keyb: mask out extra flags in event_type"
  Revert "Input: cros_ec_keyb - add back missing mask for event_type"
  platform/chrome: cros_ec: handle MKBP more events flag
  platform/chrome: cros_ec: Do not attempt to register a non-positive IRQ number
  platform/chrome: cros-ec: Record event timestamp in the hard irq
  mfd / platform / iio: cros_ec: Register sensor through sensorhub
  iio / platform: cros_ec: Add cros-ec-sensorhub driver
  mfd / platform: cros_ec: Add sensor_count and make check_features public
  platform/chrome: cros_ec: Put docs with the code
  platform/chrome: cros_usbpd_logger: add missed destroy_workqueue in remove
  platform/chrome: cros_ec: Fix Kconfig indentation
  platform/chrome: wilco_ec: Add keyboard backlight LED support
  platform/chrome: wilco_ec: Add charging config driver
  platform/chrome: wilco_ec: Add Dell's USB PowerShare Policy control
  platform/chrome: wilco_ec: Add debugfs test_event file
DeltaFile
+237-30drivers/platform/chrome/cros_ec_proto.c
+12-223drivers/mfd/cros_ec_dev.c
+199-0drivers/platform/chrome/cros_ec_sensorhub.c
+191-0drivers/platform/chrome/wilco_ec/keyboard_leds.c
+27-111include/linux/platform_data/cros_ec_proto.h
+91-0drivers/platform/chrome/wilco_ec/sysfs.c
+76-8drivers/platform/chrome/cros_ec.c
+37-10drivers/platform/chrome/wilco_ec/debugfs.c
+30-0include/linux/platform_data/cros_ec_sensorhub.h
+23-5drivers/platform/chrome/wilco_ec/core.c
+19-6drivers/platform/chrome/cros_ec_ishtp.c
+16-3drivers/platform/chrome/Kconfig
+4-15drivers/platform/chrome/cros_ec_rpmsg.c
+17-0Documentation/ABI/testing/sysfs-platform-wilco-ec
+13-4drivers/platform/chrome/cros_ec_lpc.c
+15-0include/linux/platform_data/wilco-ec.h
+0-6drivers/iio/light/cros_ec_light_prox.c
+0-6drivers/iio/accel/cros_ec_accel_legacy.c
+0-6drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c
+2-4drivers/input/keyboard/cros_ec_keyb.c
+3-1drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
+2-1drivers/platform/chrome/wilco_ec/Makefile
+1-1drivers/platform/chrome/wilco_ec/telemetry.c
+1-1drivers/iio/common/cros_ec_sensors/Kconfig
+1-1drivers/platform/chrome/wilco_ec/Kconfig
+1-0drivers/platform/chrome/Makefile
+1-0drivers/platform/chrome/cros_usbpd_logger.c
+1,019-44227 files

UnifiedSplitRaw