-
- Downloads
Merge tag 'tag-chrome-platform-for-v5.7' of...
Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux Pull chrome platform updates from Benson Leung: cros-usbpd-notify and cros_ec_typec: - Add a new notification driver that handles and dispatches USB PD related events to other drivers. - Add a Type C connector class driver for cros_ec CrOS EC: - Introduce a new cros_ec_cmd_xfer_status helper Sensors/iio: - A series from Gwendal that adds Cros EC sensor hub FIFO support Wilco EC: - Fix a build warning. - Platform data shouldn't include kernel.h Misc: - i2c api conversion complete, with i2c_new_client_device instead of i2c_new_device in chromeos_laptop. - Replace zero-length array with flexible-array member in cros_ec_chardev and wilco_ec - Update new structure for SPI transfer delays in cros_ec_spi * tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux: (34 commits) platform/chrome: cros_ec_spi: Wait for USECS, not NSECS iio: cros_ec: Use Hertz as unit for sampling frequency iio: cros_ec: Report hwfifo_watermark_max iio: cros_ec: Expose hwfifo_timeout iio: cros_ec: Remove pm function iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFO iio: expose iio_device_set_clock iio: cros_ec: Move function description to .c file platform/chrome: cros_ec_sensorhub: Add median filter platform/chrome: cros_ec_sensorhub: Add code to spread timestmap platform/chrome: cros_ec_sensorhub: Add FIFO support platform/chrome: cros_ec_sensorhub: Add the number of sensors in sensorhub platform/chrome: chromeos_laptop: make I2C API conversion complete platform/chrome: wilco_ec: event: Replace zero-length array with flexible-array member platform/chrome: cros_ec_chardev: Replace zero-length array with flexible-array member platform/chrome: cros_ec_typec: Update port info from EC platform/chrome: Add Type C connector class driver platform/chrome: cros_usbpd_notify: Pull PD_HOST_EVENT status platform/chrome: cros_usbpd_notify: Amend ACPI driver to plat platform/chrome: cros_usbpd_notify: Add driver data struct ...
No related branches found
No related tags found
Showing
- drivers/iio/accel/cros_ec_accel_legacy.c 2 additions, 6 deletionsdrivers/iio/accel/cros_ec_accel_legacy.c
- drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c 1 addition, 2 deletionsdrivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c
- drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c 5 additions, 8 deletionsdrivers/iio/common/cros_ec_sensors/cros_ec_sensors.c
- drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 289 additions, 86 deletionsdrivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
- drivers/iio/industrialio-core.c 7 additions, 1 deletiondrivers/iio/industrialio-core.c
- drivers/iio/light/cros_ec_light_prox.c 6 additions, 9 deletionsdrivers/iio/light/cros_ec_light_prox.c
- drivers/iio/pressure/cros_ec_baro.c 6 additions, 8 deletionsdrivers/iio/pressure/cros_ec_baro.c
- drivers/platform/chrome/Kconfig 26 additions, 1 deletiondrivers/platform/chrome/Kconfig
- drivers/platform/chrome/Makefile 4 additions, 1 deletiondrivers/platform/chrome/Makefile
- drivers/platform/chrome/chromeos_laptop.c 1 addition, 1 deletiondrivers/platform/chrome/chromeos_laptop.c
- drivers/platform/chrome/cros_ec.c 31 additions, 1 deletiondrivers/platform/chrome/cros_ec.c
- drivers/platform/chrome/cros_ec_chardev.c 2 additions, 2 deletionsdrivers/platform/chrome/cros_ec_chardev.c
- drivers/platform/chrome/cros_ec_lightbar.c 13 additions, 37 deletionsdrivers/platform/chrome/cros_ec_lightbar.c
- drivers/platform/chrome/cros_ec_proto.c 8 additions, 1 deletiondrivers/platform/chrome/cros_ec_proto.c
- drivers/platform/chrome/cros_ec_rpmsg.c 15 additions, 1 deletiondrivers/platform/chrome/cros_ec_rpmsg.c
- drivers/platform/chrome/cros_ec_sensorhub.c 83 additions, 28 deletionsdrivers/platform/chrome/cros_ec_sensorhub.c
- drivers/platform/chrome/cros_ec_sensorhub_ring.c 1046 additions, 0 deletionsdrivers/platform/chrome/cros_ec_sensorhub_ring.c
- drivers/platform/chrome/cros_ec_spi.c 4 additions, 2 deletionsdrivers/platform/chrome/cros_ec_spi.c
- drivers/platform/chrome/cros_ec_sysfs.c 18 additions, 18 deletionsdrivers/platform/chrome/cros_ec_sysfs.c
- drivers/platform/chrome/cros_ec_typec.c 357 additions, 0 deletionsdrivers/platform/chrome/cros_ec_typec.c
Loading
Please register or sign in to comment