chrome-platform.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH 1/7] Input: export input_default_setkeycode
 2026-02-22 10:48 UTC  (14+ messages)
` [PATCH 2/7] Input: cros_ec_keyb - add function key support
` [PATCH 3/7] Input: cros_ec_keyb - use u8 instead of uint8_t
` [PATCH 4/7] Input: cros_ec_keyb - use BIT() macro instead of open-coding shifts
` [PATCH 5/7] Input: cros_ec_keyb - simplify cros_ec_keyb_work()
` [PATCH 6/7] Input: cros_ec_keyb - do not allocate keyboard state separately
` [PATCH 7/7] Input: cros_ec_keyb - factor out column processing

[PATCH v7 0/2] Input: cros_ec_keyb - add function key support
 2026-02-22  0:39 UTC  (4+ messages)
` [PATCH v7 1/2] Input: export input_default_setkeycode
` [PATCH v7 2/2] Input: cros_ec_keyb - add function key support

[PATCH v3 00/11] gpio: Adopt revocable mechanism for UAF prevention
 2026-02-20  7:52 UTC  (20+ messages)
` [PATCH v3 01/11] gpio: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH v3 02/11] gpio: Remove redundant check for struct gpio_chip
` [PATCH v3 03/11] gpio: sysfs: "
` [PATCH v3 04/11] gpio: Ensure struct gpio_chip for gpiochip_setup_dev()
` [PATCH v3 05/11] gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH v3 06/11] selftests: gpio: Add gpio-cdev-uaf tests
` [PATCH v3 07/11] gpio: Add revocable provider handle for struct gpio_chip
` [PATCH v3 08/11] gpio: cdev: Leverage revocable for accessing "
` [PATCH v3 09/11] gpio: Remove gpio_chip_guard by using revocable
` [PATCH v3 10/11] gpio: Leverage revocable for accessing struct gpio_chip
` [PATCH v3 11/11] gpio: Remove unused `chip` and `srcu` in struct gpio_device

[PATCH v4 00/12] drm, coreboot: Add DRM coreboot driver
 2026-02-17 15:56 UTC  (13+ messages)
` [PATCH v4 01/12] firmware: google: framebuffer: Do not unregister platform device
` [PATCH v4 02/12] firmware: google: framebuffer: Do not mark framebuffer as busy
` [PATCH v4 03/12] firmware: google: framebuffer: Init memory resource with helper macro
` [PATCH v4 04/12] firmware: google: framebuffer: Tie platform device to PCI hardware
` [PATCH v4 05/12] firmware: google: framebuffer: Fix dependencies
` [PATCH v4 06/12] firmware: google: Init coreboot bus with subsys_initcall()
` [PATCH v4 07/12] firmware: google: Clean up include statements in coreboot_table.h
` [PATCH v4 08/12] firmware: google: Export coreboot table entries
` [PATCH v4 09/12] firmware: google: Pack structures for "
` [PATCH v4 10/12] drm/sysfb: Generalize pixel-format matching
` [PATCH v4 11/12] drm/sysfb: corebootdrm: Add DRM driver for coreboot framebuffers
` [PATCH v4 12/12] drm/sysfb: corebootdrm: Support panel orientation

[PATCH v8 0/3] drivers/base: Introduce revocable
 2026-02-16 16:37 UTC  (5+ messages)
` [PATCH v8 1/3] revocable: Revocable resource management
` [PATCH v8 2/3] revocable: Add KUnit test cases
` [PATCH v8 3/3] selftests: revocable: Add kselftest cases

[PATCH v3 00/12] drm, coreboot: Add DRM coreboot driver
 2026-02-16 10:27 UTC  (20+ messages)
` [PATCH v3 01/12] firmware: google: framebuffer: Do not unregister platform device
` [PATCH v3 02/12] firmware: google: framebuffer: Do not mark framebuffer as busy
` [PATCH v3 03/12] firmware: google: framebuffer: Init memory resource with helper macro
` [PATCH v3 04/12] firmware: google: framebuffer: Tie platform device to PCI hardware
` [PATCH v3 05/12] firmware: google: framebuffer: Fix dependencies
` [PATCH v3 06/12] firmware: google: Init coreboot bus with subsys_initcall()
` [PATCH v3 07/12] firmware: google: Clean up include statements in coreboot_table.h
` [PATCH v3 08/12] firmware: google: Export coreboot table entries
` [PATCH v3 09/12] firmware: google: Pack structures for "
` [PATCH v3 10/12] drm/sysfb: Generalize pixel-format matching
` [PATCH v3 11/12] drm/sysfb: corebootdrm: Add DRM driver for coreboot framebuffers
` [PATCH v3 12/12] drm/sysfb: corebootdrm: Support panel orientation

[GIT PULL] chrome-platform updates for v7.0
 2026-02-11 20:28 UTC  (2+ messages)

[PATCH v5 0/1] Input: cros_ec_keyb: add function key support
 2026-02-09 19:53 UTC  (7+ messages)
` [PATCH v5 1/1] Input: cros_ec_keyb - "

[PATCH v6 0/1] Input: cros_ec_keyb - add function key support
 2026-02-09 15:51 UTC  (2+ messages)
` [PATCH v6 1/1] "

[PATCH] platform/chrome: cros_ec_lightbar: replace sscanf with kstrtouint
 2026-02-08 22:13 UTC 

[PATCH] platform/chrome: cros_ec_lightbar: fix const correctness of seqname array
 2026-02-08 10:00 UTC 

[PATCH v2 00/11] gpio: Adopt revocable mechanism for UAF prevention
 2026-02-06  9:13 UTC  (25+ messages)
` [PATCH v2 01/11] gpio: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH v2 02/11] gpio: Remove redundant check for struct gpio_chip
` [PATCH v2 03/11] gpio: sysfs: "
` [PATCH v2 04/11] gpio: Ensure struct gpio_chip for gpiochip_setup_dev()
` [PATCH v2 05/11] gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH v2 06/11] selftests: gpio: Add gpio-cdev-uaf tests
` [PATCH v2 07/11] gpio: Add revocable provider handle for struct gpio_chip
` [PATCH v2 08/11] gpio: cdev: Leverage revocable for accessing "
` [PATCH v2 09/11] gpio: Remove gpio_chip_guard by using revocable
` [PATCH v2 10/11] gpio: Leverage revocable for accessing struct gpio_chip
` [PATCH v2 11/11] gpio: Remove unused `chip` and `srcu` in struct gpio_device

[PATCH] platform/chrome: cros_ec_typec: Skip Type-C mux handling in EC-driven devices
 2026-02-05 10:04 UTC 

[PATCH v7 0/3] drivers/base: Introduce revocable
 2026-02-04 13:12 UTC  (3+ messages)
` [PATCH v7 1/3] revocable: Revocable resource management

[PATCH] platform/chrome: lightbar: Remove [0]
 2026-02-04  4:45 UTC  (2+ messages)

[PATCH] platform/chrome: lightbar: Add on/off switch
 2026-02-04  3:59 UTC 

[PATCH] platform/chrome: lightbar: Optimize command size
 2026-02-04  3:50 UTC 

[PATCH v2] platform/chrome: lightbar: Fix lightbar_program_ex alignment
 2026-02-03  2:24 UTC  (2+ messages)

[PATCH] platform/chrome: lightbar: Fix lightbar_program_ex alignment
 2026-02-02 13:10 UTC  (2+ messages)

[PATCH v4 1/2] platform: chrome: lightbar: Report number of segments
 2026-01-30  8:32 UTC  (3+ messages)
` [PATCH v4 2/2] platform: chrome: lightbar: Add support for large sequence

[PATCH] platform/chrome: cros_ec_lightbar: Fix response size initialization
 2026-01-30  8:03 UTC  (2+ messages)

[PATCH 1/2] platform/chrome: cros_ec_typec: Enforce priority-based mode selection
 2026-01-30  3:26 UTC  (3+ messages)
` [PATCH 2/2] platform/chrome: cros_ec_typec: Reorder altmode registration

[PATCH v2 00/12] drm, coreboot: Add DRM coreboot driver
 2026-01-29 15:01 UTC  (28+ messages)
