mbox

[GIT,PULL,v2] ARM: Xilinx Zynq DT changes for v4.10

Message ID 78b672c5-2f17-f166-815f-47b05dba66e7@monstr.eu
State New
Headers show

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-4.10

Message

Michal Simek Dec. 6, 2016, 12:51 p.m. UTC
Hi,

please add these changes to your arm-soc repo.
It fixes dtc warnings, small coding style changes and add support for
Microzed.

Thanks,
Michal

---
v2: Use correct zynq-dt-for-4.10 tag instead of zynqmp-dt-for-4.10.


The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-4.10

for you to fetch changes up to df2f3c48b9cd51e2612a1598342769d09d849f39:

  arm: dts: zynq: Add MicroZed board support (2016-12-06 13:17:39 +0100)

----------------------------------------------------------------
arm: Xilinx Zynq dt patches for v4.10

- Remove skeleton.dtsi
- Fix DTC warnings
- Coding style changes
- Microzed support

----------------------------------------------------------------
Jagan Teki (1):
      arm: dts: zynq: Add MicroZed board support

Michal Simek (3):
      ARM: zynq: Remove skeleton.dtsi
      ARM: zynq: Fix W=1 dtc 1.4 warnings
      ARM: zynq: Fix pmu register description coding style

 arch/arm/boot/dts/Makefile            |  1 +
 arch/arm/boot/dts/zynq-7000.dtsi      | 10 +++++---
 arch/arm/boot/dts/zynq-microzed.dts   | 96
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/zynq-parallella.dts |  2 +-
 arch/arm/boot/dts/zynq-zc702.dts      |  2 +-
 arch/arm/boot/dts/zynq-zc706.dts      |  2 +-
 arch/arm/boot/dts/zynq-zed.dts        |  2 +-
 arch/arm/boot/dts/zynq-zybo.dts       |  2 +-
 8 files changed, 108 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/boot/dts/zynq-microzed.dts

Comments

Olof Johansson Dec. 7, 2016, 8:39 p.m. UTC | #1
On Tue, Dec 06, 2016 at 01:51:45PM +0100, Michal Simek wrote:
> Hi,
> 
> please add these changes to your arm-soc repo.
> It fixes dtc warnings, small coding style changes and add support for
> Microzed.
> 
> Thanks,
> Michal
> 
> ---
> v2: Use correct zynq-dt-for-4.10 tag instead of zynqmp-dt-for-4.10.
> 
> 
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-4.10
> 
> for you to fetch changes up to df2f3c48b9cd51e2612a1598342769d09d849f39:
> 
>   arm: dts: zynq: Add MicroZed board support (2016-12-06 13:17:39 +0100)

Merged. In the future it'd be nice to get these a few weeks earlier in the
cycle.


-Olof
Michal Simek Dec. 8, 2016, 11:43 a.m. UTC | #2
On 7.12.2016 21:39, Olof Johansson wrote:
> On Tue, Dec 06, 2016 at 01:51:45PM +0100, Michal Simek wrote:
>> Hi,
>>
>> please add these changes to your arm-soc repo.
>> It fixes dtc warnings, small coding style changes and add support for
>> Microzed.
>>
>> Thanks,
>> Michal
>>
>> ---
>> v2: Use correct zynq-dt-for-4.10 tag instead of zynqmp-dt-for-4.10.
>>
>>
>> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
>>
>>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
>>
>> are available in the git repository at:
>>
>>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-4.10
>>
>> for you to fetch changes up to df2f3c48b9cd51e2612a1598342769d09d849f39:
>>
>>   arm: dts: zynq: Add MicroZed board support (2016-12-06 13:17:39 +0100)
> 
> Merged. In the future it'd be nice to get these a few weeks earlier in the
> cycle.

I know and sorry about it - busy time before Christmas.

Thanks,
Michal