Message ID | 20200831154751.7551-1-krzk@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 465c335bb5fd25f1f433481b7423a982e23a4c58 |
Headers | show |
Series | [GIT,PULL] ARM: mach: samsung: S3C cleanup for v5.10 | expand |
Context | Check | Description |
---|---|---|
olof/check-signature | success |
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
Hello: This pull request was applied to soc/soc.git (refs/heads/for-next). On Mon, 31 Aug 2020 17:47:51 +0200 you 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 > > [...] Here is a summary with links: - [GIT,PULL] ARM: mach: samsung: S3C cleanup for v5.10 https://git.kernel.org/soc/soc/c/465c335bb5fd25f1f433481b7423a982e23a4c58 You are awesome, thank you!