Message ID | 20240603063834.5580-1-ben@jubnut.com (mailing list archive) |
---|---|
Headers | show |
Series | platform/chrome: Fix MEC concurrency problems for Framework Laptop | expand |
On Mon, Jun 3, 2024 at 1:38 AM Ben Walsh <ben@jubnut.com> wrote: > > It has _not_ been tested on any Chromebook devices. Good news! I've tested this patch series on the following devices: - Chromebook Pixel 2013 ("link") - Framework Laptop 11th Gen Intel Core ("hx20"), firmware revision 3.19 - Framework Laptop AMD Ryzen 7040 Series ("azalea"), firmware revision 3.05 It works as expected. There is no detectable difference at runtime on Link, nor does the driver appear to improperly bind any ACPI devices. I cannot reproduce bus contention on hx20, even performing operations that would consistently fail without this patch (e.g. long flash reads). Therefore, for the series: Tested-on: link, hx20, azalea Tested-by: Dustin L. Howett <dustin@howett.net>
Dustin Howett <dustin@howett.net> writes: > I've tested this patch series on the following devices: > > - Chromebook Pixel 2013 ("link") > - Framework Laptop 11th Gen Intel Core ("hx20"), firmware revision 3.19 > - Framework Laptop AMD Ryzen 7040 Series ("azalea"), firmware revision 3.05 > > It works as expected. Very cool! Thanks for looking at this, Dustin.