diff options
author | Ben Walsh <[email protected]> | 2024-06-05 07:33:48 +0100 |
---|---|---|
committer | Tzung-Bi Shih <[email protected]> | 2024-06-06 03:11:51 +0000 |
commit | 60c7df66450e3a7821a8d68496c20c95de6a15c5 (patch) | |
tree | b22290ea49bde8509c72db3c6f543a2c3dd431ea /drivers/fpga/fpga-mgr.c | |
parent | 68dbac0a58ef7d82bc78dcb7e5ab5db2c6dfb489 (diff) |
platform/chrome: cros_ec_lpc: MEC access can use an AML mutex
Framework Laptops have ACPI code which accesses the MEC memory. It
uses an AML mutex to prevent concurrent access. But the cros_ec_lpc
driver was not aware of this mutex. The ACPI code and LPC driver both
attempted to talk to the EC at the same time, messing up communication
with the EC.
Allow the LPC driver MEC code to find and use the AML mutex.
Tested-by: Dustin L. Howett <[email protected]>
Signed-off-by: Ben Walsh <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Tzung-Bi Shih <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions