2015-11-12 14:07:40

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v2 0/5] arm: dts: complete dm816x device tree

In order to fix support for the dm816x platform, add missing bits in
the dm816x dtsi and cleanup OCP.

The last patch adds support for the omap4-hwspinlock.

v2: add ocp hwmod cleanup

Neil Armstrong (5):
arm: dts: add dm816x missing #mbox-cells
arm: dts: add dm816x missing spi DT dma handles
arm: dts: add dm816x pwm property to timers
arm: dts: remove dm816x invalid DT l3_main hwmod
arm: dts: Add omap4-hwspinlock support in dm816x

arch/arm/boot/dts/dm816x.dtsi | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)

--
1.9.1


2015-11-12 17:47:14

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH v2 0/5] arm: dts: complete dm816x device tree

* Neil Armstrong <[email protected]> [151112 06:08]:
> In order to fix support for the dm816x platform, add missing bits in
> the dm816x dtsi and cleanup OCP.

Which ones are needed as fixes for the v4.4-rc kernel?

Regards,

Tony

> The last patch adds support for the omap4-hwspinlock.
>
> v2: add ocp hwmod cleanup
>
> Neil Armstrong (5):
> arm: dts: add dm816x missing #mbox-cells
> arm: dts: add dm816x missing spi DT dma handles
> arm: dts: add dm816x pwm property to timers
> arm: dts: remove dm816x invalid DT l3_main hwmod
> arm: dts: Add omap4-hwspinlock support in dm816x
>
> arch/arm/boot/dts/dm816x.dtsi | 20 +++++++++++++++++---
> 1 file changed, 17 insertions(+), 3 deletions(-)
>
> --
> 1.9.1

2015-11-13 09:29:36

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH v2 0/5] arm: dts: complete dm816x device tree

On 11/12/2015 06:47 PM, Tony Lindgren wrote:
> * Neil Armstrong <[email protected]> [151112 06:08]:
>> In order to fix support for the dm816x platform, add missing bits in
>> the dm816x dtsi and cleanup OCP.
>
> Which ones are needed as fixes for the v4.4-rc kernel?
>
> Regards,
>
> Tony
>
>> The last patch adds support for the omap4-hwspinlock.
>>
>> v2: add ocp hwmod cleanup
>>
>> Neil Armstrong (5):
>> arm: dts: add dm816x missing #mbox-cells
>> arm: dts: add dm816x missing spi DT dma handles
Tony,

The two first are fixes for v4.4-rc.

>> arm: dts: add dm816x pwm property to timers
>> arm: dts: remove dm816x invalid DT l3_main hwmod
>> arm: dts: Add omap4-hwspinlock support in dm816x

the 3 following can wait.

>>
>> arch/arm/boot/dts/dm816x.dtsi | 20 +++++++++++++++++---
>> 1 file changed, 17 insertions(+), 3 deletions(-)
>>
>> --
>> 1.9.1

Thanks,
Neil

2015-11-30 18:22:48

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH v2 0/5] arm: dts: complete dm816x device tree

* Neil Armstrong <[email protected]> [151113 01:30]:
> On 11/12/2015 06:47 PM, Tony Lindgren wrote:
> > * Neil Armstrong <[email protected]> [151112 06:08]:
> >> In order to fix support for the dm816x platform, add missing bits in
> >> the dm816x dtsi and cleanup OCP.
> >
> > Which ones are needed as fixes for the v4.4-rc kernel?
> >
> > Regards,
> >
> > Tony
> >
> >> The last patch adds support for the omap4-hwspinlock.
> >>
> >> v2: add ocp hwmod cleanup
> >>
> >> Neil Armstrong (5):
> >> arm: dts: add dm816x missing #mbox-cells
> >> arm: dts: add dm816x missing spi DT dma handles
> Tony,
>
> The two first are fixes for v4.4-rc.

OK applying first two into omap-for-v4.4/fixes, the rest
into omap-for-v4.5/dt.

Regards,

Tony