Chrome platform driver development
 help / color / mirror / Atom feed
 messages from 2022-06-24 04:10:13 to 2022-07-17 17:45:14 UTC [more...]

[PATCH v1 0/12] drm bridge updates
 2022-07-17 17:44 UTC  (4+ messages)
` [PATCH v1 02/12] drm/bridge: Drop unused drm_bridge_chain functions
` [PATCH v1 03/12] drm/mediatek: Drop chain_mode_fixup call in mode_valid()
` [PATCH v1 04/12] drm/bridge: Drop drm_bridge_chain_mode_fixup

[PATCH 0/6] i2c: Make remove callback return void
 2022-07-17 12:35 UTC  (30+ messages)
` [PATCH 6/6] "

[PATCH v3 00/15] make iio inkern interface firmware agnostic
 2022-07-15 21:40 UTC  (18+ messages)
` [PATCH v3 01/15] iio: inkern: only release the device node when done with it
` [PATCH v3 02/15] iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
` [PATCH v3 03/15] iio: inkern: only return error codes in iio_channel_get_*() APIs
` [PATCH v3 04/15] iio: inkern: split of_iio_channel_get_by_name()
` [PATCH v3 05/15] iio: inkern: move to fwnode properties
` [PATCH v3 06/15] thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode API
` [PATCH v3 07/15] iio: adc: ingenic-adc: convert to IIO fwnode interface
` [PATCH v3 08/15] iio: adc: ab8500-gpadc: convert to device properties
` [PATCH v3 09/15] iio: adc: at91-sama5d2_adc: "
` [PATCH v3 10/15] iio: adc: qcom-pm8xxx-xoadc: "
` [PATCH v3 11/15] iio: adc: qcom-spmi-vadc: "
` [PATCH v3 12/15] iio: adc: qcom-spmi-adc5: "
` [PATCH v3 13/15] iio: adc: stm32-adc: "
` [PATCH v3 14/15] iio: inkern: remove OF dependencies
` [PATCH v3 15/15] iio: inkern: fix coding style warnings

[PATCH] platform/chrome: cros_ec_typec: Use dev_err_probe on port register fail
 2022-07-15 19:00 UTC  (5+ messages)

[PATCH v2 00/15] make iio inkern interface firmware agnostic
 2022-07-15 11:22 UTC  (30+ messages)
` [PATCH v2 01/15] iio: inkern: only release the device node when done with it
` [PATCH v2 02/15] iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
` [PATCH v2 03/15] iio: inkern: only return error codes in iio_channel_get_*() APIs
` [PATCH v2 04/15] iio: inkern: split of_iio_channel_get_by_name()
` [PATCH v2 05/15] iio: inkern: move to fwnode properties
` [PATCH v2 06/15] thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode API
` [PATCH v2 07/15] iio: adc: ingenic-adc: convert to IIO fwnode interface
` [PATCH v2 08/15] iio: adc: ab8500-gpadc: convert to device properties
` [PATCH v2 09/15] iio: adc: at91-sama5d2_adc: "
` [PATCH v2 10/15] iio: adc: qcom-pm8xxx-xoadc: "
` [PATCH v2 11/15] iio: adc: qcom-spmi-vadc: "
` [PATCH v2 12/15] iio: adc: qcom-spmi-adc5: "
` [PATCH v2 13/15] iio: adc: stm32-adc: "
` [PATCH v2 14/15] iio: inkern: remove OF dependencies
` [PATCH v2 15/15] iio: inkern: fix coding style warnings

[PATCH v2] platform/chrome: cros_ec: Send host event for prepare/complete
 2022-07-14 23:33 UTC  (9+ messages)

[PATCH] platform/chrome: cros_ec: Send host event for prepare/complete
 2022-07-14 18:17 UTC  (4+ messages)

[PATCH v4 0/9] Type-C switch driver and Type-C framework updates
 2022-07-14 17:29 UTC  (16+ messages)
` [PATCH v4 1/9] usb: typec: Add support for retimers
` [PATCH v4 2/9] usb: typec: Add retimer handle to port
` [PATCH v4 3/9] platform/chrome: Add Type-C mux set command definitions
` [PATCH v4 4/9] platform/chrome: cros_typec_switch: Add switch driver
` [PATCH v4 5/9] platform/chrome: cros_typec_switch: Set EC retimer
` [PATCH v4 6/9] platform/chrome: cros_typec_switch: Add event check
` [PATCH v4 7/9] platform/chrome: cros_typec_switch: Register mode switches
` [PATCH v4 8/9] platform/chrome: cros_ec_typec: Cleanup switch handle return paths
` [PATCH v4 9/9] platform/chrome: cros_ec_typec: Get retimer handle

[PATCH] platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure
 2022-07-14 16:31 UTC  (2+ messages)

[RESEND PATCH 00/11] platform/chrome: Kunit tests and refactor for cros_ec_cmd_xfer()
 2022-07-14 14:29 UTC  (24+ messages)
` [RESEND PATCH 01/11] platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command()
` [RESEND PATCH 02/11] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_cmd_xfer()
` [RESEND PATCH 03/11] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_send_command()
` [RESEND PATCH 04/11] platform/chrome: cros_ec_proto: separate cros_ec_xfer_command()
` [RESEND PATCH 05/11] platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete()
` [RESEND PATCH 06/11] platform/chrome: cros_ec_proto: change Kunit expectation when timed out
` [RESEND PATCH 07/11] platform/chrome: cros_ec_proto: return -EAGAIN when retries "
` [RESEND PATCH 08/11] platform/chrome: cros_ec_proto: change Kunit expectation for EC errors
` [RESEND PATCH 09/11] platform/chrome: cros_ec_proto: return standard error codes "
` [RESEND PATCH 10/11] platform/chrome: cros_ec_proto: add Kunit test for empty payload
` [RESEND PATCH 11/11] platform/chrome: cros_ec_proto: return -EPROTO if "

