messages from 2022-06-01 11:22:20 to 2022-06-09 08:50:40 UTC [more...]
[PATCH v4 00/21] platform/chrome: Kunit tests and refactor for cros_ec_query_all()
2022-06-09 8:49 UTC (22+ messages)
` [PATCH v4 01/21] platform/chrome: cros_ec_commands: fix compile errors
` [PATCH v4 02/21] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_query_all()
` [PATCH v4 03/21] platform/chrome: use macros for passthru indexes
` [PATCH v4 04/21] platform/chrome: cros_ec_proto: assign buffer size from protocol info
` [PATCH v4 05/21] platform/chrome: cros_ec_proto: remove redundant NULL check
` [PATCH v4 06/21] platform/chrome: cros_ec_proto: use cros_ec_map_error()
` [PATCH v4 07/21] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info()
` [PATCH v4 08/21] platform/chrome: cros_ec_proto: add Kunit tests for getting proto info
` [PATCH v4 09/21] platform/chrome: cros_ec_proto: handle empty payload in "
` [PATCH v4 10/21] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info_legacy()
` [PATCH v4 11/21] platform/chrome: cros_ec_proto: add Kunit test for getting legacy info
` [PATCH v4 12/21] platform/chrome: cros_ec_proto: handle empty payload in getting info legacy
` [PATCH v4 13/21] platform/chrome: cros_ec_proto: don't show MKBP version if unsupported
` [PATCH v4 14/21] platform/chrome: cros_ec_proto: return 0 on getting cmd mask success
` [PATCH v4 15/21] platform/chrome: cros_ec_proto: add Kunit test for getting cmd mask error
` [PATCH v4 16/21] platform/chrome: cros_ec_proto: check `msg->result` in getting cmd mask
` [PATCH v4 17/21] platform/chrome: cros_ec_proto: add Kunit tests for "
` [PATCH v4 18/21] platform/chrome: cros_ec_proto: handle empty payload in "
` [PATCH v4 19/21] platform/chrome: cros_ec_proto: return 0 on getting wake mask success
` [PATCH v4 20/21] platform/chrome: cros_ec_proto: add Kunit test for getting wake mask
` [PATCH v4 21/21] platform/chrome: cros_ec_proto: handle empty payload in "
[PATCH v3 00/23] platform/chrome: Kunit tests and refactor for cros_ec_query_all()
2022-06-09 8:44 UTC (42+ messages)
` [PATCH v3 01/23] platform/chrome: cros_ec_commands: fix compile errors
` [PATCH v3 02/23] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_query_all()
` [PATCH v3 03/23] platform/chrome: use macros for passthru indexes
` [PATCH v3 04/23] platform/chrome: cros_ec_proto: assign buffer size from protocol info
` [PATCH v3 05/23] platform/chrome: cros_ec_proto: remove redundant NULL check
` [PATCH v3 06/23] platform/chrome: cros_ec_proto: use cros_ec_map_error()
` [PATCH v3 07/23] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info()
` [PATCH v3 08/23] platform/chrome: cros_ec_proto: add Kunit tests for getting proto info
` [PATCH v3 09/23] platform/chrome: cros_ec_proto: handle empty payload in "
` [PATCH v3 10/23] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info_legacy()
` [PATCH v3 11/23] platform/chrome: cros_ec_proto: add Kunit test for getting legacy info
` [PATCH v3 12/23] platform/chrome: cros_ec_proto: handle empty payload in getting info legacy
` [PATCH v3 13/23] platform/chrome: cros_ec: don't allocate `din` and `dout` in cros_ec_register()
` [PATCH v3 14/23] platform/chrome: don't use devm variants for `din` and `dout`
` [PATCH v3 15/23] platform/chrome: cros_ec_proto: don't show MKBP version if unsupported
` [PATCH v3 16/23] platform/chrome: cros_ec_proto: return 0 on getting cmd mask success
` [PATCH v3 17/23] platform/chrome: cros_ec_proto: add Kunit test for getting cmd mask error
` [PATCH v3 18/23] platform/chrome: cros_ec_proto: check `msg->result` in getting cmd mask
` [PATCH v3 19/23] platform/chrome: cros_ec_proto: add Kunit tests for "
` [PATCH v3 20/23] platform/chrome: cros_ec_proto: handle empty payload in "
` [PATCH v3 21/23] platform/chrome: cros_ec_proto: return 0 on getting wake mask success
` [PATCH v3 22/23] platform/chrome: cros_ec_proto: add Kunit test for getting wake mask
` [PATCH v3 23/23] platform/chrome: cros_ec_proto: handle empty payload in "
[PATCH v4 0/5] platform/chrome: cros_kbd_led_backlight: add EC PWM backend
2022-06-09 7:45 UTC (3+ messages)
` [PATCH v4 2/5] platform/chrome: cros_kbd_led_backlight: separate ACPI backend
[PATCH v2 0/9] Add support for MT8195 SCP 2nd core
2022-06-09 5:45 UTC (11+ messages)
` [PATCH v2 1/9] dt-binding: remoteproc: mediatek: Support dual-core SCP
` [PATCH v2 2/9] remoteproc: mediatek: Support hanlding scp core 1 wdt timeout
` [PATCH v2 3/9] remoteproc: mediatek: Add SCP core 1 register definitions
` [PATCH v2 4/9] remoteproc: mediatek: Support probing for the 2nd core of dual-core SCP
` [PATCH v2 5/9] remoteproc: mediatek: Add chip dependent operations for SCP core 1
` [PATCH v2 6/9] remoteproc: mediatek: Add SCP core 1 SRAM offset
` [PATCH v2 7/9] remoteproc: mediatek: Add SCP core 1 as a rproc subdevice
` [PATCH v2 8/9] remoteproc: mediatek: Wait SCP core 1 probe done
` [PATCH v2 9/9] mfd: cros_ec: Add SCP core 1 as a new CrOS EC MCU
[PATCH v2 00/15] platform/chrome: Kunit tests and refactor for cros_ec_query_all()
2022-06-08 14:37 UTC (28+ messages)
` [PATCH v2 01/15] platform/chrome: cros_ec_commands: fix compile errors
` [PATCH v2 02/15] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_query_all()
` [PATCH v2 03/15] platform/chrome: use macros for passthru indexes
` [PATCH v2 04/15] platform/chrome: cros_ec_proto: assign buffer size from protocol info
` [PATCH v2 05/15] platform/chrome: cros_ec_proto: remove redundant NULL check
` [PATCH v2 06/15] platform/chrome: cros_ec_proto: use cros_ec_map_error()
` [PATCH v2 07/15] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info()
` [PATCH v2 08/15] platform/chrome: cros_ec_proto: handle empty payload in getting proto info
` [PATCH v2 09/15] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info_legacy()
` [PATCH v2 10/15] platform/chrome: cros_ec_proto: handle empty payload in getting info legacy
` [PATCH v2 11/15] platform/chrome: cros_ec: don't allocate `din` and `dout` in cros_ec_register()
` [PATCH v2 12/15] platform/chrome: use krealloc() for `din` and `dout`
` [PATCH v2 13/15] platform/chrome: cros_ec_proto: don't show MKBP version if unsupported
` [PATCH v2 14/15] platform/chrome: cros_ec_proto: return 0 on getting version mask success
` [PATCH v2 15/15] platform/chrome: cros_ec_proto: return 0 on getting wake "
chrome-platform/for-kernelci baseline: 14 runs, 4 regressions (v5.19-rc1-9-g2e042d202474)
2022-06-08 12:47 UTC
chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed (v5.19-rc1-9-g2e042d202474)
2022-06-08 12:04 UTC
[PATCH 0/3] platform/chrome: cros_ec_command() improvements
2022-06-08 8:20 UTC (13+ messages)
` [PATCH 1/3] regulator: cros-ec: Use common cros_ec_command()
` [PATCH 2/3] platform/chrome: cros_ec_proto: Rename cros_ec_command function
` [PATCH 3/3] platform/chrome: cros_ec_proto: Update size arg types
[PATCH] cros_ec_commands: Fix syntax errors in comments
2022-06-08 3:15 UTC (4+ messages)
[PATCH 00/13] platform/chrome: Kunit tests and refactor for cros_ec_query_all()
2022-06-07 14:41 UTC (35+ messages)
` [PATCH 01/13] platform/chrome: cros_ec_commands: fix compile errors
` [PATCH 02/13] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_query_all()
` [PATCH 03/13] platform/chrome: use macros for passthru indexes
` [PATCH 04/13] platform/chrome: cros_ec_proto: assign buffer size from protocol info
` [PATCH 05/13] platform/chrome: cros_ec_proto: remove redundant NULL check
` [PATCH 06/13] platform/chrome: cros_ec_proto: use cros_ec_map_error()
` [PATCH 07/13] platform/chrome: cros_ec_proto: separate fill_protocol_info()
` [PATCH 08/13] platform/chrome: cros_ec_proto: separate fill_protocol_info_legacy()
` [PATCH 09/13] platform/chrome: cros_ec_proto: use devm_krealloc()
` [PATCH 10/13] platform/chrome: cros_ec_proto: arrange get_host_command_version_mask()
` [PATCH 11/13] platform/chrome: cros_ec_proto: fix get_host_command_version_mask() returns
` [PATCH 12/13] platform/chrome: cros_ec_proto: arrange get_host_event_wake_mask()
` [PATCH 13/13] platform/chrome: cros_ec_proto: fix get_host_event_wake_mask() returns
[PATCH] ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probe
2022-06-07 10:45 UTC (2+ messages)
[PATCH v2] ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probe
2022-06-07 10:45 UTC (4+ messages)
[PATCH v1 00/15] Add support for MT8195 SCP 2nd core
2022-06-06 10:41 UTC (24+ messages)
` [PATCH v1 01/15] dt-binding: remoteproc: mediatek: Support dual-core SCP
` [PATCH v1 02/15] remoteproc: Kconfig: Add mt8195 SCP dual core configuration
` [PATCH v1 03/15] remoteproc: mediatek: Support hanlding scp core 1 wdt timeout
` [PATCH v1 05/15] remoteproc: mediatek: Add SCP core 1 driver for dual-core scp
` [PATCH v1 06/15] remoteproc: mediatek: Add SCP core 1 rproc operations
` [PATCH v1 08/15] remoteproc: mediatek: Add SCP core 1 interrupt support
` [PATCH v1 09/15] remoteproc: mediatek: Register SCP core 1 initialization ipi
` [PATCH v1 10/15] remoteproc: mediatek: Add chip dependent operations for SCP core 1
` [PATCH v1 11/15] remoteproc: mediatek: Add SCP core 1 SRAM offset
chrome-platform/for-kernelci cros-ec: 10 runs, 4 regressions (v5.19-rc1-6-gc1db0861e8d02)
2022-06-06 6:29 UTC
chrome-platform/for-kernelci sleep: 9 runs, 1 regressions (v5.19-rc1-6-gc1db0861e8d02)
2022-06-06 5:59 UTC
chrome-platform/for-kernelci baseline: 87 runs, 10 regressions (v5.19-rc1-6-gc1db0861e8d02)
2022-06-06 5:44 UTC
chrome-platform/for-kernelci cros-ec: 10 runs, 3 regressions (v5.19-rc1-5-g4a0e708bb23fc)
2022-06-06 5:30 UTC
chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed (v5.19-rc1-6-gc1db0861e8d02)
2022-06-06 5:01 UTC
chrome-platform/for-kernelci sleep: 9 runs, 2 regressions (v5.19-rc1-5-g4a0e708bb23fc)
2022-06-06 5:00 UTC
chrome-platform/for-kernelci baseline: 86 runs, 11 regressions (v5.19-rc1-5-g4a0e708bb23fc)
2022-06-06 4:45 UTC
[PATCH 0/4] platform/chrome: cros_ec_proto: add initial Kunit tests
2022-06-06 4:08 UTC (2+ messages)
chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed (v5.19-rc1-5-g4a0e708bb23fc)
2022-06-06 4:02 UTC
[PATCH v6 0/4] Add channel type support to pwm-cros-ec
2022-06-06 3:33 UTC (2+ messages)
[PATCH v5 0/3] dt-bindings: cros-ec: Update for fingerprint devices
2022-06-06 3:33 UTC (2+ messages)
[PATCH v5 0/2] Input: cros-ec-keyb: Better matrixless support
2022-06-06 3:33 UTC (2+ messages)
[PATCH] dt-bindings: Fix properties without any type
2022-06-06 3:33 UTC (2+ messages)
[GIT PULL] chrome-platform changes for v5.19
2022-06-06 3:33 UTC (2+ messages)
page: next (older) | 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