Chrome platform driver development
 help / color / mirror / Atom feed
 messages from 2024-08-22 13:39:29 to 2024-09-14 22:50:53 UTC [more...]

[PATCH v6 0/8] usb: typec: Implement UCSI driver for ChromeOS
 2024-09-14 22:50 UTC  (18+ messages)
` [PATCH v6 1/8] platform/chrome: Update ChromeOS EC header for UCSI
` [PATCH v6 2/8] platform/chrome: Update EC feature flags
` [PATCH v6 3/8] usb: typec: ucsi: Implement ChromeOS UCSI driver
` [PATCH v6 4/8] usb: typec: cros_ec_ucsi: Use complete instead of resume
` [PATCH v6 5/8] usb: typec: cros_ec_ucsi: Add trace events
` [PATCH v6 6/8] usb: typec: cros_ec_ucsi: Add netlink
` [PATCH v6 7/8] mfd: cros_ec: Load cros_ec_ucsi on supported ECs
` [PATCH v6 8/8] mfd: cros_ec: Don't load charger with UCSI

[PATCH v7 00/10] platform/chrome: Introduce DT hardware prober
 2024-09-13 23:43 UTC  (22+ messages)
` [PATCH v7 01/10] of: dynamic: Add of_changeset_update_prop_string
` [PATCH v7 02/10] of: base: Add for_each_child_of_node_with_prefix()
` [PATCH v7 03/10] regulator: Split up _regulator_get()
` [PATCH v7 04/10] regulator: Add of_regulator_get_optional() for pure DT regulator lookup
` [PATCH v7 05/10] i2c: core: Remove extra space in Makefile
` [PATCH v7 06/10] i2c: Introduce OF component probe function
` [PATCH v7 07/10] i2c: of-prober: Add simple helpers for regulator support
` [PATCH v7 08/10] i2c: of-prober: Add GPIO support to simple helpers
` [PATCH v7 09/10] platform/chrome: Introduce device tree hardware prober
` [PATCH v7 10/10] arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens and trackpads as fail
` (subset) [PATCH v7 00/10] platform/chrome: Introduce DT hardware prober

[PATCH v2] firmware: coreboot: Don't register a pdev if screen_info data is present
 2024-09-13 21:43 UTC 

[PATCH v3] firmware: coreboot: Don't register a pdev if screen_info data is present
 2024-09-13 21:32 UTC 

[PATCH v2] firmware: coreboot: Don't register a pdev if screen_info data is present
 2024-09-13 21:04 UTC  (2+ messages)

[REGRESSION] soft lockup on boot starting with kernel 6.10 / commit 5186ba33234c9a90833f7c93ce7de80e25fac6f5
 2024-09-13 19:03 UTC  (14+ messages)
  ` [NOT A REGRESSION] firmware: framebuffer-coreboot: duplicate device name "simple-framebuffer.0"

[PATCH v6 00/12] platform/chrome: Introduce DT hardware prober
 2024-09-11 14:49 UTC  (47+ messages)
