linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ARM: dts: exynos: Changes for v5.2
@ 2019-04-14 15:48 Krzysztof Kozlowski
  2019-04-14 15:48 ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2019-04-14 15:48 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 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8cc76b1c75722196fb3d7ffe67cbfeb721a7b0e3:

  ARM: dts: exynos: Remove console argument from bootargs (2019-04-10 18:13:31 +0200)

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

1. Use proper ADC on Exynos4412.
2. Extend the Exynos5420 Arndale Octa board with: CPU cooling maps,
   unused regulators, ADC and UHS-I SD card support.  Beside that adjust
   regulators to proper level and add always-on when needed.
3. Extend the Exynos5260: high speed I2C and proper external interrupts.
   Also fix shared external interrupt line and use better PLL for MMC
   clocks.
4. Fix audio recording (broken around v5.1) and microphone recording
   (since v4.14) on Exynos5422 Odroid XU3 boards.
5. Minor cleanups (stdout-path and bootargs).

----------------------------------------------------------------
Benjamin Drung (1):
      ARM: dts: exynos: Fix spelling mistake of EXYNOS5420

Krzysztof Kozlowski (13):
      ARM: dts: exynos: Use ADC for Exynos4x12 on Exynos4412
      ARM: dts: exynos: Document regulator used by ADC on Odroid U3
      ARM: dts: exynos: Use stdout path property on Arndale Octa board
      ARM: dts: exynos: Add unused PMIC regulators on Arndale Octa board
      ARM: dts: exynos: Add CPU cooling on Arndale Octa
      ARM: dts: exynos: Order nodes alphabetically in Arndale Octa
      ARM: dts: exynos: Enable ADC on Arndale Octa
      ARM: dts: exynos: Adjust ldo23 and ldo27 to lower levels on Arndale Octa
      ARM: dts: exynos: Add support for UHS-I SD cards on Arndale Octa
      ARM: dts: exynos: Extend the eMMC node on Arndale Octa
      ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8 regulators on Arndale Octa
      ARM: dts: exynos: Use stdout-path property instead of console in bootargs
      ARM: dts: exynos: Remove console argument from bootargs

Stuart Menefy (4):
      ARM: dts: exynos: Use bustop PLL as the source for MMC clocks on Exynos5260
      ARM: dts: exynos: Add high speed I2C ports for Exynos5260
      ARM: dts: exynos: Add interrupts for dedicated EINTs on Exynos5260
      ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260

Sylwester Nawrocki (2):
      ARM: dts: exynos: Fix audio routing on Odroid XU3
      ARM: dts: exynos: Fix audio (microphone) routing on Odroid XU3

 arch/arm/boot/dts/exynos4210-origen.dts           |   4 +-
 arch/arm/boot/dts/exynos4210-smdkv310.dts         |   4 +-
 arch/arm/boot/dts/exynos4210-trats.dts            |   4 +-
 arch/arm/boot/dts/exynos4210-universal_c210.dts   |   4 +-
 arch/arm/boot/dts/exynos4412-odroidu3.dts         |   5 +
 arch/arm/boot/dts/exynos4412-origen.dts           |   3 +-
 arch/arm/boot/dts/exynos4412-smdk4412.dts         |   4 +-
 arch/arm/boot/dts/exynos4412-trats2.dts           |   3 +-
 arch/arm/boot/dts/exynos4412.dtsi                 |   2 +-
 arch/arm/boot/dts/exynos5250-smdk5250.dts         |   3 +-
 arch/arm/boot/dts/exynos5260-pinctrl.dtsi         |  16 +
 arch/arm/boot/dts/exynos5260-xyref5260.dts        |   2 +-
 arch/arm/boot/dts/exynos5260.dtsi                 |  82 ++++-
 arch/arm/boot/dts/exynos5410-smdk5410.dts         |   2 +-
 arch/arm/boot/dts/exynos5420-arndale-octa.dts     | 364 +++++++++++++++++++++-
 arch/arm/boot/dts/exynos5420-smdk5420.dts         |   3 +-
 arch/arm/boot/dts/exynos5420.dtsi                 |   2 +-
 arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi |   5 +-
 18 files changed, 477 insertions(+), 35 deletions(-)

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

* [GIT PULL 2/3] arm64: dts: exynos: Changes for v5.2
  2019-04-14 15:48 [GIT PULL 1/3] ARM: dts: exynos: Changes for v5.2 Krzysztof Kozlowski
