[PATCH 0/3] clk/sunxi/media: Fix builds with COMMON_CLK and HAVE_LEGACY_CLK

From: Krzysztof Kozlowski
Date: Sun Nov 15 2020 - 12:10:14 EST


Hi,

Multiple configurations create unbuildable config by selecting
COMMON_CLK and HAVE_LEGACY_CLK. The first simply should not be
selected.

The patches 2/3 and 3/3 address this specific problem. I performed few
compile tests and I am still building other configurations, therefore
they were marked as RFC.

Best regards,
Krzysztof


Krzysztof Kozlowski (3):
clk: fix redefinition of clk_prepare on MIPS with HAVE_LEGACY_CLK
ARM: sunxi: do not select COMMON_CLK to fix builds
media: atomisp: do not select COMMON_CLK to fix builds

arch/arm/mach-sunxi/Kconfig | 1 +
drivers/clk/clk.c | 4 ++++
drivers/staging/media/atomisp/Kconfig | 2 +-
sound/soc/sunxi/Kconfig | 2 +-
4 files changed, 7 insertions(+), 2 deletions(-)

--
2.25.1