Re: [PATCH 0/2] *cpufreq: Use FIELD_MODIFY() for bitfield operations
From: Viresh Kumar
Date: Mon May 04 2026 - 23:59:55 EST
On 01-05-26, 00:32, Hans Zhang wrote:
> Replace open-coded bitfield modifications with the standard FIELD_MODIFY()
> macro. This improves code readability and safety without functional
> changes.
>
> FIELD_MODIFY() internally performs the same mask-clear + set operation but
> adds type checking and compile-time field boundary verification.
>
> Hans Zhang (2):
> cpufreq/amd-pstate: Use FIELD_MODIFY()
> cpufreq: apple-soc: Use FIELD_MODIFY()
>
> drivers/cpufreq/amd-pstate.c | 26 ++++++++++----------------
> drivers/cpufreq/apple-soc-cpufreq.c | 6 ++----
> 2 files changed, 12 insertions(+), 20 deletions(-)
Applied. Thanks.
--
viresh