2018-07-12 16:48:37

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 0/3] ARM: exynos: Pull for v4.19

Hi,

Only one unusual about this pull-request - it is based on v4.18-rc2
because at v4.18-rc1 the NFS root boot, which I use at my testing
setup (https://krzk.eu), was broken.

Best regards,
Krzysztof




2018-07-12 16:48:19

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 1/3] ARM: dts: exynos: Pull for v4.19

Hi,

Rebased on v4.18-rc2.

Best regards,
Krzysztof


The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the git repository at:

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

for you to fetch changes up to 57f4e8bc1c3ebbd06a278107edeb6af95b53e5bf:

dt-bindings: samsung: Document bindings for SGH-T959P board (2018-07-07 12:28:07 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v4.19

1. Add two new S5Pv210 boards: Samsung Galaxy S and Samsung Galaxy S 4G
mobile phones.  Both are from family codenamed Aries.  The Samsung
Galaxy S was released on the market in 2010 with Android operating
system.  At that time, it was the Samsung's flagship model.
   This brings support for storage (SD card and internal memory), PMIC,
RTC, fuel-gauge, keys, USB (in peripherial mode) and WiFi.

2. Add missing secondary CPU properties.
3. Cleanup from old files and properties.

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
ARM: dts: exynos: remove no longer needed samsung thermal properties

Jonathan Bakker (2):
ARM: dts: s5pv210: Add initial DTS for SGH-T959P phone
dt-bindings: samsung: Document bindings for SGH-T959P board

Krzysztof Kozlowski (2):
ARM: dts: exynos: Add missing CPU clocks to secondary CPUs on Exynos542x
dt-bindings: arm: Remove obsolete insignal-boards.txt

Paweł Chmiel (4):
ARM: dts: s5pv210: Add missing interrupt-controller property to gph2
ARM: dts: s5pv210: Add initial DTS for Samsung Aries based phones
ARM: dts: s5pv210: Add initial DTS for Samsung Galaxy S phone
dt-bindings: samsung: Document bindings for Samsung aries boards

Viresh Kumar (1):
arm: dts: exynos: Add missing cooling device properties for CPUs

.../devicetree/bindings/arm/insignal-boards.txt | 8 -
.../bindings/arm/samsung/samsung-boards.txt | 5 +-
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/exynos3250.dtsi | 18 +-
arch/arm/boot/dts/exynos4.dtsi | 2 +-
arch/arm/boot/dts/exynos4210.dtsi | 13 +
arch/arm/boot/dts/exynos4412-tmu-sensor-conf.dtsi | 20 -
arch/arm/boot/dts/exynos4412.dtsi | 9 +
arch/arm/boot/dts/exynos5250.dtsi | 25 +-
arch/arm/boot/dts/exynos5410.dtsi | 8 +-
arch/arm/boot/dts/exynos5420-cpus.dtsi | 6 +
arch/arm/boot/dts/exynos5420-tmu-sensor-conf.dtsi | 21 --
arch/arm/boot/dts/exynos5420.dtsi | 10 +-
arch/arm/boot/dts/exynos5422-cpus.dtsi | 8 +-
arch/arm/boot/dts/s5pv210-aries.dtsi | 419 +++++++++++++++++++++
arch/arm/boot/dts/s5pv210-fascinate4g.dts | 45 +++
arch/arm/boot/dts/s5pv210-galaxys.dts | 77 ++++
arch/arm/boot/dts/s5pv210-pinctrl.dtsi | 2 +
18 files changed, 635 insertions(+), 63 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/insignal-boards.txt
delete mode 100644 arch/arm/boot/dts/exynos4412-tmu-sensor-conf.dtsi
delete mode 100644 arch/arm/boot/dts/exynos5420-tmu-sensor-conf.dtsi
create mode 100644 arch/arm/boot/dts/s5pv210-aries.dtsi
create mode 100644 arch/arm/boot/dts/s5pv210-fascinate4g.dts
create mode 100644 arch/arm/boot/dts/s5pv210-galaxys.dts

2018-07-12 16:48:52

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 3/3] ARM: defconfig: Pull for v4.19

Hi,

Rebased on v4.18-rc2.

Best regards,
Krzysztof


The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.19

for you to fetch changes up to 24ede29d026a9f00aa3f4e7a5531803af4810734:

ARM: s5pv210_defconfig: Enable options needed to boot typical Linux distro (2018-07-07 10:49:16 +0200)

