2018-10-10 18:26:51

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 0/4] arm: exynos: Last round for v4.20

Hi,

I just few left-overs. The last mail (4/4) is a patch directly, not a pull request.

Best regards,
Krzysztof



2018-10-10 18:26:54

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 1/4] ARM: dts: exynos: Second round for v4.20

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit ff1e37c6809daab75f7b2dea1efe69330e8eb65b:

ARM: dts: exynos: Correct audio subsystem parent clock on Peach Chromebooks (2018-09-24 18:55:16 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 48ab742ce3b0312f2ee23ed825d3c8820eda7acf:

ARM: dts: exynos: Add pin configuration for SD write protect on Odroid XU (2018-10-01 18:51:51 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v4.20, second round

Add proper configuration for Odroid XU SD write-protect pin.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
ARM: dts: exynos: Add pin configuration for SD write protect on Odroid XU

arch/arm/boot/dts/exynos5410-odroidxu.dts | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

2018-10-10 18:27:10

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 3/4] ARM: exynos: soc/mach for v4.20, second round

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit f30858439e7db9ce9847eaedf440635fc6349c6e:

ARM: s3c24xx: Restore proper usage of pr_info/pr_cont (2018-09-19 19:11:17 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 6862fdf2201ab67cd962dbf0643d37db909f4860:

ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms (2018-10-01 18:42:48 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v4.20, second round

1. Disable SAMSUNG_PM_CHECK Kconfig feature incompatible with Exynos.

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms

arch/arm/plat-samsung/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2018-10-10 18:27:16

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 2/4] arm64: dts: exynos: Stuff for v4.20

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2352ae1306974528d11fb9c7dbf2cf91e0dd2c31:

arm64: ARM: dts: exynos: Remove double SD card detect pin inversion on TM2 (2018-09-24 19:30:54 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v4.20

1. Use graph between USB-PHY and MUIC.
2. Cleanup of SD card detect pin level.

----------------------------------------------------------------
Andrzej Hajda (1):
arm64: dts: exynos: Add OF graph between USB-PHY and MUIC

Krzysztof Kozlowski (1):
arm64: ARM: dts: exynos: Remove double SD card detect pin inversion on TM2

arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)

2018-10-10 18:29:27

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH / PULL 4/4] arm64: exynos: Enable generic power domain support

From: Marek Szyprowski <[email protected]>

Generic power domains are needed to enable support for Exynos power
domains.

Signed-off-by: Marek Szyprowski <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 393d2b524284..3b8e7e6ea6fb 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -67,6 +67,7 @@ config ARCH_EXYNOS
select HAVE_S3C_RTC if RTC_CLASS
select PINCTRL
select PINCTRL_EXYNOS
+ select PM_GENERIC_DOMAINS if PM
select SOC_SAMSUNG
help
This enables support for ARMv8 based Samsung Exynos SoC family.
--
2.17.1


2018-10-11 13:44:52

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH / PULL 4/4] arm64: exynos: Enable generic power domain support

On 10/10/18, Krzysztof Kozlowski <[email protected]> wrote:
> From: Marek Szyprowski <[email protected]>
>
> Generic power domains are needed to enable support for Exynos power
> domains.
>
> Signed-off-by: Marek Szyprowski <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Applied to next/soc, thanks!

Arnd

2018-10-11 14:06:17

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [GIT PULL 1/4] ARM: dts: exynos: Second round for v4.20

On 10/10/18, Krzysztof Kozlowski <[email protected]> wrote:
>
> ARM: dts: exynos: Correct audio subsystem parent clock on Peach
> Chromebooks (2018-09-24 18:55:16 +0200)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
> tags/samsung-dt-4.20-3
>
> for you to fetch changes up to 48ab742ce3b0312f2ee23ed825d3c8820eda7acf:
>
> ARM: dts: exynos: Add pin configuration for SD write protect on Odroid XU
> (2018-10-01 18:51:51 +0200)
>
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v4.20, second round
>
> Add proper configuration for Odroid XU SD write-protect pin.

Pulled into next/dt, thanks!

Arnd

2018-10-11 14:07:20

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [GIT PULL 2/4] arm64: dts: exynos: Stuff for v4.20

On 10/10/18, Krzysztof Kozlowski <[email protected]> wrote:
> The following changes since commit
> 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
> tags/samsung-dt64-4.20
>
> for you to fetch changes up to 2352ae1306974528d11fb9c7dbf2cf91e0dd2c31:
>
> arm64: ARM: dts: exynos: Remove double SD card detect pin inversion on TM2
> (2018-09-24 19:30:54 +0200)
>
> ----------------------------------------------------------------
> Samsung DTS ARM64 changes for v4.20
>
> 1. Use graph between USB-PHY and MUIC.
> 2. Cleanup of SD card detect pin level.

Pulled into next/dt, thanks!

Arnd

2018-10-11 14:58:49

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [GIT PULL 3/4] ARM: exynos: soc/mach for v4.20, second round

On 10/10/18, Krzysztof Kozlowski <[email protected]> wrote:
> Hi,
>
> On top of previous pull request.
>
> ----------------------------------------------------------------
> Samsung mach/soc changes for v4.20, second round
>
> 1. Disable SAMSUNG_PM_CHECK Kconfig feature incompatible with Exynos.
>

I suspect Olof made a small mistake when he pulled the previous branch
into next/dt instead of next/soc, so I ended up pulling the new branch
with all commits into next/soc again.

Nothing harmful happened and you did everything right, I was just
a bit confused by this.

Thanks,

Arnd

2018-10-12 18:13:22

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL 3/4] ARM: exynos: soc/mach for v4.20, second round

On Thu, Oct 11, 2018 at 7:02 AM Arnd Bergmann <[email protected]> wrote:
>
> On 10/10/18, Krzysztof Kozlowski <[email protected]> wrote:
> > Hi,
> >
> > On top of previous pull request.
> >
> > ----------------------------------------------------------------
> > Samsung mach/soc changes for v4.20, second round
> >
> > 1. Disable SAMSUNG_PM_CHECK Kconfig feature incompatible with Exynos.
> >
>
> I suspect Olof made a small mistake when he pulled the previous branch
> into next/dt instead of next/soc, so I ended up pulling the new branch
> with all commits into next/soc again.
>
> Nothing harmful happened and you did everything right, I was just
> a bit confused by this.

Indeed, thanks for catching that.


-Olof