public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] arm: dts: complete dm816x device tree
@ 2015-11-12 14:07 Neil Armstrong
  2015-11-12 17:47 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2015-11-12 14:07 UTC (permalink / raw)
  To: Tony Lindgren, Paul Walmsley
  Cc: linux-omap, linux-arm-kernel, linux-kernel, Brian Hutchinson,
	fisaksen, devicetree

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 0/5] arm: dts: complete dm816x device tree
  2015-11-12 14:07 [PATCH v2 0/5] arm: dts: complete dm816x device tree Neil Armstrong
@ 2015-11-12 17:47 ` Tony Lindgren
  2015-11-13  9:29   ` Neil Armstrong
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2015-11-12 17:47 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Paul Walmsley, linux-omap, linux-arm-kernel, linux-kernel,
	Brian Hutchinson, fisaksen, devicetree

* Neil Armstrong <narmstrong@baylibre.com> [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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 0/5] arm: dts: complete dm816x device tree
  2015-11-12 17:47 ` Tony Lindgren
@ 2015-11-13  9:29   ` Neil Armstrong
  2015-11-30 18:22     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2015-11-13  9:29 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Paul Walmsley, linux-omap, linux-arm-kernel, linux-kernel,
	Brian Hutchinson, fisaksen, devicetree

On 11/12/2015 06:47 PM, Tony Lindgren wrote:
> * Neil Armstrong <narmstrong@baylibre.com> [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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 0/5] arm: dts: complete dm816x device tree
  2015-11-13  9:29   ` Neil Armstrong
@ 2015-11-30 18:22     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-11-30 18:22 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Paul Walmsley, linux-omap, linux-arm-kernel, linux-kernel,
	Brian Hutchinson, fisaksen, devicetree

* Neil Armstrong <narmstrong@baylibre.com> [151113 01:30]:
> On 11/12/2015 06:47 PM, Tony Lindgren wrote:
> > * Neil Armstrong <narmstrong@baylibre.com> [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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-30 18:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-12 14:07 [PATCH v2 0/5] arm: dts: complete dm816x device tree Neil Armstrong
2015-11-12 17:47 ` Tony Lindgren
2015-11-13  9:29   ` Neil Armstrong
2015-11-30 18:22     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox