Message ID | 20241217194027.1189038-1-superm1@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Use guard(mutex) for amd platform drivers | expand |
On Tue, 17 Dec 2024 13:39:50 -0600, Mario Limonciello wrote: > Update the PMF and PMC drivers to use guard(mutex) instead of > mutex_lock/mutex_unlock. > > Mario Limonciello (2): > platform/x86/amd: pmc: Use guard(mutex) > platform/x86/amd: pmf: Switch to guard(mutex) > > [...] Thank you for your contribution, it has been applied to my local review-ilpo-next branch. Note it will show up in the public platform-drivers-x86/review-ilpo-next branch only once I've pushed my local branch there, which might take a while. The list of commits applied: [1/2] platform/x86/amd: pmc: Use guard(mutex) commit: f947ea8dd657ed70c0c02b35ac485a24366201d3 [2/2] platform/x86/amd: pmf: Switch to guard(mutex) commit: 03f8e0e05510dad6377cd5ef029594d30e6c096d -- i.
From: Mario Limonciello <mario.limonciello@amd.com> Update the PMF and PMC drivers to use guard(mutex) instead of mutex_lock/mutex_unlock. Mario Limonciello (2): platform/x86/amd: pmc: Use guard(mutex) platform/x86/amd: pmf: Switch to guard(mutex) drivers/platform/x86/amd/pmc/pmc.c | 14 ++++++-------- drivers/platform/x86/amd/pmf/acpi.c | 6 ++---- drivers/platform/x86/amd/pmf/core.c | 18 ++++++++---------- 3 files changed, 16 insertions(+), 22 deletions(-)