chrome-platform/for-kernelci cros-ec: 8 runs, 1 regressions (v5.19-rc1-39-g5ffc0821f4df)
 2022-07-13 20:33 UTC 

chrome-platform/for-kernelci sleep: 5 runs, 1 regressions (v5.19-rc1-39-g5ffc0821f4df)
 2022-07-13 20:03 UTC 

chrome-platform/for-kernelci baseline: 60 runs, 5 regressions (v5.19-rc1-39-g5ffc0821f4df)
 2022-07-13 19:48 UTC 

chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed (v5.19-rc1-39-g5ffc0821f4df)
 2022-07-13 19:05 UTC 

[PATCH] rtc: cros-ec: Only warn once in .remove() about notifier_chain problems
 2022-07-13  2:40 UTC  (2+ messages)

[PATCH 1/2] platform/chrome: cros_ec_typec: Rename port altmode array
 2022-07-12 21:03 UTC  (2+ messages)
` [PATCH 2/2] platform/chrome: cros_ec_typec: Register port altmodes

[PATCH v3 0/9] Type-C switch driver and Type-C framework updates
 2022-07-08 17:24 UTC  (15+ messages)
` [PATCH v3 1/9] usb: typec: Add support for retimers
` [PATCH v3 2/9] usb: typec: Add retimer handle to port
` [PATCH v3 3/9] platform/chrome: Add Type-C mux set command definitions
` [PATCH v3 4/9] platform/chrome: cros_typec_switch: Add switch driver
` [PATCH v3 5/9] platform/chrome: cros_typec_switch: Set EC retimer
` [PATCH v3 6/9] platform/chrome: cros_typec_switch: Add event check
` [PATCH v3 7/9] platform/chrome: cros_typec_switch: Register mode switches
` [PATCH v3 8/9] platform/chrome: cros_ec_typec: Cleanup switch handle return paths
` [PATCH v3 9/9] platform/chrome: cros_ec_typec: Get retimer handle

[PATCH v2 0/9] platform/chrome: Type-C switch driver and Type-C framework updates
 2022-07-07 22:06 UTC  (13+ messages)
` [PATCH v2 1/9] usb: typec: Add support for retimers
` [PATCH v2 2/9] usb: typec: Add retimer handle to port
` [PATCH v2 3/9] platform/chrome: Add Type-C mux set command definitions
` [PATCH v2 4/9] platform/chrome: cros_typec_switch: Add switch driver
` [PATCH v2 5/9] platform/chrome: cros_typec_switch: Set EC retimer
` [PATCH v2 6/9] platform/chrome: cros_typec_switch: Add event check
` [PATCH v2 7/9] platform/chrome: cros_typec_switch: Register mode switches
` [PATCH v2 8/9] platform/chrome: cros_ec_typec: Cleanup switch handle return paths
` [PATCH v2 9/9] platform/chrome: cros_ec_typec: Get retimer handle

[PATCH 0/9] platform/chrome: Type-C switch driver and Type-C framework updates
 2022-06-30 17:16 UTC  (15+ messages)
` [PATCH 1/9] usb: typec: Add support for retimers
` [PATCH 2/9] usb: typec: Add retimer handle to port
` [PATCH 3/9] platform/chrome: Add Type-C mux set command definitions
` [PATCH 4/9] platform/chrome: cros_typec_switch: Add switch driver
` [PATCH 5/9] platform/chrome: cros_typec_switch: Set EC retimer
` [PATCH 6/9] platform/chrome: cros_typec_switch: Add event check
` [PATCH 7/9] platform/chrome: cros_typec_switch: Register mode switches
` [PATCH 8/9] platform/chrome: cros_ec_typec: Cleanup switch handle return paths
` [PATCH 9/9] platform/chrome: cros_ec_typec: Get retimer handle

[PATCH v6 0/2] dt-bindings: cros-ec: Update for fingerprint devices
 2022-06-29  7:29 UTC  (7+ messages)
` [PATCH v6 1/2] dt-bindings: cros-ec: Reorganize property availability
` [PATCH v6 2/2] dt-bindings: cros-ec: Add ChromeOS fingerprint binding

chrome-platform/for-kernelci sleep: 7 runs, 1 regressions (v5.19-rc1-38-g15288cf9f149)
 2022-06-25 14:35 UTC 

chrome-platform/for-kernelci baseline: 106 runs, 9 regressions (v5.19-rc1-38-g15288cf9f149)
 2022-06-25 14:20 UTC 

chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed (v5.19-rc1-38-g15288cf9f149)
 2022-06-25 13:37 UTC 

[PATCH] platform/chrome: wilco_ec: event: Fix typo in comment
 2022-06-24  4:10 UTC  (3+ messages)


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