All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: mvebu: dt for v4.6 (#1)
Date: Mon, 08 Feb 2016 15:25:01 +0100	[thread overview]
Message-ID: <8737t32saq.fsf@free-electrons.com> (raw)

Hi,

Here is the first pull request for dt for mvebu for v4.6.
This one is based on v4.5-rc3 because it depends on fixes merged
previously.

Gregory

The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:

  Linux 4.5-rc3 (2016-02-07 15:38:30 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-dt-4.6-1

for you to fetch changes up to ebe1adff92de94f1ec48a46d9afa74ba967674dc:

  ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl (2016-02-08 09:39:41 +0100)

----------------------------------------------------------------
mvebu dt for 4.6 (part 1)

- Improve Armada 388 device tree (SATA and XHCI)
- Fix SD Card and audio support for OpenRD board
- Provide template for RS-232/485 configuration for the same board
- Use a common dtsi file for linkstation boards
- Add support for Buffalo Linkstation LS-QVL

----------------------------------------------------------------
Aaro Koskinen (4):
      ARM: DTS: kirkwood-openrd: fix pin names for UART/SD selection
      ARM: DTS: kirkwood-openrd: fix SD slot default configuration
      ARM: DTS: kirkwood-openrd: provide template for RS-232/485 configuration
      ARM: DTS: kirkwood-openrd-client: fix audio

Gregory CLEMENT (2):
      ARM: mvebu: use usb-nop-xceiv PHY for the xhci nodes on Armada 388 GP
      ARM: mvebu: Update the mpp63 function in the device tree on Armada 370

Mario Lange (1):
      ARM: dts: kirkwood: add device tree for buffalo linkstation ls-qvl

Roger Shimizu (3):
      ARM: dts: kirkwood: relicense dts of ls-wvl/vl and ls-wxl/wsxl under GPLv2/X11
      ARM: dts: kirkwood: split lswxl dts to linkstation lswsxl and lswxl
      ARM: dts: kirkwood: split lswvl dts to linkstation lsvl and lswvl

Thomas Petazzoni (2):
      ARM: mvebu: adjust board name and compatible for Armada 388 GP
      ARM: mvebu: use regulator-boot-on for SATA regulators on Armada 388 GP

 .../devicetree/bindings/arm/marvell,kirkwood.txt   |   7 +-
 .../pinctrl/marvell,armada-370-pinctrl.txt         |   5 +-
 arch/arm/boot/dts/Makefile                         |   7 +-
 arch/arm/boot/dts/armada-370-mirabox.dts           |   2 +-
 arch/arm/boot/dts/armada-370-netgear-rn104.dts     |   2 +-
 arch/arm/boot/dts/armada-370-synology-ds213j.dts   |   2 +-
 arch/arm/boot/dts/armada-388-gp.dts                |  36 +--
 arch/arm/boot/dts/kirkwood-linkstation-6282.dtsi   | 192 +++++++++++++
 .../boot/dts/kirkwood-linkstation-duo-6281.dtsi    | 186 +++++++++++++
 arch/arm/boot/dts/kirkwood-linkstation-lsqvl.dts   | 135 +++++++++
 arch/arm/boot/dts/kirkwood-linkstation-lsvl.dts    |  57 ++++
 arch/arm/boot/dts/kirkwood-linkstation-lswsxl.dts  |  57 ++++
 arch/arm/boot/dts/kirkwood-linkstation-lswvl.dts   | 112 ++++++++
 arch/arm/boot/dts/kirkwood-linkstation-lswxl.dts   | 116 ++++++++
 arch/arm/boot/dts/kirkwood-linkstation.dtsi        | 202 ++++++++++++++
 arch/arm/boot/dts/kirkwood-lswvl.dts               | 302 ---------------------
 arch/arm/boot/dts/kirkwood-lswxl.dts               | 302 ---------------------
 arch/arm/boot/dts/kirkwood-openrd-client.dts       |   6 +-
 arch/arm/boot/dts/kirkwood-openrd.dtsi             |  41 ++-
 arch/arm/boot/dts/kirkwood.dtsi                    |   2 +-
 20 files changed, 1137 insertions(+), 634 deletions(-)
 create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-6282.dtsi
 create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-duo-6281.dtsi
 create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lsqvl.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lsvl.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lswsxl.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lswvl.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-linkstation-lswxl.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-linkstation.dtsi
 delete mode 100644 arch/arm/boot/dts/kirkwood-lswvl.dts
 delete mode 100644 arch/arm/boot/dts/kirkwood-lswxl.dts

--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

             reply	other threads:[~2016-02-08 14:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 14:25 Gregory CLEMENT [this message]
2016-02-08 21:59 ` [GIT PULL] ARM: mvebu: dt for v4.6 (#1) Olof Johansson
2016-02-09 10:04   ` Gregory CLEMENT

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8737t32saq.fsf@free-electrons.com \
    --to=gregory.clement@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.