Re: [PATCH v2 1/3] cpufreq: qcom-nvmem: Simplify driver data allocation

From: Konrad Dybcio
Date: Wed Oct 18 2023 - 04:46:01 EST




On 10/18/23 10:06, Stephan Gerhold wrote:
Simplify the allocation and cleanup of driver data by using devm
together with a flexible array. Prepare for adding additional per-CPU
data by defining a struct qcom_cpufreq_drv_cpu instead of storing the
opp_tokens directly.

Signed-off-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxxxxxxx>
---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad