]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc: qcom: llcc: Use designated initializers for LLC settings
authorKonrad Dybcio <quic_kdybcio@quicinc.com>
Tue, 10 Sep 2024 15:01:39 +0000 (17:01 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 1 Oct 2024 02:44:18 +0000 (21:44 -0500)
commit20a0a05f40faf82f64f1c2ad3e9f5006b80ca0cb
tree1c9bea713fba0c6dde2b543949bd54365fee312f
parent9852d85ec9d492ebef56dc5f229416c925758edc
soc: qcom: llcc: Use designated initializers for LLC settings

The current way of storing the configuration is very much
unmaintainable. Convert the data to use designated initializers to make
it easier both to understand and add/update the slice configuration
data.

Signed-off-by: Konrad Dybcio <quic_kdybcio@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240910-topic-llcc_unwrap-v2-1-f0487c983373@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/llcc-qcom.c