mbox series

[GIT,PULL] pxa-dt for v4.21

Message ID 87r2exu3wm.fsf@belgarion.home
State New
Headers show
Series [GIT,PULL] pxa-dt for v4.21 | expand

Pull-request

https://github.com/rjarzmik/linux.git tags/pxa-dt-4.21

Message

Robert Jarzmik Dec. 4, 2018, 7:50 a.m. UTC
Hi Arnd, Kevin, and Olof,

This is a pxa pull request for 4.21 device-tree. Please consider pulling.

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

  https://github.com/rjarzmik/linux.git tags/pxa-dt-4.21

for you to fetch changes up to ad8044f87c0b53ee45f5d367584eefb222a06883:

  ARM: dts: pxa3xx: Add Raumfeld DTS files (2018-12-03 22:51:01 +0100)

----------------------------------------------------------------
This device-tree pxa update brings :
 - various fixes from Daniel (W=12 issues mainly)
 - support for the first pxa3xx devicetree pxa board

----------------------------------------------------------------
Daniel Mack (8):
      ARM: dts: pxa3xx: add gcu node
      ARM: dts: pxa2xx: drop #address-cells and #size-cells from /cpus
      ARM: dts: pxa3xx: drop #address-cells and #size-cells from pinctrl node
      ARM: dts: pxa2xx: fix hwuart memory range
      ARM: dts: pxa3xx: order timer and gcu nodes under /pxabus
      ARM: dts: pxa3xx: clean up pxa3xx clock controller node name
      ARM: dts: pxa: clean up USB controller nodes
      ARM: dts: pxa3xx: Add Raumfeld DTS files

 arch/arm/boot/dts/Makefile                         |   7 +
 arch/arm/boot/dts/pxa27x.dtsi                      |   2 +-
 arch/arm/boot/dts/pxa2xx.dtsi                      |  13 +-
 arch/arm/boot/dts/pxa300-raumfeld-common.dtsi      | 405 +++++++++++++++++++++
 arch/arm/boot/dts/pxa300-raumfeld-connector.dts    |  73 ++++
 arch/arm/boot/dts/pxa300-raumfeld-controller.dts   | 266 ++++++++++++++
 arch/arm/boot/dts/pxa300-raumfeld-speaker-l.dts    |  11 +
 arch/arm/boot/dts/pxa300-raumfeld-speaker-m.dts    |  11 +
 arch/arm/boot/dts/pxa300-raumfeld-speaker-one.dts  | 137 +++++++
 arch/arm/boot/dts/pxa300-raumfeld-speaker-s.dts    |  11 +
 .../boot/dts/pxa300-raumfeld-tuneable-clock.dtsi   |  85 +++++
 arch/arm/boot/dts/pxa3xx.dtsi                      |  30 +-
 12 files changed, 1027 insertions(+), 24 deletions(-)
 create mode 100644 arch/arm/boot/dts/pxa300-raumfeld-common.dtsi
 create mode 100644 arch/arm/boot/dts/pxa300-raumfeld-connector.dts
 create mode 100644 arch/arm/boot/dts/pxa300-raumfeld-controller.dts
 create mode 100644 arch/arm/boot/dts/pxa300-raumfeld-speaker-l.dts
 create mode 100644 arch/arm/boot/dts/pxa300-raumfeld-speaker-m.dts
 create mode 100644 arch/arm/boot/dts/pxa300-raumfeld-speaker-one.dts
 create mode 100644 arch/arm/boot/dts/pxa300-raumfeld-speaker-s.dts
 create mode 100644 arch/arm/boot/dts/pxa300-raumfeld-tuneable-clock.dtsi

Comments

Olof Johansson Dec. 11, 2018, 3:49 p.m. UTC | #1
On Tue, Dec 04, 2018 at 08:50:17AM +0100, Robert Jarzmik wrote:
> Hi Arnd, Kevin, and Olof,
> 
> This is a pxa pull request for 4.21 device-tree. Please consider pulling.
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-dt-4.21
> 
> for you to fetch changes up to ad8044f87c0b53ee45f5d367584eefb222a06883:
> 
>   ARM: dts: pxa3xx: Add Raumfeld DTS files (2018-12-03 22:51:01 +0100)
> 
> ----------------------------------------------------------------
> This device-tree pxa update brings :
>  - various fixes from Daniel (W=12 issues mainly)
>  - support for the first pxa3xx devicetree pxa board

Very nice to see this conversion, and yay for having upstream support
for one more set of consumer products!

In general it could have been nice to see a bit of an overview of what
the new boards are for (what kind of product, and why they're split up
on separate DTS files with relatively small differences).

Merged into next/dt.



-Olof