* [GIT PULL 2/4] ARM: dts: samsung for v5.11
2020-12-01 20:44 [GIT PULL 1/4] ARM: defconfig: samsung for v5.11 Krzysztof Kozlowski
@ 2020-12-01 20:44 ` Krzysztof Kozlowski
2020-12-08 23:09 ` Arnd Bergmann
2020-12-01 20:44 ` [GIT PULL 3/4] arm64: dts: exynos: Pull " Krzysztof Kozlowski
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-01 20:44 UTC (permalink / raw)
To: Olof Johansson, Arnd Bergmann, arm, soc
Cc: linux-samsung-soc, linux-arm-kernel, Krzysztof Kozlowski,
linux-kernel
Hi,
Samsung changes, on top of previous pull request.
Best regards,
Krzysztof
The following changes since commit 73f882a0f3a833d589c1a0b6b83045567244e71e:
ARM: dts: exynos: use hyphens in MFC reserved memory node names (2020-11-10 19:21:21 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.11-2
for you to fetch changes up to afbd0bdebe0d82c4846dbbce53625110889c5de8:
ARM: dts: exynos: switch Atmel mxt reset GPIO to active low on P4 Note (2020-11-22 12:36:11 +0100)
----------------------------------------------------------------
Samsung DTS ARM changes for v5.11, part two
1. Add devicetree of Samsung Galaxy Note 10.1 tablets
(GT-N8010/GT-N8013), called P4 Note. These are quite old but
still functional devices, based on Exynos4412.
2. Minor cleanups in Odroid XU3 Ethernet.
3. Minor fixes: ADC io-channel-ranges and P4 Note touchscreen GPIO
polarity.
----------------------------------------------------------------
Jonathan Cameron (3):
ARM: dts: exynos: Drop incorrect use of io-channel-ranges
ARM: dts: s5pv210: Drop incorrect use of io-channel-ranges property
ARM: dts: s5pv210: Drop unneeded io-channel-ranges property in Aries
Martin Jücker (3):
dt-bindings: arm: samsung: document bindings for P4 Note family board
ARM: dts: exynos: add Samsung's Exynos4412-based P4 Note boards
ARM: dts: exynos: switch Atmel mxt reset GPIO to active low on P4 Note
Łukasz Stelmach (2):
ARM: dts: exynos: Fix Ethernet interface description on Odroid XU3
ARM: dts: exynos: Add an alias for the Ethernet interface on Odroid XU3
.../bindings/arm/samsung/samsung-boards.yaml | 8 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/exynos3250.dtsi | 1 -
arch/arm/boot/dts/exynos4412-p4note-n8010.dts | 17 +
arch/arm/boot/dts/exynos4412-p4note.dtsi | 1132 ++++++++++++++++++++
arch/arm/boot/dts/exynos4412.dtsi | 1 -
arch/arm/boot/dts/exynos5250.dtsi | 1 -
arch/arm/boot/dts/exynos5422-odroidxu3.dts | 8 +-
arch/arm/boot/dts/exynos54xx.dtsi | 1 -
arch/arm/boot/dts/s5pv210-aries.dtsi | 1 -
arch/arm/boot/dts/s5pv210.dtsi | 1 -
11 files changed, 1164 insertions(+), 8 deletions(-)
create mode 100644 arch/arm/boot/dts/exynos4412-p4note-n8010.dts
create mode 100644 arch/arm/boot/dts/exynos4412-p4note.dtsi
_______________________________________________
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] 8+ messages in thread
* Re: [GIT PULL 2/4] ARM: dts: samsung for v5.11
2020-12-01 20:44 ` [GIT PULL 2/4] ARM: dts: " Krzysztof Kozlowski
@ 2020-12-08 23:09 ` Arnd Bergmann
0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 UTC (permalink / raw)
To: soc, Olof Johansson, Krzysztof Kozlowski, arm
Cc: linux-samsung-soc, linux-arm-kernel, Arnd Bergmann, linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Tue, 1 Dec 2020 22:44:02 +0200, Krzysztof Kozlowski wrote:
> Samsung changes, on top of previous pull request.
>
> Best regards,
> Krzysztof
>
>
> The following changes since commit 73f882a0f3a833d589c1a0b6b83045567244e71e:
>
> [...]
Merged into arm/dt, thanks!
merge commit: 8523df80815bc438b6e6aa9db959c0eed0185695
Arnd
_______________________________________________
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] 8+ messages in thread
* [GIT PULL 3/4] arm64: dts: exynos: Pull for v5.11
2020-12-01 20:44 [GIT PULL 1/4] ARM: defconfig: samsung for v5.11 Krzysztof Kozlowski
2020-12-01 20:44 ` [GIT PULL 2/4] ARM: dts: " Krzysztof Kozlowski
@ 2020-12-01 20:44 ` Krzysztof Kozlowski
2020-12-08 23:09 ` Arnd Bergmann
2020-12-01 20:44 ` [GIT PULL 4/4] ARM: samsung: " Krzysztof Kozlowski
2020-12-08 16:34 ` [GIT PULL 1/4] ARM: defconfig: samsung " Arnd Bergmann
3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-01 20:44 UTC (permalink / raw)
To: Olof Johansson, Arnd Bergmann, arm, soc
Cc: linux-samsung-soc, linux-arm-kernel, Krzysztof Kozlowski,
linux-kernel
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.11
for you to fetch changes up to f74e93032df229a8358617e586ba89f744d5dbcd:
arm64: dts: exynos: Drop incorrect use of io-channel-ranges property (2020-11-17 20:47:55 +0100)
----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.11
1. Several cleanups, including aligning node names with dtschema.
2. Add WiFi/PCIe to TM2 boards (Exynos5433).
3. Correct restart and shutdown of Exynos7 boards, as part of Paweł
Chmiel Exynos7420 mainlining effort.
----------------------------------------------------------------
Jaehoon Chung (1):
arm64: dts: exynos: add the WiFi/PCIe support to TM2(e) boards
Jonathan Cameron (1):
arm64: dts: exynos: Drop incorrect use of io-channel-ranges property
Krzysztof Kozlowski (4):
arm64: dts: exynos: adjust node names to DT spec in Exynos5433 TM2
arm64: dts: exynos: adjust node names to DT spec in Exynos7 Espresso
arm64: dts: exynos: remove redundant status=okay in Exynos5433 TM2
arm64: dts: exynos: use hyphens in Exynos5433 node names
Paweł Chmiel (2):
arm64: dts: exynos: Include common syscon restart/poweroff for Exynos7
arm64: dts: exynos: Correct psci compatible used on Exynos7
Serge Semin (1):
arm64: dts: exynos: Harmonize DWC USB3 DT nodes name
arch/arm64/boot/dts/exynos/exynos5433-bus.dtsi | 10 ++---
arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi | 2 +-
.../boot/dts/exynos/exynos5433-tm2-common.dtsi | 39 +++++++++++++----
arch/arm64/boot/dts/exynos/exynos5433.dtsi | 49 ++++++++++++++++++----
arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 2 +-
arch/arm64/boot/dts/exynos/exynos7.dtsi | 15 +++----
6 files changed, 84 insertions(+), 33 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] 8+ messages in thread
* Re: [GIT PULL 3/4] arm64: dts: exynos: Pull for v5.11
2020-12-01 20:44 ` [GIT PULL 3/4] arm64: dts: exynos: Pull " Krzysztof Kozlowski
@ 2020-12-08 23:09 ` Arnd Bergmann
0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 UTC (permalink / raw)
To: soc, Olof Johansson, Krzysztof Kozlowski, arm
Cc: linux-samsung-soc, linux-arm-kernel, Arnd Bergmann, linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Tue, 1 Dec 2020 22:44:03 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
>
> Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.11
>
> [...]
Merged into arm/dt, thanks!
merge commit: 96631a0d116528a1ab4b399bcd8b6b491394905c
Arnd
_______________________________________________
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] 8+ messages in thread
* [GIT PULL 4/4] ARM: samsung: Pull for v5.11
2020-12-01 20:44 [GIT PULL 1/4] ARM: defconfig: samsung for v5.11 Krzysztof Kozlowski
2020-12-01 20:44 ` [GIT PULL 2/4] ARM: dts: " Krzysztof Kozlowski
2020-12-01 20:44 ` [GIT PULL 3/4] arm64: dts: exynos: Pull " Krzysztof Kozlowski
@ 2020-12-01 20:44 ` Krzysztof Kozlowski
2020-12-09 16:41 ` Arnd Bergmann
2020-12-08 16:34 ` [GIT PULL 1/4] ARM: defconfig: samsung " Arnd Bergmann
3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-01 20:44 UTC (permalink / raw)
To: Olof Johansson, Arnd Bergmann, arm, soc
Cc: linux-samsung-soc, linux-arm-kernel, Krzysztof Kozlowski,
linux-kernel
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.11
for you to fetch changes up to f9135aaf2767500dee419c03640f7a3784b56559:
ARM: exynos: extend cpuidle support to P4 Note boards (2020-11-16 17:31:01 +0100)
----------------------------------------------------------------
Samsung mach/soc changes for v5.11
1. Do not use of_machine_is_compatible() in early CPU hotplug core. Full
device tree walk causes "suspicious RCU usage" warnings.
2. Clear prefetch bits in default l2c_aux_val of L310 L2C - they are not
needed.
3. Extend cpuidle support to P4 Note boards (Exynos4412).
----------------------------------------------------------------
Guillaume Tucker (1):
ARM: exynos: clear prefetch bits in default l2c_aux_val
Marek Szyprowski (1):
ARM: exynos: Simplify code in Exynos3250 CPU core restart path
Martin Jücker (1):
ARM: exynos: extend cpuidle support to P4 Note boards
arch/arm/mach-exynos/exynos.c | 7 ++++---
arch/arm/mach-exynos/platsmp.c | 2 +-
2 files changed, 5 insertions(+), 4 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] 8+ messages in thread
* Re: [GIT PULL 4/4] ARM: samsung: Pull for v5.11
2020-12-01 20:44 ` [GIT PULL 4/4] ARM: samsung: " Krzysztof Kozlowski
@ 2020-12-09 16:41 ` Arnd Bergmann
0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2020-12-09 16:41 UTC (permalink / raw)
To: arm, Olof Johansson, soc, Krzysztof Kozlowski
Cc: linux-samsung-soc, linux-arm-kernel, Arnd Bergmann, linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Tue, 1 Dec 2020 22:44:04 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
>
> Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.11
>
> [...]
Merged into arm/soc, thanks!
merge commit: 2efc35dc439740652c46133357090fb5f03a90d0
Arnd
_______________________________________________
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] 8+ messages in thread
* Re: [GIT PULL 1/4] ARM: defconfig: samsung for v5.11
2020-12-01 20:44 [GIT PULL 1/4] ARM: defconfig: samsung for v5.11 Krzysztof Kozlowski
` (2 preceding siblings ...)
2020-12-01 20:44 ` [GIT PULL 4/4] ARM: samsung: " Krzysztof Kozlowski
@ 2020-12-08 16:34 ` Arnd Bergmann
3 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2020-12-08 16:34 UTC (permalink / raw)
To: Olof Johansson, arm, Krzysztof Kozlowski, soc
Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel, Arnd Bergmann
From: Arnd Bergmann <arnd@arndb.de>
On Tue, 1 Dec 2020 22:44:01 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
>
> Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.11
>
> [...]
Merged into arm/defconfig, thanks!
merge commit: 1fe9c2531974cf7d5d8097773c53c4bd28703aed
Arnd
_______________________________________________
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] 8+ messages in thread