mbox

[GIT,PULL] Xilinx Zynq dt changes for v3.17 - third pull request

Message ID 53D8D960.3030302@monstr.eu
State New
Headers show

Pull-request

git://git.xilinx.com/linux-xlnx.git tags/zynq-dt-for-3.17-3

Message

Michal Simek July 30, 2014, 11:39 a.m. UTC
Hi Olof,

I didn't expect that I will get patches for Parallella board
but it will be worth to have them in. That's why please consider
to pull these patches to your arm-soc trees.

The branch is based on zynq/dt2 branch in arm-soc git repo
http://git.kernel.org/cgit/linux/kernel/git/arm/arm-soc.git/log/?h=zynq/dt2

Thanks,
Michal


The following changes since commit e0a5c552caf7a4865f3d5aa077003ef2d35217db:

  ARM: zynq: DT: Add GPIO node (2014-07-23 14:05:56 +0200)

are available in the git repository at:

  git://git.xilinx.com/linux-xlnx.git tags/zynq-dt-for-3.17-3

for you to fetch changes up to 6a3246c02e7bcb16a58f3fcee4662a9b36ea80e9:

  ARM: zynq: DT: Clarify Xilinx Zynq platform (2014-07-30 13:26:54 +0200)

----------------------------------------------------------------
arm: Xilinx Zynq dt patches for v3.17 third pull request

- Add Adapteva Parallella board/DT
- Add SPI nodes
- Add CAN nodes
- Clean Zynq description

----------------------------------------------------------------
Andreas Färber (5):
      Documentation: devicetree: Adapteva vendor prefix
      Documentation: devicetree: Adapteva boards
      ARM: dts: zynq: Add Parallella device tree
      ARM: dts: zynq: Add DMAC for Parallella
      ARM: dts: zynq: Add SPI

Michal Simek (2):
      ARM: zynq: DT: Add CAN node
      ARM: zynq: DT: Clarify Xilinx Zynq platform

Soren Brinkmann (1):
      ARM: zynq: DT: Remove DMA from board DTs

 Documentation/devicetree/bindings/arm/adapteva.txt    |  7 +++++++
 Documentation/devicetree/bindings/arm/xilinx.txt      |  8 ++++----
 Documentation/devicetree/bindings/vendor-prefixes.txt |  1 +
 arch/arm/boot/dts/Makefile                            |  4 +++-
 arch/arm/boot/dts/zynq-7000.dtsi                      | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 arch/arm/boot/dts/zynq-parallella.dts                 | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/zynq-zc702.dts                      |  4 ++++
 7 files changed, 148 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/adapteva.txt
 create mode 100644 arch/arm/boot/dts/zynq-parallella.dts

Comments

Olof Johansson July 30, 2014, 7:58 p.m. UTC | #1
On Wed, Jul 30, 2014 at 01:39:12PM +0200, Michal Simek wrote:
> Hi Olof,
> 
> I didn't expect that I will get patches for Parallella board
> but it will be worth to have them in. That's why please consider
> to pull these patches to your arm-soc trees.
> 
> The branch is based on zynq/dt2 branch in arm-soc git repo
> http://git.kernel.org/cgit/linux/kernel/git/arm/arm-soc.git/log/?h=zynq/dt2

Yep, looks like it's fairly low risk to pick this up late, so I've merged it
now. Thanks!


-Olof