----------------------------------------------------------------
Samsung defconfig changes for v4.19

Enable options needed for booting full system on S5Pv210-based Samsung
Galaxy S mobile phones.

----------------------------------------------------------------
Paweł Chmiel (3):
ARM: s5pv210_defconfig: Run make savedefconfig
ARM: s5pv210_defconfig: Enable drivers for Samsung Aries based phones
ARM: s5pv210_defconfig: Enable options needed to boot typical Linux distro

arch/arm/configs/s5pv210_defconfig | 49 +++++++++++++++++++++++++++++++++++---
1 file changed, 46 insertions(+), 3 deletions(-)

2018-07-12 16:48:53

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL 2/3] arm64: dts: exynos: Pull for v4.19

Hi,

Rebased on v4.18-rc2.

Best regards,
Krzysztof


The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the git repository at:

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

for you to fetch changes up to 17aa1530f1ff89ca4e21765e5f4d9e6bcd464eb2:

arm64: dts: exynos: Remove leading 0x from unit addresses in Exynos5433 (2018-06-25 18:38:49 +0200)

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

Cleanup from old properties and code-style warnings.

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
arm64: dts: exynos: Remove no longer needed samsung thermal properties

Krzysztof Kozlowski (1):
arm64: dts: exynos: Remove leading 0x from unit addresses in Exynos5433

.../dts/exynos/exynos5433-tmu-g3d-sensor-conf.dtsi | 20 --------------------
.../boot/dts/exynos/exynos5433-tmu-sensor-conf.dtsi | 19 -------------------
arch/arm64/boot/dts/exynos/exynos5433.dtsi | 14 +++++++-------
.../boot/dts/exynos/exynos7-tmu-sensor-conf.dtsi | 21 ---------------------
arch/arm64/boot/dts/exynos/exynos7.dtsi | 2 +-
5 files changed, 8 insertions(+), 68 deletions(-)
delete mode 100644 arch/arm64/boot/dts/exynos/exynos5433-tmu-g3d-sensor-conf.dtsi
delete mode 100644 arch/arm64/boot/dts/exynos/exynos5433-tmu-sensor-conf.dtsi
delete mode 100644 arch/arm64/boot/dts/exynos/exynos7-tmu-sensor-conf.dtsi

2018-07-14 22:20:09

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL 2/3] arm64: dts: exynos: Pull for v4.19

On Thu, Jul 12, 2018 at 06:46:41PM +0200, Krzysztof Kozlowski wrote:
> Hi,
>
> Rebased on v4.18-rc2.
>
> Best regards,
> Krzysztof
>
>
> The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:
>
> Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-4.19
>
> for you to fetch changes up to 17aa1530f1ff89ca4e21765e5f4d9e6bcd464eb2:
>
> arm64: dts: exynos: Remove leading 0x from unit addresses in Exynos5433 (2018-06-25 18:38:49 +0200)


Merged, thanks!


-Olof

2018-07-14 22:20:09

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL 1/3] ARM: dts: exynos: Pull for v4.19

On Thu, Jul 12, 2018 at 06:46:40PM +0200, Krzysztof Kozlowski wrote:
> Hi,
>
> Rebased on v4.18-rc2.
>
> Best regards,
> Krzysztof
>
>
> The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:
>
> Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.19
>
> for you to fetch changes up to 57f4e8bc1c3ebbd06a278107edeb6af95b53e5bf:
>
> dt-bindings: samsung: Document bindings for SGH-T959P board (2018-07-07 12:28:07 +0200)

Merged, thanks!


-Olof

2018-07-14 22:20:47

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL 3/3] ARM: defconfig: Pull for v4.19

On Thu, Jul 12, 2018 at 06:46:39PM +0200, Krzysztof Kozlowski wrote:
> Hi,
>
> Rebased on v4.18-rc2.
>
> Best regards,
> Krzysztof
>
>
> The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:
>
> Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-4.19
>
> for you to fetch changes up to 24ede29d026a9f00aa3f4e7a5531803af4810734:
>
> ARM: s5pv210_defconfig: Enable options needed to boot typical Linux distro (2018-07-07 10:49:16 +0200)
>
> ----------------------------------------------------------------
> Samsung defconfig changes for v4.19
>
> Enable options needed for booting full system on S5Pv210-based Samsung
> Galaxy S mobile phones.

Thanks!


-Olof