Re: [PATCH v2 0/2] mfd: platform/chrome: Catch EC feature read errors during probe
Lee Jones <[email protected]> Thu, 23 Jul 2026 17:05:53 +0100
| Newsgroups | dev.linux.lists.chrome-platform,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 23 Jul 2026, Lee Jones wrote: > On Mon, 08 Jun 2026 21:15:16 +0000, Andrei Kuchynski wrote: > > This series fixes a sysfs duplicate name collision that occurs when the > > Fingerprint device fails to respond during probe, causing it to > > incorrectly fall back to the generic 'cros_ec' name. > > > > Changes in v2: > > - Split into a 2-patch series. > > - Carried over Acked-by from Tzung-Bi Shih for Patch 1. > > - Fixed an ec->class_dev resource leak by utilizing 'goto failed;'. > > - Moved class_dev initialization to prevent a missing release() > > callback warning on the error path. > > > > [...] > > Applied, thanks! > > [1/2] platform/chrome: cros_ec_proto: Introduce cros_ec_read_features helper > commit: d6ae9f9b9bd373461442f17ef157ed9ee850a413 > [2/2] mfd: cros_ec: Read EC features during probe to catch transfer error > commit: 5855464dff6a2171847463775c7cdac92742e0f9 Build testing now. Note to self: ib-mfd-platform-chrome-7.3 -- Lee Jones