` [PATCH v6 01/12] of: dynamic: Add of_changeset_update_prop_string
` [PATCH v6 02/12] of: base: Add for_each_child_of_node_with_prefix_scoped()
` [PATCH v6 03/12] regulator: Move OF-specific regulator lookup code to of_regulator.c
` [PATCH v6 04/12] regulator: Split up _regulator_get()
` [PATCH v6 05/12] regulator: Do pure DT regulator lookup in of_regulator_bulk_get_all()
` [PATCH v6 06/12] gpiolib: Add gpio_get_property_name_length()
` [PATCH v6 07/12] i2c: core: Remove extra space in Makefile
` [PATCH v6 08/12] i2c: Introduce OF component probe function
` [PATCH v6 09/12] i2c: of-prober: Add regulator support
` [PATCH v6 10/12] i2c: of-prober: Add GPIO support
` [PATCH v6 11/12] platform/chrome: Introduce device tree hardware prober
` [PATCH v6 12/12] arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens and trackpads as fail
` (subset) [PATCH v6 00/12] platform/chrome: Introduce DT hardware prober

[PATCH v4 00/18] platform/chrome: Add DT USB/DP muxing/topology support
 2024-09-06 23:22 UTC  (37+ messages)
` [PATCH v4 01/18] drm/atomic-helper: Introduce lane remapping support to bridges
` [PATCH v4 02/18] drm/bridge: Verify lane assignment is going to work during atomic_check
` [PATCH v4 03/18] usb: typec: Stub out typec_switch APIs when CONFIG_TYPEC=n
` [PATCH v4 04/18] usb: typec: Add device managed typec_mux_register()
` [PATCH v4 05/18] usb: typec: Add device managed typec_switch_register()
` [PATCH v4 06/18] drm/bridge: aux-hpd: Support USB Type-C DP altmodes via DRM lane assignment
` [PATCH v4 07/18] drm/bridge: dp_typec: Support USB Type-C orientation
` [PATCH v4 08/18] drm/bridge: dp_typec: Add "no-hpd" support
` [PATCH v4 09/18] drm/bridge: dp_typec: Allow users to hook hpd notify path
` [PATCH v4 10/18] devcon property: Document devcon_match_fn_t
` [PATCH v4 11/18] device property: Add remote endpoint to devcon matcher
` [PATCH v4 12/18] dt-bindings: usb-switch: Extract endpoints to defs
` [PATCH v4 13/18] dt-bindings: usb-switch: Extend for DisplayPort altmode
` [PATCH v4 14/18] dt-bindings: Move google,cros-ec-typec binding to usb
` [PATCH v4 15/18] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode
` [PATCH v4 16/18] platform/chrome: cros_ec_typec: Add support for signaling DP HPD via drm_bridge
` [PATCH v4 17/18] platform/chrome: cros_ec_typec: Support DP muxing
` [PATCH v4 18/18] platform/chrome: cros_ec_typec: Handle lack of HPD information

[PATCH v5 0/8] usb: typec: Implement UCSI driver for ChromeOS
 2024-09-06 15:19 UTC  (18+ messages)
` [PATCH v5 1/8] platform/chrome: Update ChromeOS EC header for UCSI
` [PATCH v5 2/8] platform/chrome: Update EC feature flags
` [PATCH v5 3/8] usb: typec: ucsi: Implement ChromeOS UCSI driver
` [PATCH v5 4/8] usb: typec: cros_ec_ucsi: Use complete instead of resume
` [PATCH v5 5/8] usb: typec: cros_ec_ucsi: Add trace events
` [PATCH v5 6/8] usb: typec: cros_ec_ucsi: Add netlink
` [PATCH v5 7/8] mfd: cros_ec: Load cros_ec_ucsi on supported ECs
` [PATCH v5 8/8] mfd: cros_ec: Don't load charger with UCSI

chrome-platform/for-next build: 5 builds: 1 failed, 4 passed (v6.11-rc2-3-gd1b35e6d34e9b)
 2024-08-27 11:25 UTC 

[PATCH v3 00/17] platform/chrome: Add DT USB/DP muxing/topology support
 2024-08-27  3:25 UTC  (13+ messages)
` [PATCH v3 13/17] dt-bindings: Move google,cros-ec-typec binding to usb
` [PATCH v3 15/17] platform/chrome: cros_ec_typec: Add support for signaling DP HPD via drm_bridge
` [PATCH v3 16/17] platform/chrome: cros_ec_typec: Support DP muxing

[PATCH v5 00/10] platform/chrome: Introduce DT hardware prober
 2024-08-26 13:19 UTC  (32+ messages)
` [PATCH v5 02/10] regulator: Move OF-specific regulator lookup code to of_regulator.c
` [PATCH v5 03/10] regulator: Split up _regulator_get()
` [PATCH v5 04/10] regulator: Do pure DT regulator lookup in of_regulator_bulk_get_all()
` [PATCH v5 05/10] gpiolib: Add gpio_property_name_length()
` [PATCH v5 06/10] i2c: Introduce OF component probe function
` [PATCH v5 07/10] i2c: of-prober: Add regulator support
` [PATCH v5 08/10] i2c: of-prober: Add GPIO support

[PATCH v1 1/1] iio: proximity: cros_ec_mkbp_proximity: Switch to including mod_devicetable.h for struct of_device_id definition
 2024-08-24  9:46 UTC  (2+ messages)

[PATCH v3] platform/chrome: chromeos_laptop: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-23 13:52 UTC  (2+ messages)

[PATCH v2] platform/chrome: chromeos_laptop: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-23  7:27 UTC  (3+ messages)

[PATCH v2] mfd: cros_ec: update module description
 2024-08-22 14:07 UTC  (2+ messages)
` (subset) "


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