` [PATCH v2 01/12] firmware: google: framebuffer: Do not unregister platform device
` [PATCH v2 02/12] firmware: google: framebuffer: Do not mark framebuffer as busy
` [PATCH v2 03/12] firmware: google: framebuffer: Init memory resource with helper macro
` [PATCH v2 04/12] firmware: google: framebuffer: Tie platform device to PCI hardware
` [PATCH v2 05/12] firmware: google: framebuffer: Fix dependencies
` [PATCH v2 06/12] firmware: google: Init coreboot bus with subsys_initcall()
` [PATCH v2 07/12] firmware: google: Clean up include statements in coreboot_table.h
` [PATCH v2 08/12] firmware: google: Export coreboot table entries
` [PATCH v2 11/12] drm/sysfb: corebootdrm: Add DRM driver for coreboot framebuffers
` [PATCH v2 12/12] drm/corebotdrm: Support panel orientation

[PATCH 0/4] revocable: Fix reported race conditions
 2026-01-29 14:37 UTC  (5+ messages)
` [PATCH 1/4] revocable: Fix races in revocable_alloc() using RCU
` [PATCH 2/4] revocable: Add KUnit test for provider lifetime races
` [PATCH 3/4] revocable: fix SRCU index corruption by requiring caller-provided storage
` [PATCH 4/4] revocable: Add KUnit test for concurrent access

[PATCH v3 1/2] platform: chrome: lightbar: Report number of segments
 2026-01-28  5:10 UTC  (4+ messages)
` [PATCH v3 2/2] platform: chrome: lightbar: Add support for large sequence

[PATCH v2 1/2] platform: chrome: lightbar: Report number of segments
 2026-01-28  2:38 UTC  (4+ messages)
` [PATCH v2 2/2] platform: chrome: lightbar: Add support for large sequence

[PATCH 00/23] gpiolib: Adopt revocable mechanism for UAF prevention
 2026-01-27 15:56 UTC  (15+ messages)
` [PATCH 01/23] gpiolib: Correct wrong kfree() usage for `kobj->name`
` [PATCH 22/23] gpiolib: Leverage revocable for other independent lifecycle instances

[PATCH 2/2] chrome: lightbar: Add support for large sequence
 2026-01-27  6:09 UTC  (4+ messages)

[PATCH v2 0/4] hwmon: (cros_ec) Fan target and temperature thresholds
 2026-01-27  0:26 UTC  (16+ messages)
` [PATCH v2 1/4] hwmon: (cros_ec) Split up supported features in the documentation
` [PATCH v2 2/4] hwmon: (cros_ec) Add support for fan target speed
` [PATCH v2 3/4] hwmon: (cros_ec) Move temperature channel params to a macro
` [PATCH v2 4/4] hwmon: (cros_ec) Add support for temperature thresholds

[PATCH 1/2] chrome: lightbar: Report number of segments
 2026-01-26  8:54 UTC  (3+ messages)

[PATCH v5 0/7] iio: core: Introduce cleanup.h support for mode locks
 2026-01-23  9:56 UTC  (14+ messages)
` [PATCH v5 2/7] iio: core: Refactor iio_device_claim_direct() implementation
` [PATCH v5 5/7] iio: light: vcnl4000: Use IIO cleanup helpers
` [PATCH v5 6/7] iio: health: max30102: "

[PATCH v1 0/2] platform/chrome: cros_typec_switch: Fix fwnode and _ADR handling
 2026-01-21  4:41 UTC  (4+ messages)
` [PATCH v1 1/2] platform/chrome: cros_typec_switch: Don't touch struct fwnode_handle::dev
` [PATCH v1 2/2] platform/chrome: cros_typec_switch: simplify code with acpi_get_local_u64_address()

[PATCH v5 0/7] USB Type-C mode selection
 2026-01-20 15:27 UTC  (11+ messages)
` [PATCH v5 3/7] usb: typec: Expose alternate mode priority via sysfs
` [PATCH v5 4/7] usb: typec: Implement mode selection
` [PATCH v5 5/7] usb: typec: Introduce mode_selection bit
` [PATCH v5 6/7] usb: typec: ucsi: Support mode selection to activate altmodes
` [PATCH v5 7/7] usb: typec: ucsi: Enforce mode selection for cros_ec_ucsi


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).