mbox series

[GIT,PULL,3/3] ARM: samsung: mach/soc for v5.18

Message ID 20220226220116.13452-3-krzysztof.kozlowski@canonical.com
State New
Headers show
Series [GIT,PULL,1/3] ARM: dts: samsung: Second round for v5.18 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.18

Message

Krzysztof Kozlowski Feb. 26, 2022, 10:01 p.m. UTC
Hi,

There was no mach/soc pull before, so on top of master.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.18

for you to fetch changes up to e465ea5cc05d1d0b45c315fca0254bd2ee04b661:

  dt-bindings: soc: samsung: usi: refer to dtschema for children (2022-02-12 17:34:48 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v5.18

1. Fix hang of secondary CPU bring-up on some of Exynos5420-based
   devices (Secure Monitor Call SMC_CMD_CPU1BOOT should be skipped for
   all Exynos5 devices).
2. Extend Universal Serial Interface DT schema to precisely describe
   children nodes.

----------------------------------------------------------------
Henrik Grimler (1):
      ARM: exynos: only do SMC_CMD_CPU1BOOT call on Exynos4

Krzysztof Kozlowski (1):
      dt-bindings: soc: samsung: usi: refer to dtschema for children

 .../devicetree/bindings/soc/samsung/exynos-usi.yaml  | 20 ++++++++++----------
 arch/arm/mach-exynos/firmware.c                      |  4 +++-
 2 files changed, 13 insertions(+), 11 deletions(-)

Comments

Arnd Bergmann Feb. 28, 2022, 3:16 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sat, 26 Feb 2022 23:01:16 +0100, Krzysztof Kozlowski wrote:
> There was no mach/soc pull before, so on top of master.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 27888394504350569978487bb39e577cf5142b3d

       Arnd