mbox

[GIT,PULL] ARM: dts: vexpress: fixes for v4.6

Message ID 56DF027E.3070807@arm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git

Message

Sudeep Holla March 8, 2016, 4:49 p.m. UTC
Hi ARM-SoC team,

Sorry for the late pull request, but these DTC checks were introduced in
-next last Friday. Please consider pulling this for v4.6

Regards,
Sudeep

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git 
tags/vexpress-for-v4.6/armv7-dt-updates

for you to fetch changes up to 929d755dbda796003a2eac981958def545efedf0:

   ARM: dts: vexpress: fix node name unit-address presence warnings 
(2016-03-08 14:52:34 +0000)

----------------------------------------------------------------
Update for ARM VExpress platforms

Just one update to fix node name unit-address presence/absence mismatch
warnings in all the Vexpress device trees.

----------------------------------------------------------------
Sudeep Holla (1):
       ARM: dts: vexpress: fix node name unit-address presence warnings

  arch/arm/boot/dts/vexpress-v2m-rs1.dtsi     | 44 
++++++++++++++---------------
  arch/arm/boot/dts/vexpress-v2m.dtsi         | 44 
++++++++++++++---------------
  arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts | 34 +++++++++++-----------
  arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts  | 44 
++++++++++++++---------------
  arch/arm/boot/dts/vexpress-v2p-ca5s.dts     | 24 ++++++++--------
  arch/arm/boot/dts/vexpress-v2p-ca9.dts      | 28 +++++++++---------
  6 files changed, 109 insertions(+), 109 deletions(-)

Comments

Olof Johansson March 13, 2016, 1:27 a.m. UTC | #1
On Tue, Mar 08, 2016 at 04:49:02PM +0000, Sudeep Holla wrote:
> Hi ARM-SoC team,
> 
> Sorry for the late pull request, but these DTC checks were introduced in
> -next last Friday. Please consider pulling this for v4.6
> 
> Regards,
> Sudeep
> 
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git
> tags/vexpress-for-v4.6/armv7-dt-updates
> 
> for you to fetch changes up to 929d755dbda796003a2eac981958def545efedf0:
> 
>   ARM: dts: vexpress: fix node name unit-address presence warnings
> (2016-03-08 14:52:34 +0000)
> 
> ----------------------------------------------------------------
> Update for ARM VExpress platforms
> 
> Just one update to fix node name unit-address presence/absence mismatch
> warnings in all the Vexpress device trees.

These kidn of changes can really wait until the next cycle when they
come in this late; there's already discussion on whether the dtc uprev
was the right thing to do or not at this time.

So, I'll hold off on this one since there's no other material in this branch.

-Olof
Sudeep Holla March 14, 2016, 9:46 a.m. UTC | #2
On 13/03/16 01:27, Olof Johansson wrote:
> On Tue, Mar 08, 2016 at 04:49:02PM +0000, Sudeep Holla wrote:

[...]

>> Update for ARM VExpress platforms
>>
>> Just one update to fix node name unit-address presence/absence mismatch
>> warnings in all the Vexpress device trees.
>
> These kidn of changes can really wait until the next cycle when they
> come in this late; there's already discussion on whether the dtc uprev
> was the right thing to do or not at this time.
>

Ah OK, I was not sure if that will be dropped, hence sent this change.

> So, I'll hold off on this one since there's no other material in this branch.

Sure, I will post this after v4.6 merge window.