messages from 2026-07-10 08:03:12 to 2026-08-01 17:31:17 UTC [more...]
[PATCH v4 00/12] leds: Add support for hardware-initiated hardware control trigger transition
2026-08-01 17:26 UTC (13+ messages)
` [PATCH v4 01/12] leds: Move led_trigger_is_hw_controlled() to the right place
` [PATCH v4 02/12] leds: class: Remove hardware control trigger when writing brightness
` [PATCH v4 03/12] leds: trigger: Add offloaded() callback and provide trigger_may_offload attribute
` [PATCH v4 04/12] leds: cros_ec: Implement offloaded() trigger callback
` [PATCH v4 05/12] leds: turris-omnia: Implement offloaded() trigger callback and declare hw_control_trigger
` [PATCH v4 06/12] leds: trigger: netdev: Implement offloaded() callback
` [PATCH v4 07/12] leds: trigger: Enforce strict checks in led_trigger_is_hw_controlled()
` [PATCH v4 08/12] leds: trigger: Do not attach trigger to a removing LED
` [PATCH v4 09/12] leds: trigger: Add led_trigger_notify_hw_control_changed() interface
` [PATCH v4 10/12] platform/x86: ideapad-laptop: Decouple hardware & classdev brightness for keyboard backlight
` [PATCH v4 11/12] platform/x86: ideapad-laptop: Serialize keyboard backlight notifications
` [PATCH v4 12/12] platform/x86: ideapad-laptop: Fully support auto keyboard backlight
[PATCH] firmware: google: coreboot: validate table bounds
2026-08-01 16:56 UTC
[PATCH v12 0/6] Introduce the Power State Change Reasons Recording (PSCRR) framework
2026-07-31 9:59 UTC (7+ messages)
` [PATCH v12 1/6] power: Extend power_on_reason.h for upcoming PSCRR framework
` [PATCH v12 2/6] reboot: hw_protection_trigger: use standardized numeric shutdown/reboot reasons instead of strings
` [PATCH v12 3/6] reboot: add parsable tokens for power state change reasons
` [PATCH v12 4/6] reboot: extend psc_reason with power-on and reset causes
` [PATCH v12 5/6] power: reset: Introduce PSCR Recording Framework for Non-Volatile Storage
` [PATCH v12 6/6] Documentation: Add sysfs documentation for PSCRR
[PATCH] platform/chrome: lightbar: Enforce 8-bit payload limit
2026-07-31 2:24 UTC (7+ messages)
` [PATCH v2] platform/chrome: lightbar: Limit payload size to EC bounding macro
` [PATCH v3] platform/chrome: lightbar: Limit payload size to EC packet limit
` [PATCH v4] platform/chrome: lightbar: Limit payload to max packet size
[PATCH v3] hwmon: (cros_ec) Avoid threshold temperature conversion overflows
2026-07-30 16:30 UTC (2+ messages)
[PATCH v11 0/7] Introduction of PSCR Framework and Related Components
2026-07-30 10:46 UTC (9+ messages)
[PATCH v2 1/2] platform/chrome: cros_ec_debugfs: clean up console log on probe failure
2026-07-30 1:48 UTC (3+ messages)
` [PATCH v2 2/2] platform/chrome: cros_ec_debugfs: unregister panic notifier
[PATCH v2] hwmon: (cros_ec) Handle temperature conversion overflows
2026-07-29 16:26 UTC (4+ messages)
[PATCH] hwmon: (cros_ec): Hide unconfigured temperature thresholds
2026-07-29 15:35 UTC (4+ messages)
[PATCH] platform/chrome: cros_ec_debugfs: unregister panic notifier
2026-07-29 3:39 UTC (2+ messages)
[PATCH] platform/chrome: cros_ec_sensorhub: Modify clock drift estimation
2026-07-28 10:15 UTC (4+ messages)
` [PATCH v2] framework/chrome: "
` [PATCH v3] platform/chrome: "
[PATCH v10 0/4] coreboot CFR firmware attributes
2026-07-28 8:20 UTC (5+ messages)
` [PATCH v10 1/4] platform/x86: Sort firmware attributes class includes
` [PATCH v10 2/4] firmware: Move firmware attributes class helper
` [PATCH v10 3/4] firmware: Rename google firmware directory to coreboot
` [PATCH v10 4/4] firmware: coreboot: Add CFR firmware attributes driver
[PATCH v9 0/4] firmware: Add coreboot CFR firmware attributes driver
2026-07-27 19:51 UTC (5+ messages)
` [PATCH v9 1/4] platform/x86: Sort firmware attributes class includes
` [PATCH v9 2/4] firmware: Move firmware attributes class helper
` [PATCH v9 3/4] firmware: Rename google firmware directory to coreboot
` [PATCH v9 4/4] firmware: coreboot: Add CFR firmware attributes driver
[PATCH v8 4/4] firmware: coreboot: Add CFR firmware attributes driver
2026-07-24 9:18 UTC (2+ messages)
[PATCH v8 1/4] platform/x86: Sort firmware attributes class includes
2026-07-24 8:35 UTC (2+ messages)
[PATCH v2 0/2] mfd: platform/chrome: Catch EC feature read errors during probe
2026-07-23 16:05 UTC (8+ messages)
` [PATCH v2 2/2] mfd: cros_ec: Read EC features during probe to catch transfer error
[PATCH v1] power: supply: cros_usbpd: Limit port counts to EC_USB_PD_MAX_PORTS
2026-07-23 15:06 UTC (3+ messages)
[PATCH v8 3/4] firmware: Rename google firmware directory to coreboot
2026-07-22 20:05 UTC
[PATCH v8 2/4] firmware: Move firmware attributes class helper
2026-07-22 20:05 UTC
[PATCH v8 0/4] firmware: Add coreboot CFR firmware attributes driver
2026-07-22 20:04 UTC
[PATCH RFC v3 00/11] leds: Add support for hardware-initiated hardware control trigger transition
2026-07-22 16:31 UTC (19+ messages)
` [PATCH RFC v3 01/11] leds: Move led_trigger_is_hw_controlled() to the right place
` [PATCH RFC v3 02/11] leds: class: Remove hardware control trigger when writing brightness
` [PATCH RFC v3 03/11] leds: trigger: Add offloaded() callback and provide trigger_may_offload attribute
` [PATCH RFC v3 04/11] leds: cros_ec: trigger: Implement offloaded() callback
` [PATCH RFC v3 05/11] leds: turris-omnia: trigger: Implement offloaded() and declare hw_control_trigger
` [PATCH RFC v3 06/11] leds: trigger: netdev: Implement offloaded() callback
` [PATCH RFC v3 07/11] leds: trigger: Enforce strict checks in led_trigger_is_hw_controlled()
` [PATCH RFC v3 08/11] leds: trigger: Add led_trigger_notify_hw_control_changed() interface
` [PATCH RFC v3 09/11] platform/x86: ideapad-laptop: Decouple hardware & classdev brightness for keyboard backlight
` [PATCH RFC v3 10/11] platform/x86: ideapad-laptop: Serialize keyboard backlight notifications
` [PATCH RFC v3 11/11] platform/x86: ideapad-laptop: Fully support auto keyboard backlight
[PATCH v3 0/9] arm64: mediatek: Chromebook trackpad supply fixes
2026-07-22 9:06 UTC (17+ messages)
` [PATCH v3 1/9] regulator: core: Add "enable and wait" functions
` [PATCH v3 2/9] Input: elan_i2c - sort include statements
` [PATCH v3 3/9] Input: elan_i2c - Wait for initialization after enabling regulator supply
` [PATCH v3 4/9] HID: i2c-hid-of: skip post-power-on delay if powered on sufficiently long
` [PATCH v3 5/9] i2c: of-prober: "
` [PATCH v3 6/9] i2c: of-prober: Defer regulator_disable() on successful probe in simple helper
` [PATCH v3 7/9] platform/chrome: of_hw_prober: Add delay for hana trackpads
` [PATCH v3 8/9] arm64: dts: mediatek: mt8173-elm-hana: Unmark trackpad supply as always-on
` [PATCH v3 9/9] arm64: dts: mediatek: mt8192-asurada-spherion: Add Synaptics trackpad's supply
[PATCH v7 0/3] firmware: Add coreboot CFR firmware attributes driver
2026-07-21 9:56 UTC (9+ messages)
` [PATCH v7 1/3] firmware: Move firmware attributes class helper
` [PATCH v7 2/3] firmware: Rename google firmware directory to coreboot
` [PATCH v7 3/3] firmware: coreboot: Add CFR firmware attributes driver
[PATCH] power: supply: cros_peripheral_charger: unregister EC notifier
2026-07-20 21:43 UTC (2+ messages)
[PATCH v2] power: supply: cros_usbpd-charger: bound the EC-reported port count
2026-07-20 21:43 UTC (2+ messages)
[PATCH] platform/chrome: cros_ec_sensorhub: Fix AP/EC TS wrap
2026-07-20 11:04 UTC
[PATCH 0/7] platform: Remove redundant error messages on IRQ request failure
2026-07-20 3:29 UTC (3+ messages)
` [PATCH 2/7] platform/chrome: Remove redundant dev_err()
` (subset) [PATCH 0/7] platform: Remove redundant error messages on IRQ request failure
[PATCH v2] firmware: google: coreboot_table: skip no-map CBMEM entries
2026-07-20 2:56 UTC (2+ messages)
[PATCH 0/3] hwmon: (cros_ec) Synchronize EC access from the thermal device callbacks
2026-07-19 14:35 UTC (7+ messages)
` [PATCH 1/3] hwmon: (cros_ec) Register the thermal devices after the hwmon ones
` [PATCH 2/3] hwmon: (cros_ec) Store the hwmon device in cros_ec_hwmon_priv
` [PATCH 3/3] hwmon: (cros_ec) Synchronize EC access from the thermal device callbacks
[PATCH] firmware: google: coreboot_table: skip no-map CBMEM entries
2026-07-17 7:59 UTC (4+ messages)
[PATCH v4 0/3] firmware: Add coreboot CFR firmware attributes driver
2026-07-17 5:53 UTC (14+ messages)
` [PATCH v5 "
` [PATCH v5 1/3] firmware: Move firmware attributes class helper
` [PATCH v5 2/3] firmware: Rename google firmware directory to coreboot
` [PATCH v5 3/3] firmware: coreboot: Add CFR firmware attributes driver
` [PATCH v6 0/3] firmware: Add coreboot "
` [PATCH v6 1/3] firmware: Move firmware attributes class helper
` [PATCH v6 2/3] firmware: Rename google firmware directory to coreboot
` [PATCH v6 3/3] firmware: coreboot: Add CFR firmware attributes driver
[PATCH v2] platform/chrome: sensorhub: Fix dropped timestamp events and log spam
2026-07-16 2:43 UTC (5+ messages)
[PATCH v2 00/37] drm/bridge: Convert all bridges to atomic
2026-07-15 7:50 UTC (2+ messages)
[PATCH v4 00/24] ASoC: codecs: Use guard() for mutex & spin lock - part 1
2026-07-14 11:48 UTC (2+ messages)
[PATCH RFC v2 0/9] leds: Add support for hardware-initiated hardware control trigger transition
2026-07-14 17:23 UTC (8+ messages)
` [PATCH RFC v2 1/9] leds: Add callback offloaded() to query the state of hardware control trigger
` [PATCH RFC v2 2/9] leds: cros_ec: Implement offloaded() callback for trigger
` [PATCH RFC v2 5/9] leds: Add trigger_may_offload attribute
[PATCH] platform/chrome: sensorhub: Fix dropped timestamp events and log spam
2026-07-14 11:54 UTC (2+ messages)
[PATCH v4 3/3] firmware: coreboot: Add CFR firmware attributes driver
2026-07-13 4:42 UTC (2+ messages)
[PATCH v3 00/23] mfd: Use named initializers for arrays of *_device_data
2026-07-10 19:45 UTC (2+ messages)
[PATCH v4 2/3] firmware: Rename google firmware directory to coreboot
2026-07-10 16:40 UTC
[PATCH v4 1/3] firmware: Move firmware attributes class helper
2026-07-10 16:39 UTC
[PATCH v3 0/3] coreboot CFR firmware attributes
2026-07-10 12:11 UTC (3+ messages)
` [PATCH v3 1/3] firmware: Move firmware attributes class helper
[PATCH v1 0/5] pwm: Unify arrays of various *_device_id
2026-07-10 8:03 UTC (2+ messages)
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox