Guenter Roeck ([email protected])

Number of posts: 406 (0.14 per day)
First post: 2016-03-05 01:50:09
Last post: 2024-05-07 20:56:11

Date List Subject
2022-06-08 16:42:01 linux-kernel Re: [PATCH v3 11/23] platform/chrome: cros_ec_proto: add Kunit test for getting legacy info
2022-06-08 16:41:03 linux-kernel Re: [PATCH v3 09/23] platform/chrome: cros_ec_proto: handle empty payload in getting proto info
2022-06-08 16:41:02 linux-kernel Re: [PATCH v3 08/23] platform/chrome: cros_ec_proto: add Kunit tests for getting proto info
2022-06-08 16:39:44 linux-kernel Re: [PATCH v3 02/23] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_query_all()
2022-06-08 15:06:10 linux-kernel Re: [PATCH v2 08/15] platform/chrome: cros_ec_proto: handle empty payload in getting proto info
2022-06-08 08:30:44 linux-kernel Re: [PATCH v2 12/15] platform/chrome: use krealloc() for `din` and `dout`
2022-06-08 07:27:14 linux-kernel Re: [PATCH v2 15/15] platform/chrome: cros_ec_proto: return 0 on getting wake mask success
2022-06-08 06:09:46 linux-kernel Re: [PATCH v2 13/15] platform/chrome: cros_ec_proto: don't show MKBP version if unsupported
2022-06-08 05:48:12 linux-kernel Re: [PATCH v2 14/15] platform/chrome: cros_ec_proto: return 0 on getting version mask success
2022-06-08 05:35:28 linux-kernel Re: [PATCH 2/3] platform/chrome: cros_ec_proto: Rename cros_ec_command function
2022-06-08 05:31:26 linux-kernel Re: [PATCH v2 09/15] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info_legacy()
2022-06-08 04:41:45 linux-kernel Re: [PATCH v2 08/15] platform/chrome: cros_ec_proto: handle empty payload in getting proto info
2022-06-08 02:55:34 linux-kernel Re: [PATCH 3/3] platform/chrome: cros_ec_proto: Update size arg types
2022-06-08 01:17:58 linux-kernel Re: [PATCH v2 07/15] platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info()
2022-06-07 18:21:15 linux-kernel Re: [PATCH 1/3] regulator: cros-ec: Use common cros_ec_command()
2022-06-07 16:53:34 linux-kernel Re: [PATCH 02/13] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_query_all()
2022-06-06 16:38:16 linux-kernel Re: [PATCH 12/13] platform/chrome: cros_ec_proto: arrange get_host_event_wake_mask()
2022-06-06 16:35:40 linux-kernel Re: [PATCH 11/13] platform/chrome: cros_ec_proto: fix get_host_command_version_mask() returns
2022-06-06 16:31:37 linux-kernel Re: [PATCH 13/13] platform/chrome: cros_ec_proto: fix get_host_event_wake_mask() returns
2022-06-06 16:27:15 linux-kernel Re: [PATCH 10/13] platform/chrome: cros_ec_proto: arrange get_host_command_version_mask()
2022-06-06 16:24:26 linux-kernel Re: [PATCH 08/13] platform/chrome: cros_ec_proto: separate fill_protocol_info_legacy()
2022-06-06 16:22:59 linux-kernel Re: [PATCH 07/13] platform/chrome: cros_ec_proto: separate fill_protocol_info()
2022-06-06 16:22:43 linux-kernel Re: [PATCH 09/13] platform/chrome: cros_ec_proto: use devm_krealloc()
2022-06-06 16:11:39 linux-kernel Re: [PATCH 06/13] platform/chrome: cros_ec_proto: use cros_ec_map_error()
2022-06-06 16:01:19 linux-kernel Re: [PATCH 05/13] platform/chrome: cros_ec_proto: remove redundant NULL check
2022-06-06 15:39:14 linux-kernel Re: [PATCH 04/13] platform/chrome: cros_ec_proto: assign buffer size from protocol info
2022-06-06 15:39:10 linux-kernel Re: [PATCH 03/13] platform/chrome: use macros for passthru indexes
2022-06-06 15:39:03 linux-kernel Re: [PATCH 03/13] platform/chrome: use macros for passthru indexes
2022-06-06 15:34:40 linux-kernel Re: [PATCH 02/13] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_query_all()
2022-06-06 15:22:00 linux-kernel Re: [PATCH 01/13] platform/chrome: cros_ec_commands: fix compile errors
2022-06-04 06:43:26 linux-kernel Re: [PATCH v2] ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probe
2022-05-18 16:36:48 linux-kernel Re: [PATCH 4/4] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_check_result()
2022-05-18 16:34:45 linux-kernel Re: [PATCH 3/4] platform/chrome: cros_ec_proto: update cros_ec_check_result() comment
2022-05-18 16:30:14 linux-kernel Re: [PATCH 2/4] platform/chrome: cros_ec_proto: factor legacy out from cros_ec_prepare_tx()
2022-05-18 16:24:23 linux-kernel Re: [PATCH 1/4] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_prepare_tx()
2022-05-14 04:21:23 linux-kernel Re: [PATCH 3/6] platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx()
2022-05-14 03:14:23 linux-kernel Re: [PATCH 1/6] platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet()
2022-05-14 03:10:26 linux-kernel Re: [PATCH v2 7/7] platform/chrome: cros_ec_spi: drop BUG_ON() if `din` isn't large enough
2022-05-14 03:07:15 linux-kernel Re: [PATCH v12] platform/chrome: Add ChromeOS ACPI device driver
2022-05-14 02:50:02 linux-kernel Re: [PATCH 2/6] platform/chrome: correct cros_ec_prepare_tx() usage
2022-05-14 01:29:12 linux-kernel Re: [PATCH 4/6] platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event()
2022-05-14 00:42:12 linux-kernel Re: [PATCH 1/4] iommu/mediatek: Use dev_err_probe to mute probe_defer err log
2022-05-14 00:40:04 linux-kernel Re: [PATCH 6/6] platform/chrome: cros_ec_spi: drop BUG_ON()
2022-05-13 14:26:19 linux-kernel Re: [PATCH v2 6/7] platform/chrome: cros_ec_spi: drop unneeded BUG_ON()
2022-05-13 14:17:29 linux-kernel Re: [PATCH 5/6] platform/chrome: cros_ec_i2c: drop BUG_ON() in cros_ec_pkt_xfer_i2c()
2022-05-13 10:41:15 linux-kernel Re: [PATCH v5 1/3] dt-bindings: cros-ec: Fix a typo in description
2022-05-11 19:08:15 linux-kernel Re: [PATCH RESEND v11] platform/chrome: Add ChromeOS ACPI device driver
2022-04-26 05:45:15 linux-kernel Re: [PATCH v2] Input: cros-ec-keyb: Only register keyboard if rows/columns exist
2022-04-07 20:48:00 linux-kernel Re: [PATCH] platform/chrome: cros_ec_typec: Check for EC driver
2022-04-07 20:06:03 linux-kernel Re: [PATCH] platform/chrome: cros_ec_typec: Check for EC driver
2022-04-07 09:04:02 linux-kernel Re: [PATCH] platform/chrome: cros_ec_typec: Check for EC driver