chrome-platform.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-16 19:32:25 to 2022-06-08 08:36:19 UTC [more...]

[PATCH v2 0/9] Add support for MT8195 SCP 2nd core
 2022-06-08  8:35 UTC  (8+ messages)
` [PATCH v2 1/9] dt-binding: remoteproc: mediatek: Support dual-core SCP
` [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 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 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 v2 00/15] platform/chrome: Kunit tests and refactor for cros_ec_query_all()
 2022-06-08  2:17 UTC  (27+ 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 "

[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  (30+ 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 04/15] remoteproc: mediatek: Add SCP core 1 register definitions
` [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 07/15] remoteproc: mediatek: Add SCP core 1 reserved memory support
` [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
` [PATCH v1 12/15] remoteproc: mediatek: Add SCP core 1 as a rproc subdevice
` [PATCH v1 13/15] remoteproc: mediatek: Wait SCP core 1 probe done
` [PATCH v1 14/15] remoteproc: mediatek: Support rpmsg for SCP core 1
` [PATCH v1 15/15] mfd: cros_ec: Add SCP core 1 as a new CrOS EC MCU

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  (12+ messages)
` [PATCH 1/4] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_prepare_tx()
` [PATCH 2/4] platform/chrome: cros_ec_proto: factor legacy out from cros_ec_prepare_tx()
` [PATCH 3/4] platform/chrome: cros_ec_proto: update cros_ec_check_result() comment
` [PATCH 4/4] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_check_result()

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  (13+ messages)
` [PATCH v5 1/3] dt-bindings: cros-ec: Fix a typo in description
` [PATCH v5 2/3] dt-bindings: cros-ec: Reorganize property availability
` [PATCH v5 3/3] dt-bindings: cros-ec: Add ChromeOS fingerprint binding

[PATCH v5 0/2] Input: cros-ec-keyb: Better matrixless support
 2022-06-06  3:33 UTC  (5+ messages)

[PATCH] dt-bindings: Fix properties without any type
 2022-06-06  3:33 UTC  (9+ messages)

[GIT PULL] chrome-platform changes for v5.19
 2022-06-06  3:33 UTC  (3+ messages)

[PATCH v4 0/5] platform/chrome: cros_kbd_led_backlight: add EC PWM backend
 2022-05-25 18:40 UTC  (13+ messages)
` [PATCH v4 1/5] platform/chrome: cros_kbd_led_backlight: sort headers alphabetically
` [PATCH v4 2/5] platform/chrome: cros_kbd_led_backlight: separate ACPI backend
` [PATCH v4 3/5] dt-bindings: add google,cros-kbd-led-backlight
` [PATCH v4 4/5] platform/chrome: cros_kbd_led_backlight: support OF match
` [PATCH v4 5/5] platform/chrome: cros_kbd_led_backlight: support EC PWM backend

[PATCH v3 0/5] platform/chrome: cros_kbd_led_backlight: add EC PWM backend
 2022-05-24 19:52 UTC  (9+ messages)
` [PATCH v3 4/5] platform/chrome: cros_kbd_led_backlight: support OF match
` [PATCH v3 5/5] platform/chrome: cros_kbd_led_backlight: support EC PWM backend

chrome-platform/for-kernelci baseline: 92 runs, 1 regressions (v5.18-rc1-24-gc2d7e384924d)
 2022-05-24  2:40 UTC 

chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed (v5.18-rc1-24-gc2d7e384924d)
 2022-05-24  1:57 UTC 

[PATCH] [v3] media: platform: cros-ec: Add moli to the match table
 2022-05-20 11:08 UTC 

[PATCH] [v2] media/platform-wide: platform: Add moli to the match table
 2022-05-20 10:48 UTC  (2+ messages)

chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed (v5.18-rc1-24-g37fbbeb52a2d)
 2022-05-19 11:51 UTC 

chrome-platform/for-kernelci baseline: 88 runs, 1 regressions (v5.18-rc1-20-g13ee26318d722)
 2022-05-18 14:48 UTC 

chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed (v5.18-rc1-20-g13ee26318d722)
 2022-05-18 14:04 UTC 

[PATCH] platform/chrome: cros_ec_proto: update cros_ec_check_result() comment
 2022-05-18 11:34 UTC  (2+ messages)

[PATCH] media: platform: Add moli to the match table
 2022-05-18 10:49 UTC  (2+ messages)

[PATCH v2 0/7] platform/chrome: get rid of BUG_ON()
 2022-05-18  5:20 UTC  (2+ messages)

[PATCH 1/1] platform/chrome: check *dest of memcpy
 2022-05-18  3:55 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;
as well as URLs for NNTP newsgroup(s).