@ 2019-04-14 15:48 ` Krzysztof Kozlowski
  2019-04-28 19:30   ` Olof Johansson
  2019-04-14 15:48 ` [GIT PULL 3/3] ARM: samsung: " Krzysztof Kozlowski
  2019-04-28 19:29 ` [GIT PULL 1/3] ARM: dts: exynos: " Olof Johansson
  2 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2019-04-14 15:48 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 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 77fc46976e0bfcd78d30fb4c9f0169752b4339c9:

  arm64: dts: exynos: Add SlimSSS to Exynos5433 (2019-03-20 19:29:57 +0100)

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

1. Use proper clock rates for GSCALER module on TM2 boards.
2. Add clocks for local paths on DECON and GSCALER modules of
   Exynos5433.
3. Add Slim SecuritySubSystem to Exynos5433.

----------------------------------------------------------------
Andrzej Hajda (2):
      arm64: dts: exynos: configure GSCALER related clocks on TM2
      arm64: dts: exynos: add DSD/GSD clocks to DECONs and GSCALERs of Exynos5433

Kamil Konieczny (1):
      arm64: dts: exynos: Add SlimSSS to Exynos5433

 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  6 ++++
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts      |  6 ++--
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 34 +++++++++++++++-------
 3 files changed, 34 insertions(+), 12 deletions(-)

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

* [GIT PULL 3/3] ARM: samsung: Changes for v5.2
  2019-04-14 15:48 [GIT PULL 1/3] ARM: dts: exynos: Changes for v5.2 Krzysztof Kozlowski
  2019-04-14 15:48 ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
