Chrome platform driver development
 help / color / mirror / Atom feed
 messages from 2025-08-04 09:04:30 to 2025-09-22 20:17:17 UTC [more...]

[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
 2025-09-22 20:17 UTC  (38+ messages)
` [PATCH v3 1/5] revocable: Revocable resource management
` [PATCH v3 2/5] revocable: Add Kunit test cases
` [PATCH v3 3/5] selftests: revocable: Add kselftest cases
` [PATCH v3 4/5] platform/chrome: Protect cros_ec_device lifecycle with revocable
` [PATCH v3 5/5] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable

[PATCH RFC 0/5] USB Type-C alternate mode selection
 2025-09-22 13:50 UTC  (15+ messages)
` [PATCH RFC 1/5] usb: typec: Implement "
` [PATCH RFC 2/5] usb: typec: Expose mode_selection attribute via sysfs
` [PATCH RFC 3/5] usb: typec: Report altmode entry status via callback
` [PATCH RFC 4/5] usb: typec: ucsi: displayport: Propagate DP altmode entry result
` [PATCH RFC 5/5] platform/chrome: cros_ec_typec: Propagate "

[PATCH] Subject: [PATCH] firmware: google: Add comments to coreboot_table.c
 2025-09-21 15:54 UTC  (3+ messages)

[PATCH] platform/chrome: cros_ec_typec: Defer probe until EC device is registered
 2025-09-16  9:24 UTC 

[PATCH][next] pwm: cros-ec: Avoid -Wflex-array-member-not-at-end warnings
 2025-09-15  9:36 UTC  (6+ messages)

[PATCH 0/5] platform/chrome: Fix a race when probing drivers
 2025-09-14  3:47 UTC  (15+ messages)
` [PATCH 1/5] platform/chrome: Centralize cros_ec_device allocation
` [PATCH 2/5] platform/chrome: Centralize common cros_ec_device initialization
` [PATCH 3/5] platform/chrome: cros_ec: Separate initialization from cros_ec_register()
` [PATCH 4/5] platform/chrome: cros_ec: Add a flag to track registration state
` [PATCH 5/5] Input: cros_ec_keyb - Defer probe until parent EC device is registered

[PATCH v5] platform/chrome: Add ChromeOS EC USB driver
 2025-09-12  6:54 UTC  (3+ messages)

[PATCH v6] platform/chrome: Add ChromeOS EC USB driver
 2025-09-12  6:51 UTC 

[PATCH v4 0/4] USB Type-C alternate mode priorities
 2025-09-12  6:47 UTC  (5+ messages)
` [PATCH v4 1/4] usb: typec: Add mode_control field to port property
` [PATCH v4 2/4] platform/chrome: cros_ec_typec: Set no_mode_control flag
` [PATCH v4 3/4] usb: typec: Implement alternate mode priority handling
` [PATCH v4 4/4] usb: typec: Expose alternate mode priority via sysfs

[PATCH v3 0/5] USB Type-C alternate mode priorities
 2025-09-11 13:11 UTC  (22+ messages)
` [PATCH v3 1/5] usb: typec: Add mode_control field to port property
` [PATCH v3 2/5] platform/chrome: cros_ec_typec: Set no_mode_control flag
` [PATCH v3 3/5] usb: typec: ucsi: "
` [PATCH v3 4/5] usb: typec: Implement alternate mode priority handling
` [PATCH v3 5/5] usb: typec: Expose alternate mode priority via sysfs

[PATCH v4] platform/chrome: Add ChromeOS EC USB driver
 2025-09-11 10:21 UTC 

[PATCH v6 0/3] Export fan control and register fans as cooling devices
 2025-09-11  6:56 UTC  (4+ messages)
` [PATCH v6 1/3] platform/chrome: update pwm fan control host commands
` [PATCH v6 2/3] hwmon: (cros_ec) add PWM control over fans
` [PATCH v6 3/3] hwmon: (cros_ec) register fans into thermal framework cooling devices

[PATCH v2 0/5] USB Type-C alternate mode priorities
 2025-09-05 12:41 UTC  (17+ messages)
` [PATCH v2 1/5] usb: typec: Add alt_mode_override field to port property
` [PATCH v2 2/5] platform/chrome: cros_ec_typec: Set alt_mode_override flag
` [PATCH v2 3/5] usb: typec: ucsi: "
` [PATCH v2 4/5] usb: typec: Implement alternate mode priority handling
` [PATCH v2 5/5] usb: typec: Expose alternate mode priority via sysfs

[PATCH v2] dt-bindings: mfd: Move embedded controllers to own directory
 2025-09-03  7:39 UTC  (7+ messages)
` (subset) "

[PATCH v3] dt-bindings: mfd: Move embedded controllers to own directory
 2025-09-03  7:35 UTC  (4+ messages)
` (subset) "

[PATCH v1 0/5] USB Type-C alternate mode priorities
 2025-08-22 12:52 UTC  (14+ messages)
` [PATCH v1 1/5] usb: typec: Add alt_mode_override field to port property
` [PATCH v1 2/5] platform/chrome: cros_ec_typec: Set alt_mode_override flag
` [PATCH v1 3/5] usb: typec: ucsi: "
` [PATCH v1 4/5] usb: typec: Implement alternate mode priority handling
` [PATCH v1 5/5] usb: typec: Expose alternate mode priority via sysfs

[PATCH] dt-bindings: mfd: Move embedded controllers to own directory
 2025-08-21 13:24 UTC  (4+ messages)

[PATCH v2 0/5] platform/chrome: Fix a possible UAF via revocable
 2025-08-20  8:16 UTC  (6+ messages)
` [PATCH v2 1/5] revocable: Revocable resource management
` [PATCH v2 2/5] revocable: Add Kunit test cases
` [PATCH v2 3/5] selftests: revocable: Add kselftest cases
` [PATCH v2 4/5] platform/chrome: Protect cros_ec_device lifecycle with revocable
` [PATCH v2 5/5] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable

[PATCH 0/3] platform/chrome: Fix a possible UAF via ref_proxy
 2025-08-16 11:46 UTC  (13+ messages)
` [PATCH 1/3] lib: Add ref_proxy module
` [PATCH 2/3] platform/chrome: Protect cros_ec_device lifecycle with ref_proxy
` [PATCH 3/3] platform/chrome: cros_ec_chardev: Consume cros_ec_device via ref_proxy

[PATCH v3 5/8] platform/chrome: Introduce cros_ec_device_alloc()
 2025-08-14  9:24 UTC  (11+ messages)

[PATCH v3 00/10] USB Type-C mode selection
 2025-08-14  8:22 UTC  (15+ messages)
` [PATCH v3 04/10] usb: typec: Expose mode priorities via sysfs
` [PATCH v3 05/10] usb: typec: Implement automated mode selection
` [PATCH v3 06/10] usb: typec: Report altmode entry status via callback
` [PATCH v3 07/10] usb: typec: ucsi: displayport: Propagate DP altmode entry result
` [PATCH v3 08/10] platform/chrome: cros_ec_typec: Propagate "
` [PATCH v3 09/10] platform/chrome: cros_ec_typec: Report USB4 entry status via callback
` [PATCH v3 10/10] platform/chrome: cros_ec_typec: Add default_usb_mode_set support

[PATCH] platform/chrome: wilco_ec: Remove redundant semicolons
 2025-08-13  9:59 UTC  (2+ messages)

[PATCH v2] platform/chrome: cros_ec: Avoid -Wflex-array-member-not-at-end warning
 2025-08-13  9:55 UTC  (2+ messages)

[PATCH v3] platform/chrome: Add ChromeOS EC USB driver
 2025-08-04 18:19 UTC 

[PATCH v3] firmware: coreboot: Linux-owned SMI handler and its loader
 2025-08-04 14:50 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox