linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ARM: dts: samsung: Second round for v5.18
@ 2022-02-26 22:01 Krzysztof Kozlowski
  2022-02-26 22:01 ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
  2022-02-26 22:01 ` [GIT PULL 3/3] ARM: samsung: mach/soc " Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-26 22:01 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit f5b721d2c91144b7c494a05003fc840f1607e876:

  ARM: dts: exynos: use generic node name for LPDDR3 timings in Odroid (2022-02-05 13:04:43 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7cdfe3b3b60c89f0e12e8ee194a7cfbfd46515dd:

  ARM: dts: exynos: align PPMU event node names with dtschema (2022-02-18 14:17:40 +0100)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.18, part two

Various cleanups after introducing DT schema: adding missing HDMI
supplies and aligning PPMU event node names with DT schema.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      ARM: dts: exynos: add missing HDMI supplies on SMDK5250
      ARM: dts: exynos: add missing HDMI supplies on SMDK5420
      ARM: dts: exynos: align PPMU event node names with dtschema

 arch/arm/boot/dts/exynos5250-smdk5250.dts |  3 +++
 arch/arm/boot/dts/exynos5420-smdk5420.dts |  3 +++
 arch/arm/boot/dts/exynos5420.dtsi         | 16 ++++++++--------
 3 files changed, 14 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL 2/3] arm64: dts: samsung: Second round for v5.18
  2022-02-26 22:01 [GIT PULL 1/3] ARM: dts: samsung: Second round for v5.18 Krzysztof Kozlowski
@ 2022-02-26 22:01 ` Krzysztof Kozlowski
  2022-02-26 22:01 ` [GIT PULL 3/3] ARM: samsung: mach/soc " Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-26 22:01 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit a0d5455330ece6f50ddf9e71d530f91c302803e9:

  arm64: dts: exynos: adjust USB DRD clocks with dtschema in Exynos7 (2022-02-01 09:17:16 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 06874015327ba7bf6aae49ca825a492a2679237f:

  arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC (2022-02-23 14:08:04 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.18, part two

1. Minor fixes and cleanups in newly introduced support for Exynos850.
2. Add basic support for Exynos7885 and  Samsung Galaxy A8 (2018):
   SM-A530F.

----------------------------------------------------------------
David Virag (1):
      arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC

Krzysztof Kozlowski (3):
      arm64: dts: exynos: drop incorrectly placed wakeup interrupts in Exynos850
      arm64: dts: exynos: align pinctrl with dtschema in Exynos850
      arm64: dts: exynos: use dedicated wake-up pinctrl compatible in Exynos850

 arch/arm64/boot/dts/exynos/Makefile                |   9 +-
 .../boot/dts/exynos/exynos7885-jackpotlte.dts      |  92 +++
 arch/arm64/boot/dts/exynos/exynos7885-pinctrl.dtsi | 855 +++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7885.dtsi         | 423 ++++++++++
 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi  |  56 +-
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  44 +-
 6 files changed, 1405 insertions(+), 74 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7885-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7885.dtsi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL 3/3] ARM: samsung: mach/soc for v5.18
  2022-02-26 22:01 [GIT PULL 1/3] ARM: dts: samsung: Second round for v5.18 Krzysztof Kozlowski
  2022-02-26 22:01 ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
@ 2022-02-26 22:01 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-26 22:01 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-26 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26 22:01 [GIT PULL 1/3] ARM: dts: samsung: Second round for v5.18 Krzysztof Kozlowski
2022-02-26 22:01 ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
2022-02-26 22:01 ` [GIT PULL 3/3] ARM: samsung: mach/soc " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).