Messages in this thread |  | | Date | Tue, 7 Dec 2021 10:32:38 +0100 | Subject | Re: [PATCH v4 4/7] clk: samsung: Make exynos850_register_cmu shared | From | Krzysztof Kozlowski <> |
| |
On 06/12/2021 16:31, David Virag wrote: > Rename exynos850_register_cmu to exynos_arm64_register_cmu and move it > to a new file called "clk-exynos-arm64.c". > > This should have no functional changes, but it will allow this code to > be shared between other arm64 Exynos SoCs, like the Exynos7885 and > possibly ExynosAuto V9. > > Signed-off-by: David Virag <virag.david003@gmail.com> > --- > Changes in v2: > - New patch > > Changes in v3: > - Fix SPDX comment style in clk-exynos-arm64.h > > Changes in v4: > - Fix missing headers but still remove of_address.h > - "__SAMSUNG_CLK_ARM64_H" -> "__CLK_EXYNOS_ARM64_H" in > clk-exynos-arm64.h everywhere (only the comment at the end had the > latter by accident) > > drivers/clk/samsung/Makefile | 1 + > drivers/clk/samsung/clk-exynos-arm64.c | 94 ++++++++++++++++++++++++++ > drivers/clk/samsung/clk-exynos-arm64.h | 20 ++++++ > drivers/clk/samsung/clk-exynos850.c | 88 ++---------------------- > 4 files changed, 119 insertions(+), 84 deletions(-) > create mode 100644 drivers/clk/samsung/clk-exynos-arm64.c > create mode 100644 drivers/clk/samsung/clk-exynos-arm64.h >
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Best regards, Krzysztof
|  |