soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: dts: samsung: DT for v5.15
@ 2021-08-11  8:51 Krzysztof Kozlowski
  2021-08-11  8:51 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-08-11  8:51 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6cad6db75231a18f25dc7d610d5a0683160ac545:

  ARM: dts: exynos: add CPU topology to Exynos5422 (2021-08-05 09:24:04 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.15

Add CPU topology to all Exynos DTSI files.

----------------------------------------------------------------
Krzysztof Kozlowski (7):
      ARM: dts: exynos: add CPU topology to Exynos3250
      ARM: dts: exynos: add CPU topology to Exynos4210
      ARM: dts: exynos: add CPU topology to Exynos4412
      ARM: dts: exynos: add CPU topology to Exynos5250
      ARM: dts: exynos: add CPU topology to Exynos5260
      ARM: dts: exynos: add CPU topology to Exynos5420
      ARM: dts: exynos: add CPU topology to Exynos5422

 arch/arm/boot/dts/exynos3250.dtsi      | 11 ++++++++++
 arch/arm/boot/dts/exynos4210.dtsi      | 11 ++++++++++
 arch/arm/boot/dts/exynos4412.dtsi      | 17 +++++++++++++++
 arch/arm/boot/dts/exynos5250.dtsi      | 11 ++++++++++
 arch/arm/boot/dts/exynos5260.dtsi      | 38 ++++++++++++++++++++++++++++------
 arch/arm/boot/dts/exynos5420-cpus.dtsi | 32 ++++++++++++++++++++++++++++
 arch/arm/boot/dts/exynos5422-cpus.dtsi | 32 ++++++++++++++++++++++++++++
 7 files changed, 146 insertions(+), 6 deletions(-)

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

* [GIT PULL 1/2] ARM: dts: samsung: DT for v5.15
  2021-08-11  8:51 [GIT PULL 1/2] ARM: dts: samsung: DT for v5.15 Krzysztof Kozlowski
@ 2021-08-11  8:51 ` Krzysztof Kozlowski
  2021-08-11  8:51 ` [GIT PULL 2/2] arm64: dts: samsung: DT64 " Krzysztof Kozlowski
  2021-08-12 21:05 ` [GIT PULL 1/2] ARM: dts: samsung: DT " Arnd Bergmann
  2 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-08-11  8:51 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6cad6db75231a18f25dc7d610d5a0683160ac545:

  ARM: dts: exynos: add CPU topology to Exynos5422 (2021-08-05 09:24:04 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.15

Add CPU topology to all Exynos DTSI files.

----------------------------------------------------------------
Krzysztof Kozlowski (7):
      ARM: dts: exynos: add CPU topology to Exynos3250
      ARM: dts: exynos: add CPU topology to Exynos4210
      ARM: dts: exynos: add CPU topology to Exynos4412
      ARM: dts: exynos: add CPU topology to Exynos5250
      ARM: dts: exynos: add CPU topology to Exynos5260
      ARM: dts: exynos: add CPU topology to Exynos5420
      ARM: dts: exynos: add CPU topology to Exynos5422

 arch/arm/boot/dts/exynos3250.dtsi      | 11 ++++++++++
 arch/arm/boot/dts/exynos4210.dtsi      | 11 ++++++++++
 arch/arm/boot/dts/exynos4412.dtsi      | 17 +++++++++++++++
 arch/arm/boot/dts/exynos5250.dtsi      | 11 ++++++++++
 arch/arm/boot/dts/exynos5260.dtsi      | 38 ++++++++++++++++++++++++++++------
 arch/arm/boot/dts/exynos5420-cpus.dtsi | 32 ++++++++++++++++++++++++++++
 arch/arm/boot/dts/exynos5422-cpus.dtsi | 32 ++++++++++++++++++++++++++++
 7 files changed, 146 insertions(+), 6 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/2] arm64: dts: samsung: DT64 for v5.15
  2021-08-11  8:51 [GIT PULL 1/2] ARM: dts: samsung: DT for v5.15 Krzysztof Kozlowski
  2021-08-11  8:51 ` Krzysztof Kozlowski
@ 2021-08-11  8:51 ` Krzysztof Kozlowski
  2021-08-11  8:51   ` Krzysztof Kozlowski
  2021-08-12 21:05   ` Arnd Bergmann
  2021-08-12 21:05 ` [GIT PULL 1/2] ARM: dts: samsung: DT " Arnd Bergmann
  2 siblings, 2 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-08-11  8:51 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 01c72cad790cb6cd3ccbe4c1402b6cb6c6bbffd0:

  arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7 (2021-08-09 12:36:41 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.15

1. Add CPU topology and cache information to Exynos DTSI files.
2. Correct GIC CPU interfaces address range on Exynos7.

----------------------------------------------------------------
Alim Akhtar (2):
      arm64: dts: exynos: Add cpu cache information to Exynos7
      arm64: dts: exynos: Add cpu cache information to Exynos5433

Krzysztof Kozlowski (2):
      arm64: dts: exynos: add CPU topology to Exynos5433
      arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7

 arch/arm64/boot/dts/exynos/exynos5433.dtsi | 102 +++++++++++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7.dtsi    |  37 ++++++++++-
 2 files changed, 138 insertions(+), 1 deletion(-)

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

* [GIT PULL 2/2] arm64: dts: samsung: DT64 for v5.15
  2021-08-11  8:51 ` [GIT PULL 2/2] arm64: dts: samsung: DT64 " Krzysztof Kozlowski
@ 2021-08-11  8:51   ` Krzysztof Kozlowski
  2021-08-12 21:05   ` Arnd Bergmann
  1 sibling, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-08-11  8:51 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 01c72cad790cb6cd3ccbe4c1402b6cb6c6bbffd0:

  arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7 (2021-08-09 12:36:41 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.15

1. Add CPU topology and cache information to Exynos DTSI files.
2. Correct GIC CPU interfaces address range on Exynos7.

----------------------------------------------------------------
Alim Akhtar (2):
      arm64: dts: exynos: Add cpu cache information to Exynos7
      arm64: dts: exynos: Add cpu cache information to Exynos5433

Krzysztof Kozlowski (2):
      arm64: dts: exynos: add CPU topology to Exynos5433
      arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7

 arch/arm64/boot/dts/exynos/exynos5433.dtsi | 102 +++++++++++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7.dtsi    |  37 ++++++++++-
 2 files changed, 138 insertions(+), 1 deletion(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 1/2] ARM: dts: samsung: DT for v5.15
  2021-08-11  8:51 [GIT PULL 1/2] ARM: dts: samsung: DT for v5.15 Krzysztof Kozlowski
  2021-08-11  8:51 ` Krzysztof Kozlowski
  2021-08-11  8:51 ` [GIT PULL 2/2] arm64: dts: samsung: DT64 " Krzysztof Kozlowski
@ 2021-08-12 21:05 ` Arnd Bergmann
  2021-08-12 21:05   ` Arnd Bergmann
  2 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2021-08-12 21:05 UTC (permalink / raw)
  To: Olof Johansson, arm, soc, Krzysztof Kozlowski
  Cc: Arnd Bergmann, linux-samsung-soc, linux-kernel, linux-arm-kernel,
	Krzysztof Kozlowski

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 11 Aug 2021 10:51:27 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.15
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 0b72a27e1d5d2dc54d289a147411229fa0ed2084

       Arnd

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

* Re: [GIT PULL 1/2] ARM: dts: samsung: DT for v5.15
  2021-08-12 21:05 ` [GIT PULL 1/2] ARM: dts: samsung: DT " Arnd Bergmann
@ 2021-08-12 21:05   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2021-08-12 21:05 UTC (permalink / raw)
  To: Olof Johansson, arm, soc, Krzysztof Kozlowski
  Cc: Arnd Bergmann, linux-samsung-soc, linux-kernel, linux-arm-kernel,
	Krzysztof Kozlowski

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 11 Aug 2021 10:51:27 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.15
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 0b72a27e1d5d2dc54d289a147411229fa0ed2084

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 2/2] arm64: dts: samsung: DT64 for v5.15
  2021-08-11  8:51 ` [GIT PULL 2/2] arm64: dts: samsung: DT64 " Krzysztof Kozlowski
  2021-08-11  8:51   ` Krzysztof Kozlowski
@ 2021-08-12 21:05   ` Arnd Bergmann
  2021-08-12 21:05     ` Arnd Bergmann
  1 sibling, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2021-08-12 21:05 UTC (permalink / raw)
  To: Olof Johansson, arm, soc, Krzysztof Kozlowski
  Cc: Arnd Bergmann, linux-samsung-soc, linux-kernel, linux-arm-kernel,
	Krzysztof Kozlowski

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 11 Aug 2021 10:51:28 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.15
> 
> [...]

Merged into arm/dt, thanks!

merge commit: f73979109bc11a0ed26b6deeb403fb5d05676ffc

       Arnd

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

* Re: [GIT PULL 2/2] arm64: dts: samsung: DT64 for v5.15
  2021-08-12 21:05   ` Arnd Bergmann
@ 2021-08-12 21:05     ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2021-08-12 21:05 UTC (permalink / raw)
  To: Olof Johansson, arm, soc, Krzysztof Kozlowski
  Cc: Arnd Bergmann, linux-samsung-soc, linux-kernel, linux-arm-kernel,
	Krzysztof Kozlowski

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 11 Aug 2021 10:51:28 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.15
> 
> [...]

Merged into arm/dt, thanks!

merge commit: f73979109bc11a0ed26b6deeb403fb5d05676ffc

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-08-12 21:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11  8:51 [GIT PULL 1/2] ARM: dts: samsung: DT for v5.15 Krzysztof Kozlowski
2021-08-11  8:51 ` Krzysztof Kozlowski
2021-08-11  8:51 ` [GIT PULL 2/2] arm64: dts: samsung: DT64 " Krzysztof Kozlowski
2021-08-11  8:51   ` Krzysztof Kozlowski
2021-08-12 21:05   ` Arnd Bergmann
2021-08-12 21:05     ` Arnd Bergmann
2021-08-12 21:05 ` [GIT PULL 1/2] ARM: dts: samsung: DT " Arnd Bergmann
2021-08-12 21:05   ` Arnd Bergmann

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