clk: samsung: Group CPU clock functions by chip
authorSam Protsenko <semen.protsenko@linaro.org>
Sat, 24 Feb 2024 20:20:44 +0000 (14:20 -0600)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 25 Feb 2024 15:55:07 +0000 (16:55 +0100)
commitbe20ccc17f41240b52106bf3dad01734a7f11080
treec0112ecfea18cda316610e5f384598cb4a70b526
parentc9bc1f778625b0ae93641e6d14d83b62d16e549d
clk: samsung: Group CPU clock functions by chip

clk-cpu.c is going to get messy as new chips support is added.
Restructure the code by pulling related functions and definitions
together, grouping those by their relation to a particular chip or other
categories, to simplify the code navigation.

No functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20240224202053.25313-7-semen.protsenko@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/clk/samsung/clk-cpu.c