mbox

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

Message ID 53CFAA00.3080008@monstr.eu
State New
Headers show

Pull-request

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

Message

Michal Simek July 23, 2014, 12:26 p.m. UTC
Hi,

please add these two patches to your arm-soc tree.
This branch is based on zynq/dt branch which is already
in your tree.
http://git.kernel.org/cgit/linux/kernel/git/arm/arm-soc.git/log/?h=zynq/dt

GPIO driver and binding are already available in Linus gpio tree
and it enables us to do testing on Linux-next.

Thanks,
Michal


The following changes since commit 8fe9346b945d76ddb3f08c00e34d701174c62fa0:

  ARM: zynq: DT: Migrate UART to Cadence binding (2014-07-18 11:54:24 +0200)

are available in the git repository at:

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

for you to fetch changes up to e0a5c552caf7a4865f3d5aa077003ef2d35217db:

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

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

- Add GPIO and XADC node to dtsi

----------------------------------------------------------------
Soren Brinkmann (2):
      ARM: zynq: DT: Add XADC node
      ARM: zynq: DT: Add GPIO node

 arch/arm/boot/dts/zynq-7000.dtsi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Comments

Arnd Bergmann July 23, 2014, 8:38 p.m. UTC | #1
On Wednesday 23 July 2014, Michal Simek wrote:
> Hi,
> 
> please add these two patches to your arm-soc tree.
> This branch is based on zynq/dt branch which is already
> in your tree.
> http://git.kernel.org/cgit/linux/kernel/git/arm/arm-soc.git/log/?h=zynq/dt
> 
> GPIO driver and binding are already available in Linus gpio tree
> and it enables us to do testing on Linux-next.

Pulled into next/dt, thanks!

	Arnd