mbox

[GIT,PULL] ARM: Xilinx ZynqMP DT fixes for v4.10

Message ID 1f71e528-74b0-c160-783f-0e41bf189f5e@monstr.eu
State New
Headers show

Pull-request

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

Message

Michal Simek Jan. 2, 2017, 1:35 p.m. UTC
Hi,

please pull these two fixes to your tree. Will be good to get them to
v4.10. If not possible, please queue them for 4.11.

Thanks,
Michal


The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

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

for you to fetch changes up to c415f9e8304a1d235ef118d912f374ee2e46c45d:

  ARM64: zynqmp: Fix i2c node's compatible string (2017-01-02 14:14:36
+0100)

----------------------------------------------------------------
arm: Xilinx ZynqMP DT fixes for v4.10

- Fix dtc warnings
- Fix i2c compatible string

----------------------------------------------------------------
Michal Simek (1):
      ARM64: zynqmp: Fix W=1 dtc 1.4 warnings

Moritz Fischer (1):
      ARM64: zynqmp: Fix i2c node's compatible string

 arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts | 2 +-
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Olof Johansson Jan. 10, 2017, 3:07 a.m. UTC | #1
On Mon, Jan 02, 2017 at 02:35:12PM +0100, Michal Simek wrote:
> Hi,
> 
> please pull these two fixes to your tree. Will be good to get them to
> v4.10. If not possible, please queue them for 4.11.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/Xilinx/linux-xlnx.git tags/zynmp-dt-fixes-for-4.10
> 
> for you to fetch changes up to c415f9e8304a1d235ef118d912f374ee2e46c45d:
> 
>   ARM64: zynqmp: Fix i2c node's compatible string (2017-01-02 14:14:36
> +0100)

Merged.

Please use lowercase arm64: as prefix in the future. If ever in doubt, look at
the history and what most others have used for format. Thanks!


-Olof