All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: dts: exynos: Pull for v5.3
@ 2019-06-16 17:55 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2019-06-16 17:55 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Krzysztof Kozlowski, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d2cac68e0d9b038da7207c0b63e1399c4f9f60c4:

  ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU (2019-06-11 20:37:21 +0200)

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

1. Fixes for minor warnings.
2. Enable ADC on Exynos5410 Odroid XU board.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      ARM: dts: exynos: Move CPU OPP tables out of SoC node on Exynos5420
      ARM: dts: exynos: Raise maximum buck regulator voltages on Arndale Octa
      ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU

 arch/arm/boot/dts/exynos5410-odroidxu.dts     |   5 +
 arch/arm/boot/dts/exynos5410.dtsi             |   6 +
 arch/arm/boot/dts/exynos5420-arndale-octa.dts |  14 +-
 arch/arm/boot/dts/exynos5420.dtsi             | 234 +++++++++++++-------------
 arch/arm/boot/dts/exynos54xx.dtsi             |   9 +
 5 files changed, 142 insertions(+), 126 deletions(-)

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

* [GIT PULL] ARM: dts: exynos: Pull for v5.3
@ 2019-06-16 17:55 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2019-06-16 17:55 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: linux-samsung-soc, Kukjin Kim, linux-arm-kernel,
	Krzysztof Kozlowski, linux-kernel

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d2cac68e0d9b038da7207c0b63e1399c4f9f60c4:

  ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU (2019-06-11 20:37:21 +0200)

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

1. Fixes for minor warnings.
2. Enable ADC on Exynos5410 Odroid XU board.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      ARM: dts: exynos: Move CPU OPP tables out of SoC node on Exynos5420
      ARM: dts: exynos: Raise maximum buck regulator voltages on Arndale Octa
      ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU

 arch/arm/boot/dts/exynos5410-odroidxu.dts     |   5 +
 arch/arm/boot/dts/exynos5410.dtsi             |   6 +
 arch/arm/boot/dts/exynos5420-arndale-octa.dts |  14 +-
 arch/arm/boot/dts/exynos5420.dtsi             | 234 +++++++++++++-------------
 arch/arm/boot/dts/exynos54xx.dtsi             |   9 +
 5 files changed, 142 insertions(+), 126 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] 4+ messages in thread

* Re: [GIT PULL] ARM: dts: exynos: Pull for v5.3
  2019-06-16 17:55 ` Krzysztof Kozlowski
@ 2019-06-19 13:27   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-19 13:27 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Sun, Jun 16, 2019 at 07:55:13PM +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.3
> 
> for you to fetch changes up to d2cac68e0d9b038da7207c0b63e1399c4f9f60c4:
> 
>   ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU (2019-06-11 20:37:21 +0200)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v5.3
> 
> 1. Fixes for minor warnings.
> 2. Enable ADC on Exynos5410 Odroid XU board.
> 
> ----------------------------------------------------------------
> Krzysztof Kozlowski (3):
>       ARM: dts: exynos: Move CPU OPP tables out of SoC node on Exynos5420
>       ARM: dts: exynos: Raise maximum buck regulator voltages on Arndale Octa
>       ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU

Merged, thanks!


-Olof

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

* Re: [GIT PULL] ARM: dts: exynos: Pull for v5.3
@ 2019-06-19 13:27   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-19 13:27 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-samsung-soc, Arnd Bergmann, linux-kernel, arm, Kukjin Kim,
	linux-arm-kernel

On Sun, Jun 16, 2019 at 07:55:13PM +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.3
> 
> for you to fetch changes up to d2cac68e0d9b038da7207c0b63e1399c4f9f60c4:
> 
>   ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU (2019-06-11 20:37:21 +0200)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v5.3
> 
> 1. Fixes for minor warnings.
> 2. Enable ADC on Exynos5410 Odroid XU board.
> 
> ----------------------------------------------------------------
> Krzysztof Kozlowski (3):
>       ARM: dts: exynos: Move CPU OPP tables out of SoC node on Exynos5420
>       ARM: dts: exynos: Raise maximum buck regulator voltages on Arndale Octa
>       ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU

Merged, thanks!


-Olof

_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2019-06-19 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-16 17:55 [GIT PULL] ARM: dts: exynos: Pull for v5.3 Krzysztof Kozlowski
2019-06-16 17:55 ` Krzysztof Kozlowski
2019-06-19 13:27 ` Olof Johansson
2019-06-19 13:27   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.