Chrome platform driver development
 help / color / mirror / Atom feed
 messages from 2022-06-10 08:49:11 to 2022-07-06 17:22:57 UTC [more...]

[PATCH v2 0/9] platform/chrome: Type-C switch driver and Type-C framework updates
 2022-07-06 17:15 UTC  (8+ 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 0/6] i2c: Make remove callback return void
 2022-07-06  9:31 UTC  (29+ messages)
` [PATCH 6/6] "

[RESEND PATCH 00/11] platform/chrome: Kunit tests and refactor for cros_ec_cmd_xfer()
 2022-07-04  6:32 UTC  (13+ 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 "

[PATCH] platform/chrome: cros_ec: Send host event for prepare/complete
 2022-07-01 20:39 UTC  (3+ messages)

[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  (10+ 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)

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

[PATCH 0/7] platform/chrome: cros_ec_proto: add Kunit tests
 2022-06-23 16:40 UTC  (15+ messages)
` [PATCH 1/7] platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_status
` [PATCH 2/7] platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()
` [PATCH 3/7] platform/chrome: cros_ec_proto: add Kunit tests for get_next_event
` [PATCH 4/7] platform/chrome: cros_ec_proto: add Kunit tests for get_host_event
` [PATCH 5/7] platform/chrome: cros_ec_proto: add Kunit tests for check_features
` [PATCH 6/7] platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_count
` [PATCH 7/7] platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()

[PATCH 00/34] make iio inkern interface firmware agnostic
 2022-06-18 17:30 UTC  (86+ messages)
` [PATCH 01/34] iio: adc: ad7606: explicitly add proper header files
` [PATCH 02/34] iio: adc: ad7606_par: "
` [PATCH 03/34] iio: adc: berlin2-adc: "
` [PATCH 04/34] iio: adc: imx7d_adc: "
` [PATCH 05/34] iio: adc: imx8qxp-adc: "
` [PATCH 06/34] iio: adc: ingenic-adc: "
` [PATCH 07/34] iio: adc: mp2629_adc: "
` [PATCH 08/34] iio: adc: mt6360-adc: "
` [PATCH 09/34] iio: adc: npcm_adc: "
` [PATCH 10/34] iio: adc: rzg2l_adc: "
` [PATCH 11/34] iio: common: cros_ec_lid_angle: "
` [PATCH 12/34] iio: common: cros_ec_sensors: "
` [PATCH 13/34] iio: dac: stm32-dac: "
` [PATCH 14/34] iio: dac: vf610_dac: "
` [PATCH 15/34] iio: humidity: hts221_buffer: "
` [PATCH 16/34] iio: light: cros_ec_light_prox: "
` [PATCH 19/34] iio: core: drop of.h from iio.h
` [PATCH 20/34] iio: inkern: only relase the device node when done with it
` [PATCH 21/34] iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
` [PATCH 22/34] iio: inkern: only return error codes in iio_channel_get_*() APIs
` [PATCH 23/34] iio: inkern: split of_iio_channel_get_by_name()
` [PATCH 24/34] iio: inkern: move to fwnode properties
` [PATCH 25/34] thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode API
` [PATCH 27/34] iio: adc: ab8500-gpadc: convert to device properties
` [PATCH 29/34] iio: adc: qcom-pm8xxx-xoadc: "
` [PATCH 30/34] iio: adc: qcom-spmi-vadc: "
` [PATCH 31/34] iio: adc: qcom-spmi-adc5: "
` [PATCH 32/34] iio: adc: stm32-adc: "
` [PATCH 33/34] iio: inkern: remove OF dependencies
` [PATCH 34/34] iio: inkern: fix coding style warnings

ヨドバシドットコム:「お客��情�蟆攻靴攻铹`ド�涓�の�B�j
 2022-06-16 17:00 UTC 

[PATCH v3] platform/chrome: cros_ec: Always expose last resume result
 2022-06-16  8:10 UTC  (3+ messages)

[PATCH v1 00/15] Add support for MT8195 SCP 2nd core
 2022-06-15 22:28 UTC  (3+ messages)
` [PATCH v1 15/15] mfd: cros_ec: Add SCP core 1 as a new CrOS EC MCU

[PATCH][next] platform/chrome: Fix spelling mistake "unknwon" -> "unknown"
 2022-06-14  7:10 UTC  (3+ messages)

[PATCH v2] platform/chrome: cros_ec: Always expose last resume result
 2022-06-14  6:30 UTC  (6+ messages)

[PATCH] platform/chrome: cros_ec: Always expose last resume result
 2022-06-11  6:17 UTC  (3+ messages)

[PATCH v1] media: platform: cros-ec: Add kinox to the match table
 2022-06-10 15:08 UTC  (2+ messages)


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