Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1712622 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2017-08-16 05:10 +0200 |
| Last post | 2017-08-17 09:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.14 Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-08-16 05:10 +0200
Re: [GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.14 Arnd Bergmann <arnd@arndb.de> - 2017-08-16 23:40 +0200
Re: [GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.14 Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-08-17 09:50 +0200
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-08-16 05:10 +0200 |
| Subject | [GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.14 |
| Message-ID | <ueWSt-1ER-3@gated-at.bofh.it> |
Hi Arnd, Olof,
Here are UniPhier DT (32bit) updates for the v4.14 merge window.
Please pull!
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
tags/uniphier-dt-v4.14
for you to fetch changes up to 69f9cdc63319e5ccc210b30d1cec1dfda7096b04:
ARM: dts: uniphier: add Denali NAND controller node (2017-08-16
01:47:01 +0900)
----------------------------------------------------------------
UniPhier ARM SoC DT updates for v4.14
- complete migrating to SPDX License Identifier
- remove support for old SoC
- add nodes for NAND, Audio pinctrl
- replace /include/ with #include
----------------------------------------------------------------
Katsuhiro Suzuki (1):
ARM: dts: uniphier: add audio out pin-mux node
Masahiro Yamada (4):
ARM: dts: uniphier: use SPDX-License-Identifier (2nd)
ARM: dts: uniphier: remove sLD3 SoC support
ARM: dts: uniphier use #include instead of /include/
ARM: dts: uniphier: add Denali NAND controller node
arch/arm/boot/dts/Makefile | 1 -
arch/arm/boot/dts/uniphier-ld4-ref.dts | 10 +-
arch/arm/boot/dts/uniphier-ld4.dtsi | 13 +-
arch/arm/boot/dts/uniphier-ld6b-ref.dts | 10 +-
arch/arm/boot/dts/uniphier-ld6b.dtsi | 2 +-
arch/arm/boot/dts/uniphier-pinctrl.dtsi | 43 +---
arch/arm/boot/dts/uniphier-pro4-ace.dts | 2 +-
arch/arm/boot/dts/uniphier-pro4-ref.dts | 10 +-
arch/arm/boot/dts/uniphier-pro4-sanji.dts | 2 +-
arch/arm/boot/dts/uniphier-pro4.dtsi | 13 +-
arch/arm/boot/dts/uniphier-pro5.dtsi | 51 ++---
arch/arm/boot/dts/uniphier-pxs2-gentil.dts | 2 +-
arch/arm/boot/dts/uniphier-pxs2-vodka.dts | 2 +-
arch/arm/boot/dts/uniphier-pxs2.dtsi | 13 +-
arch/arm/boot/dts/uniphier-sld3-ref.dts | 75 -------
arch/arm/boot/dts/uniphier-sld3.dtsi | 260 ----------------------
arch/arm/boot/dts/uniphier-sld8-ref.dts | 10 +-
arch/arm/boot/dts/uniphier-sld8.dtsi | 13 +-
18 files changed, 100 insertions(+), 432 deletions(-)
delete mode 100644 arch/arm/boot/dts/uniphier-sld3-ref.dts
delete mode 100644 arch/arm/boot/dts/uniphier-sld3.dtsi
--
Best Regards
Masahiro Yamada
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2017-08-16 23:40 +0200 |
| Message-ID | <ufecG-3SL-17@gated-at.bofh.it> |
| In reply to | #1712622 |
On Wed, Aug 16, 2017 at 5:00 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> ----------------------------------------------------------------
> UniPhier ARM SoC DT updates for v4.14
>
> - complete migrating to SPDX License Identifier
> - remove support for old SoC
> - add nodes for NAND, Audio pinctrl
> - replace /include/ with #include
>
> ----------------------------------------------------------------
> Katsuhiro Suzuki (1):
> ARM: dts: uniphier: add audio out pin-mux node
>
> Masahiro Yamada (4):
> ARM: dts: uniphier: use SPDX-License-Identifier (2nd)
> ARM: dts: uniphier: remove sLD3 SoC support
> ARM: dts: uniphier use #include instead of /include/
> ARM: dts: uniphier: add Denali NAND controller node
Pulled into next/dt, but please clarify one question:
How likely is it that there are still users of the sLD3 SoC on
mainline kernels? The commit just states that it is too hard
to maintain, but the more important question is whether anyone
cares about it breaking.
Arnd
[toc] | [prev] | [next] | [standalone]
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-08-17 09:50 +0200 |
| Message-ID | <ufnJ2-1Il-43@gated-at.bofh.it> |
| In reply to | #1713347 |
Hi Arnd, 2017-08-17 6:31 GMT+09:00 Arnd Bergmann <arnd@arndb.de>: > On Wed, Aug 16, 2017 at 5:00 AM, Masahiro Yamada > <yamada.masahiro@socionext.com> wrote: > >> ---------------------------------------------------------------- >> UniPhier ARM SoC DT updates for v4.14 >> >> - complete migrating to SPDX License Identifier >> - remove support for old SoC >> - add nodes for NAND, Audio pinctrl >> - replace /include/ with #include >> >> ---------------------------------------------------------------- >> Katsuhiro Suzuki (1): >> ARM: dts: uniphier: add audio out pin-mux node >> >> Masahiro Yamada (4): >> ARM: dts: uniphier: use SPDX-License-Identifier (2nd) >> ARM: dts: uniphier: remove sLD3 SoC support >> ARM: dts: uniphier use #include instead of /include/ >> ARM: dts: uniphier: add Denali NAND controller node > > Pulled into next/dt, but please clarify one question: > > How likely is it that there are still users of the sLD3 SoC on > mainline kernels? The commit just states that it is too hard > to maintain, but the more important question is whether anyone > cares about it breaking. > > Arnd Nobody cared. I tried to maintain it for completeness (then finally I gave up), but nobody is using it. -- Best Regards Masahiro Yamada
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web