Re: [GIT PULL] ARM: mach: samsung: S3C cleanup for v5.10

From: Krzysztof Kozlowski
Date: Mon Sep 07 2020 - 06:58:19 EST


On Mon, Aug 31, 2020 at 05:47:51PM +0200, Krzysztof Kozlowski wrote:
> Hi,
>
> I applied Arnd's series for Samsung S3C cleanup, plus multiple fixes from me
> and other developers. This also pulls branch from Mark Brown.
>
> Best regards,
> Krzysztof
>
>
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
>
> Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-s3c-5.10
>
> for you to fetch changes up to a1342f6a9ff88ad88ff7a981c53ae0869c94d243:
>
> ARM: s3c: Avoid naming clash of S3C24xx and S3C64xx timer setup (2020-08-28 16:38:55 +0200)
>
> ----------------------------------------------------------------
> Samsung S3C24xx and S3C64xx machine code cleanup for v5.10
>
> Big cleanup for the Samsung S3C24xx and S3C64xx platforms, although it
> also touches files shared with S5Pv210 and Exynos. This is mostly Arnd
> Bergmann work which Krzysztof Kozlowski took over, rebased and polished.
>
> The goal is to cleanup, merge and finally make the Samsung S3C24xx and
> S3C64xx architectures multiplatform. The multiplatform did not happen
> yet here - just cleaning up and merging into one arch/arm/mach-s3c
> directory. However this is step forward for multiplatform or at least
> to keep this code still maintainable.
>
> This pulls also branch with changes for Samsung SoC sound drivers from
> broonie/sound because the cleanups there were part of this series and
> all further patches depend on them.

Hi Arnd and Olof,

+Cc Ulf,

This might conflict with Ulf Hansson's mmc tree around MMC_SDHCI_S3C.
Possible resolution:
-depends on PLAT_SAMSUNG || COMPILE_TEST
+depends on PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST

Best regards,
Krzysztof