linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] arm64: dts: samsung: dts64 for v6.4
@ 2023-04-05  8:04 Krzysztof Kozlowski
  2023-04-05  8:04 ` [GIT PULL 2/4] ARM: dts: samsung: dts " Krzysztof Kozlowski
  2023-04-05  8:04 ` [GIT PULL 3/3] ARM: samsung: soc " Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-05  8:04 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

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5f67124757464d632f0e5288e0ba48e3ff5531a9:

  arm64: dts: exynos: add mmc aliases (2023-03-17 13:45:02 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.4

1. Exynos850: add headers with AUD, G3D and HSI clock controller clock
   IDs. Add G3D (GPU) clock controller node.
2. Exynos5433: fixes for dtbs_check: move MIPI phy to PMU node.
3. Drop old MSHC aliases (while adding proper mmc-ddr-1_8v which was
   selected by the driver based on the MSHC alias) and add generic MMC
   aliases in each board.  The aliases match known numbering in
   the schematics.

----------------------------------------------------------------
Henrik Grimler (2):
      arm64: dts: exynos: drop mshc aliases
      arm64: dts: exynos: add mmc aliases

Krzysztof Kozlowski (1):
      arm64: dts: exynos: move MIPI phy to PMU node in Exynos5433

Sam Protsenko (3):
      dt-bindings: clock: exynos850: Add Exynos850 CMU_G3D
      dt-bindings: clock: exynos850: Add AUD and HSI main gate clocks
      arm64: dts: exynos: Add CMU_G3D node for Exynos850 SoC

 .../bindings/clock/samsung,exynos850-clock.yaml    | 19 +++++++++++++++
 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  5 ++--
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 19 +++++++--------
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |  5 ++--
 .../boot/dts/exynos/exynos7885-jackpotlte.dts      |  1 +
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  9 +++++++
 include/dt-bindings/clock/exynos850.h              | 28 +++++++++++++++++++---
 7 files changed, 69 insertions(+), 17 deletions(-)

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

* [GIT PULL 2/4] ARM: dts: samsung: dts for v6.4
  2023-04-05  8:04 [GIT PULL 1/3] arm64: dts: samsung: dts64 for v6.4 Krzysztof Kozlowski
@ 2023-04-05  8:04 ` Krzysztof Kozlowski
  2023-04-05  8:04 ` [GIT PULL 3/3] ARM: samsung: soc " Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-05  8:04 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

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e154a338e16cc3b3bbd54c891253319d22383746:

  dt-bindings: soc: samsung: exynos-pmu: allow phys as child on Exynos3 and Exynos4 (2023-04-05 09:52:11 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v6.4

1. Several cleanups and improvements as a result of dtbs_checks: align
   node names with bindings, drop incorrect properties, fix clock-names,
   add missing "ports" node.
2. Move DP and MIPI phys to PMU node (DTS with binding change).
3. Drop old MSHC aliases (while adding proper mmc-ddr-1_8v which was
   selected by the driver based on the MSHC alias) and add generic MMC
   aliases in each board.  The aliases match known numbering in
   the schematics.

----------------------------------------------------------------
Henrik Grimler (2):
      ARM: dts: exynos: replace mshc0 alias with mmc-ddr-1_8v property
      ARM: dts: exynos: add mmc aliases

Krzysztof Kozlowski (13):
      ARM: dts: exynos: align STMPE ADC node name with bindings in P4 Note
      ARM: dts: exynos: drop fake align STMPE properties in P4 Note
      ARM: dts: exynos: add ports to TC358764 bridge on Arndale
      ARM: dts: exynos: fix WM8960 clock name in Itop Elite
      ARM: dts: exynos: correct whitespace in Midas
      ARM: dts: s5pv210: correct MIPI CSIS clock name
      ARM: dts: exynos: drop unused samsung,camclk-out property in Midas
      ARM: dts: exynos: move MIPI phy to PMU node in Exynos3250
      ARM: dts: exynos: move MIPI phy to PMU node in Exynos4
      ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5420
      ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5250
      ARM: dts: exynos: fix MCT compatible in Universal C210
      dt-bindings: soc: samsung: exynos-pmu: allow phys as child on Exynos3 and Exynos4

 .../bindings/soc/samsung/exynos-pmu.yaml           | 23 ++++++++++++++++--
 arch/arm/boot/dts/exynos3250-artik5-eval.dts       |  4 ++++
 arch/arm/boot/dts/exynos3250-artik5.dtsi           |  6 +++++
 arch/arm/boot/dts/exynos3250-monk.dts              |  2 ++
 arch/arm/boot/dts/exynos3250-rinato.dts            |  3 +++
 arch/arm/boot/dts/exynos3250.dtsi                  | 14 ++++-------
 arch/arm/boot/dts/exynos4.dtsi                     | 13 +++++-----
 arch/arm/boot/dts/exynos4210-i9100.dts             |  6 +++++
 arch/arm/boot/dts/exynos4210-origen.dts            |  5 ++++
 arch/arm/boot/dts/exynos4210-smdkv310.dts          |  4 ++++
 arch/arm/boot/dts/exynos4210-trats.dts             |  6 +++++
 arch/arm/boot/dts/exynos4210-universal_c210.dts    |  8 ++++++-
 arch/arm/boot/dts/exynos4412-itop-elite.dts        |  6 ++++-
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi    |  5 ++++
 arch/arm/boot/dts/exynos4412-midas.dtsi            |  8 ++++---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |  6 +++++
 arch/arm/boot/dts/exynos4412-origen.dts            |  6 +++++
 arch/arm/boot/dts/exynos4412-p4note.dtsi           | 11 ++++++---
 arch/arm/boot/dts/exynos4412-smdk4412.dts          |  4 ++++
 arch/arm/boot/dts/exynos4412-tiny4412.dts          |  4 ++++
 arch/arm/boot/dts/exynos4412.dtsi                  |  3 +--
 arch/arm/boot/dts/exynos5250-arndale.dts           | 21 +++++++++++-----
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |  3 +++
 arch/arm/boot/dts/exynos5250-snow-common.dtsi      |  4 ++++
 arch/arm/boot/dts/exynos5250-spring.dts            |  6 +++++
 arch/arm/boot/dts/exynos5250.dtsi                  | 28 +++++++++-------------
 arch/arm/boot/dts/exynos5260-xyref5260.dts         |  6 +++++
 arch/arm/boot/dts/exynos5410-odroidxu.dts          |  3 +++
 arch/arm/boot/dts/exynos5410-smdk5410.dts          |  6 +++++
 arch/arm/boot/dts/exynos5420-arndale-octa.dts      |  6 +++++
 .../arm/boot/dts/exynos5420-galaxy-tab-common.dtsi |  6 +++++
 arch/arm/boot/dts/exynos5420-peach-pit.dts         |  4 ++++
 arch/arm/boot/dts/exynos5420-smdk5420.dts          |  6 +++++
 arch/arm/boot/dts/exynos5420.dtsi                  | 27 +++++++++------------
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi      |  4 ++++
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |  5 ++++
 arch/arm/boot/dts/exynos5422-samsung-k3g.dts       |  5 ++++
 arch/arm/boot/dts/exynos5800-peach-pi.dts          |  4 ++++
 arch/arm/boot/dts/s5pv210.dtsi                     |  2 +-
 39 files changed, 225 insertions(+), 68 deletions(-)

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

* [GIT PULL 3/3] ARM: samsung: soc for v6.4
  2023-04-05  8:04 [GIT PULL 1/3] arm64: dts: samsung: dts64 for v6.4 Krzysztof Kozlowski
  2023-04-05  8:04 ` [GIT PULL 2/4] ARM: dts: samsung: dts " Krzysztof Kozlowski
@ 2023-04-05  8:04 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-05  8:04 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

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cb56f508e541036ad41cb9a5afb46339b2f83b9f:

  ARM: EXYNOS: Use of_address_to_resource() (2023-03-22 18:47:01 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v6.4

Cleanup of OF-related functions: use of_property_read_bool() for reading
bool and of_address_to_resource() for mapping MMIO.

----------------------------------------------------------------
Rob Herring (2):
      ARM: exynos: Use of_property_read_bool() for boolean properties
      ARM: EXYNOS: Use of_address_to_resource()

 arch/arm/mach-exynos/exynos.c  | 8 +++++---
 arch/arm/mach-exynos/suspend.c | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2023-04-05  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05  8:04 [GIT PULL 1/3] arm64: dts: samsung: dts64 for v6.4 Krzysztof Kozlowski
2023-04-05  8:04 ` [GIT PULL 2/4] ARM: dts: samsung: dts " Krzysztof Kozlowski
2023-04-05  8:04 ` [GIT PULL 3/3] ARM: samsung: 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).