Merge tag 'tag-chrome-platform-for-v5.19' of...
Merge tag 'tag-chrome-platform-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux Pull chrome platform updates from Tzung-Bi Shih: "cros_ec: - Fix wrong error handling path - Clean-up patches cros_ec_chardev: - Re-introduce cros_ec_cmd_xfer to fix ABI broken cros_ec_lpcs: - Support the Framework Laptop cros_ec_typec: - Fix NULL dereference chromeos_acpi: - Add ChromeOS ACPI device driver - Fix Sphinx errors when `make htmldocs` misc: - Drop BUG_ON()s" * tag 'tag-chrome-platform-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux: platform/chrome: Use imperative mood for ChromeOS ACPI sysfs ABI descriptions platform/chrome: Use tables for values lists of ChromeOS ACPI sysfs ABI platform/chrome: cros_ec_spi: drop BUG_ON() if `din` isn't large enough platform/chrome: cros_ec_spi: drop unneeded BUG_ON() platform/chrome: cros_ec_i2c: drop BUG_ON() in cros_ec_pkt_xfer_i2c() platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event() platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx() platform/chrome: correct cros_ec_prepare_tx() usage platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet() platform/chrome: Add ChromeOS ACPI device driver platform/chrome: cros_ec_typec: Check for EC driver platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports first platform/chrome: cros_ec_lpcs: detect the Framework Laptop platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctls platform/chrome: cros_ec: append newline to all logs platform/chrome: cros_ec: sort header inclusion alphabetically platform/chrome: cros_ec: determine `wake_enabled` in cros_ec_suspend() platform/chrome: cros_ec: remove unused variable `was_wake_device` platform/chrome: cros_ec: fix error handling in cros_ec_register()
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-driver-chromeos-acpi 137 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-chromeos-acpi
- Documentation/firmware-guide/acpi/chromeos-acpi-device.rst 363 additions, 0 deletionsDocumentation/firmware-guide/acpi/chromeos-acpi-device.rst
- Documentation/firmware-guide/acpi/index.rst 1 addition, 0 deletionsDocumentation/firmware-guide/acpi/index.rst
- drivers/platform/chrome/Kconfig 11 additions, 0 deletionsdrivers/platform/chrome/Kconfig
- drivers/platform/chrome/Makefile 1 addition, 0 deletionsdrivers/platform/chrome/Makefile
- drivers/platform/chrome/chromeos_acpi.c 257 additions, 0 deletionsdrivers/platform/chrome/chromeos_acpi.c
- drivers/platform/chrome/cros_ec.c 20 additions, 16 deletionsdrivers/platform/chrome/cros_ec.c
- drivers/platform/chrome/cros_ec_chardev.c 1 addition, 1 deletiondrivers/platform/chrome/cros_ec_chardev.c
- drivers/platform/chrome/cros_ec_i2c.c 10 additions, 2 deletionsdrivers/platform/chrome/cros_ec_i2c.c
- drivers/platform/chrome/cros_ec_ishtp.c 3 additions, 1 deletiondrivers/platform/chrome/cros_ec_ishtp.c
- drivers/platform/chrome/cros_ec_lpc.c 36 additions, 13 deletionsdrivers/platform/chrome/cros_ec_lpc.c
- drivers/platform/chrome/cros_ec_proto.c 49 additions, 14 deletionsdrivers/platform/chrome/cros_ec_proto.c
- drivers/platform/chrome/cros_ec_rpmsg.c 2 additions, 0 deletionsdrivers/platform/chrome/cros_ec_rpmsg.c
- drivers/platform/chrome/cros_ec_spi.c 10 additions, 5 deletionsdrivers/platform/chrome/cros_ec_spi.c
- drivers/platform/chrome/cros_ec_typec.c 3 additions, 0 deletionsdrivers/platform/chrome/cros_ec_typec.c
- include/linux/platform_data/cros_ec_commands.h 7 additions, 3 deletionsinclude/linux/platform_data/cros_ec_commands.h
- include/linux/platform_data/cros_ec_proto.h 3 additions, 3 deletionsinclude/linux/platform_data/cros_ec_proto.h
Loading
Please register or sign in to comment