linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: dts: exynos: Second round for v4.21
@ 2018-12-18 20:10 Krzysztof Kozlowski
  2018-12-18 20:10 ` [GIT PULL 2/2] arm64: " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2018-12-18 20:10 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 57b13b8b34002ce8f1d822ea05f0a84e5bc3a64a:

  ARM: dts: exynos: remove display-port node from Arndale (2018-12-06 19:47:15 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 8ac686d7dfed721102860ff2571e6b9f529ae81a:

  ARM: dts: exynos: Specify I2S assigned clocks in proper node (2018-12-13 21:56:07 +0100)

----------------------------------------------------------------
Samsung DTS ARM changes for v4.21, part 2

1. Add missing CPUs in cooling maps for Odroid X2 (missed in previous
   round of fixups).
2. Fix clock configuration in audio subsystem on Odroid XU3/XU4.

----------------------------------------------------------------
Markus Reichl (1):
      ARM: dts: exynos: Add missing CPUs in cooling maps for Odroid X2

Sylwester Nawrocki (1):
      ARM: dts: exynos: Specify I2S assigned clocks in proper node

 arch/arm/boot/dts/exynos4412-prime.dtsi           | 6 ++++--
 arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi | 9 ++++-----
 arch/arm/boot/dts/exynos5422-odroidxu4.dts        | 9 ++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

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

* [GIT PULL 2/2] arm64: dts: exynos: Second round for v4.21
  2018-12-18 20:10 [GIT PULL 1/2] ARM: dts: exynos: Second round for v4.21 Krzysztof Kozlowski
@ 2018-12-18 20:10 ` Krzysztof Kozlowski
  2018-12-31 21:11   ` Olof Johansson
  2018-12-20 16:05 ` [GIT PULL 1/2] ARM: " Arnd Bergmann
  2018-12-31 21:10 ` Olof Johansson
  2 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2018-12-18 20:10 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 9deffb5ee78e41e2a5d6c448874a24caec6467d0:

  arm64: dts: exynos: Add all CPUs in cooling maps (2018-11-18 15:18:42 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 74ebbdda7cecf789661c208faccbeef10a7f05da:

  arm64: dts: exynos: Add Bluetooth chip to TM2(e) boards (2018-12-17 20:23:32 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v4.21, part 2

Add IMEM clock controller (for Security SubSystem) and Bluetooth chip to
Exynos5433 TM2(e) boards.

----------------------------------------------------------------
Kamil Konieczny (1):
      arm64: dts: exynos: Add IMEM clock controller to Exynos5433

Marek Szyprowski (1):
      arm64: dts: exynos: Add Bluetooth chip to TM2(e) boards

 arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 14 ++++++++++++++
 arch/arm64/boot/dts/exynos/exynos5433.dtsi            | 15 +++++++++++++++
 2 files changed, 29 insertions(+)

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

* Re: [GIT PULL 1/2] ARM: dts: exynos: Second round for v4.21
  2018-12-18 20:10 [GIT PULL 1/2] ARM: dts: exynos: Second round for v4.21 Krzysztof Kozlowski
  2018-12-18 20:10 ` [GIT PULL 2/2] arm64: " Krzysztof Kozlowski
@ 2018-12-20 16:05 ` Arnd Bergmann
  2018-12-31 21:10 ` Olof Johansson
  2 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2018-12-20 16:05 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Olof Johansson, arm-soc, Kukjin Kim, Linux ARM,
	moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	Linux Kernel Mailing List

On Tue, Dec 18, 2018 at 9:10 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
> The following changes since commit 57b13b8b34002ce8f1d822ea05f0a84e5bc3a64a:
>
>   ARM: dts: exynos: remove display-port node from Arndale (2018-12-06 19:47:15 +0100)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.21-2
>
> for you to fetch changes up to 8ac686d7dfed721102860ff2571e6b9f529ae81a:
>
>   ARM: dts: exynos: Specify I2S assigned clocks in proper node (2018-12-13 21:56:07 +0100)
>
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v4.21, part 2
>
> 1. Add missing CPUs in cooling maps for Odroid X2 (missed in previous
>    round of fixups).
> 2. Fix clock configuration in audio subsystem on Odroid XU3/XU4.

Pulled into next/dt, thanks!

       Arnd

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

* Re: [GIT PULL 1/2] ARM: dts: exynos: Second round for v4.21
  2018-12-18 20:10 [GIT PULL 1/2] ARM: dts: exynos: Second round for v4.21 Krzysztof Kozlowski
  2018-12-18 20:10 ` [GIT PULL 2/2] arm64: " Krzysztof Kozlowski
  2018-12-20 16:05 ` [GIT PULL 1/2] ARM: " Arnd Bergmann
@ 2018-12-31 21:10 ` Olof Johansson
  2 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2018-12-31 21:10 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Tue, Dec 18, 2018 at 09:10:02PM +0100, Krzysztof Kozlowski wrote:
> Hi,
> 
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 57b13b8b34002ce8f1d822ea05f0a84e5bc3a64a:
> 
>   ARM: dts: exynos: remove display-port node from Arndale (2018-12-06 19:47:15 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.21-2
> 
> for you to fetch changes up to 8ac686d7dfed721102860ff2571e6b9f529ae81a:
> 
>   ARM: dts: exynos: Specify I2S assigned clocks in proper node (2018-12-13 21:56:07 +0100)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v4.21, part 2
> 
> 1. Add missing CPUs in cooling maps for Odroid X2 (missed in previous
>    round of fixups).
> 2. Fix clock configuration in audio subsystem on Odroid XU3/XU4.

Merged into next/late. Will try to merge this window, best-effort.


-Olof


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

* Re: [GIT PULL 2/2] arm64: dts: exynos: Second round for v4.21
  2018-12-18 20:10 ` [GIT PULL 2/2] arm64: " Krzysztof Kozlowski
@ 2018-12-31 21:11   ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2018-12-31 21:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Tue, Dec 18, 2018 at 09:10:03PM +0100, Krzysztof Kozlowski wrote:
> Hi,
> 
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 9deffb5ee78e41e2a5d6c448874a24caec6467d0:
> 
>   arm64: dts: exynos: Add all CPUs in cooling maps (2018-11-18 15:18:42 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.21-2
> 
> for you to fetch changes up to 74ebbdda7cecf789661c208faccbeef10a7f05da:
> 
>   arm64: dts: exynos: Add Bluetooth chip to TM2(e) boards (2018-12-17 20:23:32 +0100)

Merged into next/late.


Thanks,

-Olof

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

end of thread, other threads:[~2018-12-31 21:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-18 20:10 [GIT PULL 1/2] ARM: dts: exynos: Second round for v4.21 Krzysztof Kozlowski
2018-12-18 20:10 ` [GIT PULL 2/2] arm64: " Krzysztof Kozlowski
2018-12-31 21:11   ` Olof Johansson
2018-12-20 16:05 ` [GIT PULL 1/2] ARM: " Arnd Bergmann
2018-12-31 21:10 ` Olof Johansson

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