linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: dt64 for v4.17 (#1)
@ 2018-03-09 17:15 Gregory CLEMENT
  2018-03-12 14:05 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Gregory CLEMENT @ 2018-03-09 17:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Here is the first pull request for dt64 for mvebu for v4.17.

Gregory

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-4.17-1

for you to fetch changes up to 597667d889517c6085d57aac92dbf1cc624cd8ae:

  ARM64: dts: marvell: armada-cp110: Add apb_pclk clock for the uart nodes (2018-03-09 17:49:46 +0100)

----------------------------------------------------------------
mvebu dt64 for 4.17 (part 1)

- convert to the SPDX-License-Identifier
- add missing clocks (for the registers) on some of the peripherals
- use the new nand driver
- add more uart for Armada 7K/8K SoCs

----------------------------------------------------------------
Baruch Siach (3):
      arm64: dts: marvell: add CP110 uart peripherals
      arm64: dts: marvell: mcbin: enable uart headers
      arm64: dts: marvell: mcbin: fix board name typo

Gregory CLEMENT (11):
      ARM64: dts: marvell: armada-cp110: Add registers clock for SPI nodes
      ARM64: dts: marvell: armada-cp110: Add registers clock for I2C nodes
      arm64: dts: marvell: use SPDX-License-Identifier for Armada SoCs
      arm64: dts: marvell: armada-3720-db: use SPDX-License-Identifier
      arm64: dts: marvell: armada-3720-espressobin: use SPDX-License-Identifier
      arm64: dts: marvell: armada-7040-db: use SPDX-License-Identifier
      arm64: dts: marvell: armada-8040-db: use SPDX-License-Identifier
      arm64: dts: marvell: armada-8040-mcbin: use SPDX-License-Identifier
      arm64: dts: marvell: armada-8080-db: use SPDX-License-Identifier
      ARM64: dts: marvell: armada-cp110: Add registers clock for sata node
      ARM64: dts: marvell: armada-cp110: Add apb_pclk clock for the uart nodes

Miquel Raynal (2):
      arm64: dts: marvell: use reworked NAND controller driver on Armada 7K
      arm64: dts: marvell: use reworked NAND controller driver on Armada 8K

 arch/arm64/boot/dts/marvell/armada-371x.dtsi       | 38 +--------
 arch/arm64/boot/dts/marvell/armada-3720-db.dts     | 39 +--------
 .../boot/dts/marvell/armada-3720-espressobin.dts   | 38 +--------
 arch/arm64/boot/dts/marvell/armada-372x.dtsi       | 38 +--------
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       | 38 +--------
 arch/arm64/boot/dts/marvell/armada-7020.dtsi       | 41 +---------
 arch/arm64/boot/dts/marvell/armada-7040-db.dts     | 93 ++++++++--------------
 arch/arm64/boot/dts/marvell/armada-7040.dtsi       | 41 +---------
 arch/arm64/boot/dts/marvell/armada-70x0.dtsi       | 41 +---------
 arch/arm64/boot/dts/marvell/armada-8020.dtsi       | 41 +---------
 arch/arm64/boot/dts/marvell/armada-8040-db.dts     | 87 +++++++-------------
 arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts  | 65 ++++++---------
 arch/arm64/boot/dts/marvell/armada-8040.dtsi       | 41 +---------
 arch/arm64/boot/dts/marvell/armada-8080-db.dts     | 41 +---------
 arch/arm64/boot/dts/marvell/armada-8080.dtsi       | 41 +---------
 arch/arm64/boot/dts/marvell/armada-80x0.dtsi       | 41 +---------
 arch/arm64/boot/dts/marvell/armada-ap806-dual.dtsi | 41 +---------
 arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi | 41 +---------
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      | 41 +---------
 .../dts/marvell/armada-ap810-ap0-octa-core.dtsi    | 41 +---------
 arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi  | 41 +---------
 arch/arm64/boot/dts/marvell/armada-common.dtsi     |  2 +-
 arch/arm64/boot/dts/marvell/armada-cp110.dtsi      | 81 ++++++++++++++++---
 23 files changed, 172 insertions(+), 880 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] ARM: mvebu: dt64 for v4.17 (#1)
  2018-03-09 17:15 [GIT PULL] ARM: mvebu: dt64 for v4.17 (#1) Gregory CLEMENT
@ 2018-03-12 14:05 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2018-03-12 14:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 9, 2018 at 6:15 PM, Gregory CLEMENT
<gregory.clement@free-electrons.com> wrote:
> ----------------------------------------------------------------
> mvebu dt64 for 4.17 (part 1)
>
> - convert to the SPDX-License-Identifier
> - add missing clocks (for the registers) on some of the peripherals
> - use the new nand driver
> - add more uart for Armada 7K/8K SoCs

Pulled into next/dt. I had to double-check the way that the nand binding
changes are staged out, and found that it is intentionally done in a way
that is bisectable and that still allows the use of old DTB files with new
kernels, but that breaks new DTBs on old kernels. This is all fine, but
it also helps to put that kind of information into the changelog.

Thanks,

       Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-12 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-09 17:15 [GIT PULL] ARM: mvebu: dt64 for v4.17 (#1) Gregory CLEMENT
2018-03-12 14:05 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).