mbox series

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

Message ID 20201115170950.304460-1-krzk@kernel.org (mailing list archive)
Headers show
Series clk/sunxi/media: Fix builds with COMMON_CLK and HAVE_LEGACY_CLK | expand

Message

Krzysztof Kozlowski Nov. 15, 2020, 5:09 p.m. UTC
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(-)