@ 2019-04-14 15:48 ` Krzysztof Kozlowski
  2019-04-29  6:05   ` Olof Johansson
  2019-04-29  6:53   ` Krzysztof Kozlowski
  2019-04-28 19:29 ` [GIT PULL 1/3] ARM: dts: exynos: " Olof Johansson
  2 siblings, 2 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2019-04-14 15:48 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 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7676e667c841375b41d9438b559756141aa93d0e:

  ARM: s3c64xx: Tidy up handling of regulator GPIO lookups (2019-04-14 12:53:03 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v5.2

1. Cleanup in mach code.
2. Add necessary fixes for Suspend to RAM on Exynos5422 boards (tested
   with Odroid XU3/XU4/HC1 family).  Finally this brings a working S2R
   on these Odroid boards (still other drivers might have some issues
   but mach code seems to be finished).
3. Require MCPM for Exynos542x boards because otherwise not all of cores
   will come online.
4. GPIO regulator cleanup on S3C6410 Craig.

----------------------------------------------------------------
Charles Keepax (1):
      ARM: s3c64xx: Tidy up handling of regulator GPIO lookups

Joonyoung Shim (1):
      ARM: exynos: Add CPU state management for Exynos542x under secure firmware

Marek Szyprowski (5):
      ARM: exynos: Move Exynos542x CPU state reset to pm_prepare()
      ARM: exynos: Add Exynos SMC values for secure memory write
      ARM: exynos: Fix undefined instruction during Exynos5422 resume
      ARM: exynos: Fix infinite loops on CPU powerup failure
      ARM: exynos: Set MCPM as mandatory for Exynos542x/5800 SoCs

Wen Yang (1):
      ARM: exynos: Fix a leaked reference by adding missing of_node_put

 arch/arm/configs/exynos_defconfig            |  1 -
 arch/arm/configs/multi_v7_defconfig          |  1 -
 arch/arm/mach-exynos/Kconfig                 | 12 ++-----
 arch/arm/mach-exynos/Makefile                |  2 +-
 arch/arm/mach-exynos/common.h                |  1 +
 arch/arm/mach-exynos/exynos.c                |  3 ++
 arch/arm/mach-exynos/firmware.c              |  1 +
 arch/arm/mach-exynos/mcpm-exynos.c           | 13 +++++++-
 arch/arm/mach-exynos/platsmp.c               |  9 ++++-
 arch/arm/mach-exynos/smc.h                   |  7 ++++
 arch/arm/mach-exynos/suspend.c               | 49 ++++++++++++++++++++++++----
 arch/arm/mach-s3c64xx/mach-crag6410-module.c | 14 ++++++--
 12 files changed, 89 insertions(+), 24 deletions(-)

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

* Re: [GIT PULL 1/3] ARM: dts: exynos: Changes for v5.2
  2019-04-14 15:48 [GIT PULL 1/3] ARM: dts: exynos: Changes for v5.2 Krzysztof Kozlowski
  2019-04-14 15:48 ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
  2019-04-14 15:48 ` [GIT PULL 3/3] ARM: samsung: " Krzysztof Kozlowski
@ 2019-04-28 19:29 ` Olof Johansson
  2 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-04-28 19:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Sun, Apr 14, 2019 at 05:48:03PM +0200, Krzysztof Kozlowski wrote:
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.2
> 
> for you to fetch changes up to 8cc76b1c75722196fb3d7ffe67cbfeb721a7b0e3:
> 
>   ARM: dts: exynos: Remove console argument from bootargs (2019-04-10 18:13:31 +0200)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v5.2
> 
> 1. Use proper ADC on Exynos4412.
> 2. Extend the Exynos5420 Arndale Octa board with: CPU cooling maps,
>    unused regulators, ADC and UHS-I SD card support.  Beside that adjust
>    regulators to proper level and add always-on when needed.
> 3. Extend the Exynos5260: high speed I2C and proper external interrupts.
>    Also fix shared external interrupt line and use better PLL for MMC
>    clocks.
> 4. Fix audio recording (broken around v5.1) and microphone recording
>    (since v4.14) on Exynos5422 Odroid XU3 boards.
> 5. Minor cleanups (stdout-path and bootargs).

Merged, thanks!


-Olof

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

* Re: [GIT PULL 2/3] arm64: dts: exynos: Changes for v5.2
  2019-04-14 15:48 ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
@ 2019-04-28 19:30   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-04-28 19:30 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Sun, Apr 14, 2019 at 05:48:04PM +0200, Krzysztof Kozlowski wrote:
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.2
> 
> for you to fetch changes up to 77fc46976e0bfcd78d30fb4c9f0169752b4339c9:
> 
>   arm64: dts: exynos: Add SlimSSS to Exynos5433 (2019-03-20 19:29:57 +0100)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM64 changes for v5.2
> 
> 1. Use proper clock rates for GSCALER module on TM2 boards.
> 2. Add clocks for local paths on DECON and GSCALER modules of
>    Exynos5433.
> 3. Add Slim SecuritySubSystem to Exynos5433.

Merged, thanks!


-Olof

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

* Re: [GIT PULL 3/3] ARM: samsung: Changes for v5.2
  2019-04-14 15:48 ` [GIT PULL 3/3] ARM: samsung: " Krzysztof Kozlowski
@ 2019-04-29  6:05   ` Olof Johansson
  2019-04-29  6:53   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-04-29  6:05 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, arm, Kukjin Kim, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On Sun, Apr 14, 2019 at 05:48:05PM +0200, Krzysztof Kozlowski wrote:
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.2
> 
> for you to fetch changes up to 7676e667c841375b41d9438b559756141aa93d0e:
> 
>   ARM: s3c64xx: Tidy up handling of regulator GPIO lookups (2019-04-14 12:53:03 +0200)
> 
> ----------------------------------------------------------------
> Samsung mach/soc changes for v5.2
> 
> 1. Cleanup in mach code.
> 2. Add necessary fixes for Suspend to RAM on Exynos5422 boards (tested
>    with Odroid XU3/XU4/HC1 family).  Finally this brings a working S2R
>    on these Odroid boards (still other drivers might have some issues
>    but mach code seems to be finished).
> 3. Require MCPM for Exynos542x boards because otherwise not all of cores
>    will come online.
> 4. GPIO regulator cleanup on S3C6410 Craig.

Merged, thanks.


-Olof

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

* Re: [GIT PULL 3/3] ARM: samsung: Changes for v5.2
  2019-04-14 15:48 ` [GIT PULL 3/3] ARM: samsung: " Krzysztof Kozlowski
  2019-04-29  6:05   ` Olof Johansson
@ 2019-04-29  6:53   ` Krzysztof Kozlowski
  2019-04-29  7:11     ` Olof Johansson
  1 sibling, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2019-04-29  6:53 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm
  Cc: Kukjin Kim, linux-arm-kernel, linux-samsung-soc, linux-kernel

On Sun, 14 Apr 2019 at 17:48, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
>
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
>
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.2
>
> for you to fetch changes up to 7676e667c841375b41d9438b559756141aa93d0e:
>
>   ARM: s3c64xx: Tidy up handling of regulator GPIO lookups (2019-04-14 12:53:03 +0200)
>
> ----------------------------------------------------------------
> Samsung mach/soc changes for v5.2
>
> 1. Cleanup in mach code.
> 2. Add necessary fixes for Suspend to RAM on Exynos5422 boards (tested
>    with Odroid XU3/XU4/HC1 family).  Finally this brings a working S2R
>    on these Odroid boards (still other drivers might have some issues
>    but mach code seems to be finished).
> 3. Require MCPM for Exynos542x boards because otherwise not all of cores
>    will come online.
> 4. GPIO regulator cleanup on S3C6410 Craig.

Hi Olof and Arnd,

I see you pulled in DTS and DTS64 pull request. I think this one here
is still pending.

Best regards,
Krzysztof

>
> ----------------------------------------------------------------
> Charles Keepax (1):
>       ARM: s3c64xx: Tidy up handling of regulator GPIO lookups
>
> Joonyoung Shim (1):
>       ARM: exynos: Add CPU state management for Exynos542x under secure firmware
>
> Marek Szyprowski (5):
>       ARM: exynos: Move Exynos542x CPU state reset to pm_prepare()
>       ARM: exynos: Add Exynos SMC values for secure memory write
>       ARM: exynos: Fix undefined instruction during Exynos5422 resume
>       ARM: exynos: Fix infinite loops on CPU powerup failure
>       ARM: exynos: Set MCPM as mandatory for Exynos542x/5800 SoCs
>
> Wen Yang (1):
>       ARM: exynos: Fix a leaked reference by adding missing of_node_put
>
>  arch/arm/configs/exynos_defconfig            |  1 -
>  arch/arm/configs/multi_v7_defconfig          |  1 -
>  arch/arm/mach-exynos/Kconfig                 | 12 ++-----
>  arch/arm/mach-exynos/Makefile                |  2 +-
>  arch/arm/mach-exynos/common.h                |  1 +
>  arch/arm/mach-exynos/exynos.c                |  3 ++
>  arch/arm/mach-exynos/firmware.c              |  1 +
>  arch/arm/mach-exynos/mcpm-exynos.c           | 13 +++++++-
>  arch/arm/mach-exynos/platsmp.c               |  9 ++++-
>  arch/arm/mach-exynos/smc.h                   |  7 ++++
>  arch/arm/mach-exynos/suspend.c               | 49 ++++++++++++++++++++++++----
>  arch/arm/mach-s3c64xx/mach-crag6410-module.c | 14 ++++++--
>  12 files changed, 89 insertions(+), 24 deletions(-)

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

* Re: [GIT PULL 3/3] ARM: samsung: Changes for v5.2
  2019-04-29  6:53   ` Krzysztof Kozlowski
@ 2019-04-29  7:11     ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-04-29  7:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Arnd Bergmann, ARM-SoC Maintainers, Kukjin Kim,
	Linux ARM Mailing List, linux-samsung-soc,
	Linux Kernel Mailing List

On Sun, Apr 28, 2019 at 11:53 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On Sun, 14 Apr 2019 at 17:48, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> >
> >
> > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> >
> >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> >
> > are available in the Git repository at:
> >
> >   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.2
> >
> > for you to fetch changes up to 7676e667c841375b41d9438b559756141aa93d0e:
> >
> >   ARM: s3c64xx: Tidy up handling of regulator GPIO lookups (2019-04-14 12:53:03 +0200)
> >
> > ----------------------------------------------------------------
> > Samsung mach/soc changes for v5.2
> >
> > 1. Cleanup in mach code.
> > 2. Add necessary fixes for Suspend to RAM on Exynos5422 boards (tested
> >    with Odroid XU3/XU4/HC1 family).  Finally this brings a working S2R
> >    on these Odroid boards (still other drivers might have some issues
> >    but mach code seems to be finished).
> > 3. Require MCPM for Exynos542x boards because otherwise not all of cores
> >    will come online.
> > 4. GPIO regulator cleanup on S3C6410 Craig.
>
> Hi Olof and Arnd,
>
> I see you pulled in DTS and DTS64 pull request. I think this one here
> is still pending.

Yeah, I don't always do them in order. It's easier to sweep all pull
requests of a certain type (i.e. DT, drivers, etc). I also ran out of
time and had to step away for a few hours.

Same thing now -- I'm done for the night but there's quite a few
remaining pull requests in the queue. I'll continue tomorrow.


-Olof

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

end of thread, other threads:[~2019-04-29  7:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-14 15:48 [GIT PULL 1/3] ARM: dts: exynos: Changes for v5.2 Krzysztof Kozlowski
2019-04-14 15:48 ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
2019-04-28 19:30   ` Olof Johansson
2019-04-14 15:48 ` [GIT PULL 3/3] ARM: samsung: " Krzysztof Kozlowski
2019-04-29  6:05   ` Olof Johansson
2019-04-29  6:53   ` Krzysztof Kozlowski
2019-04-29  7:11     ` Olof Johansson
2019-04-28 19:29 ` [GIT PULL 1/3] ARM: dts: exynos: " 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).