linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Renesas DT changes for v3.5
@ 2012-04-15 21:20 Rafael J. Wysocki
  2012-04-19 21:07 ` Olof Johansson
  2012-04-22 20:14 ` Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-04-15 21:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Please pull changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:

    Linux 3.4-rc2

with top-most commit 3b7b70552afe351a8bd8fff1eb2d60aab2206576:

    ARM: mach-shmobile: sh7372 generic board support via DT V2

from the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas.git dt

to receive material requisite for preliminary support of device trees on
Renesas platforms.

Thanks!


 arch/arm/boot/dts/sh7372.dtsi                |   21 +++++++++++
 arch/arm/mach-shmobile/include/mach/common.h |    2 +
 arch/arm/mach-shmobile/include/mach/intc.h   |   44 +++++++++++++++++++++++
 arch/arm/mach-shmobile/include/mach/irqs.h   |    2 +-
 arch/arm/mach-shmobile/intc-sh7372.c         |   34 ++++++++++++------
 arch/arm/mach-shmobile/setup-sh7372.c        |   48 ++++++++++++++++++++++++++
 arch/arm/mach-shmobile/timer.c               |   17 +++++++++
 7 files changed, 155 insertions(+), 13 deletions(-)

---------------

Magnus Damm (6):
      ARM: mach-shmobile: Introduce shmobile_setup_delay()
      ARM: mach-shmobile: Introduce INTC_IRQ_PINS_16H
      ARM: mach-shmobile: Use 0x3400 as INTCS vector offset
      ARM: mach-shmobile: Use INTC_IRQ_PINS_16H on sh7372
      ARM: mach-shmobile: Rework sh7372 INTCS demuxer V2
      ARM: mach-shmobile: sh7372 generic board support via DT V2

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

* [git pull] Renesas DT changes for v3.5
  2012-04-15 21:20 [git pull] Renesas DT changes for v3.5 Rafael J. Wysocki
@ 2012-04-19 21:07 ` Olof Johansson
  2012-04-19 21:23   ` Rafael J. Wysocki
  2012-04-22 20:14 ` Arnd Bergmann
  1 sibling, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2012-04-19 21:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Rafael (and Magnus),

On Sun, Apr 15, 2012 at 2:20 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:

> Magnus Damm (6):
> ? ? ?ARM: mach-shmobile: Introduce shmobile_setup_delay()
> ? ? ?ARM: mach-shmobile: Introduce INTC_IRQ_PINS_16H
> ? ? ?ARM: mach-shmobile: Use 0x3400 as INTCS vector offset
> ? ? ?ARM: mach-shmobile: Use INTC_IRQ_PINS_16H on sh7372
> ? ? ?ARM: mach-shmobile: Rework sh7372 INTCS demuxer V2
> ? ? ?ARM: mach-shmobile: sh7372 generic board support via DT V2

I noticed that none of these patches were posted beyond the shmobile
mailing list.

We normally wouldn't care as much about patches that change various
bit twiddling on the SoC specific parts, but for things like device
tree conversion and bindings, it's useful to get more eyes on the
changes.

Can you please cross-post on linux-arm-kernel at lists.infradead.org with
these kind of platform changes so they get exposed to the wider set of
readers? Also, once you start doing device bindings, they should be
cross-posted to devicetree-discuss at lists.ozlabs.org.

The branch contents looks OK and I'll pull it in, but please start
doing the above for new patches.


Thanks,

-Olof

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

* [git pull] Renesas DT changes for v3.5
  2012-04-19 21:07 ` Olof Johansson
@ 2012-04-19 21:23   ` Rafael J. Wysocki
  0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-04-19 21:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, April 19, 2012, Olof Johansson wrote:
> Hi Rafael (and Magnus),
> 
> On Sun, Apr 15, 2012 at 2:20 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> 
> > Magnus Damm (6):
> >      ARM: mach-shmobile: Introduce shmobile_setup_delay()
> >      ARM: mach-shmobile: Introduce INTC_IRQ_PINS_16H
> >      ARM: mach-shmobile: Use 0x3400 as INTCS vector offset
> >      ARM: mach-shmobile: Use INTC_IRQ_PINS_16H on sh7372
> >      ARM: mach-shmobile: Rework sh7372 INTCS demuxer V2
> >      ARM: mach-shmobile: sh7372 generic board support via DT V2
> 
> I noticed that none of these patches were posted beyond the shmobile
> mailing list.
> 
> We normally wouldn't care as much about patches that change various
> bit twiddling on the SoC specific parts, but for things like device
> tree conversion and bindings, it's useful to get more eyes on the
> changes.
> 
> Can you please cross-post on linux-arm-kernel at lists.infradead.org with
> these kind of platform changes so they get exposed to the wider set of
> readers? Also, once you start doing device bindings, they should be
> cross-posted to devicetree-discuss at lists.ozlabs.org.
> 
> The branch contents looks OK and I'll pull it in, but please start
> doing the above for new patches.

OK, we will.

Thanks,
Rafael

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

* [git pull] Renesas DT changes for v3.5
  2012-04-15 21:20 [git pull] Renesas DT changes for v3.5 Rafael J. Wysocki
  2012-04-19 21:07 ` Olof Johansson
@ 2012-04-22 20:14 ` Arnd Bergmann
  2012-04-22 21:25   ` Rafael J. Wysocki
  1 sibling, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2012-04-22 20:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday 15 April 2012, Rafael J. Wysocki wrote:
> Please pull changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
> 
>     Linux 3.4-rc2
> 
> with top-most commit 3b7b70552afe351a8bd8fff1eb2d60aab2206576:
> 
>     ARM: mach-shmobile: sh7372 generic board support via DT V2
> 
> from the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas.git dt
> 
> to receive material requisite for preliminary support of device trees on
> Renesas platforms.

Pulled into next/dt now, thanks and sorry for the delay.

	Arnd

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

* [git pull] Renesas DT changes for v3.5
  2012-04-22 20:14 ` Arnd Bergmann
@ 2012-04-22 21:25   ` Rafael J. Wysocki
  0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-04-22 21:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday, April 22, 2012, Arnd Bergmann wrote:
> On Sunday 15 April 2012, Rafael J. Wysocki wrote:
> > Please pull changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
> > 
> >     Linux 3.4-rc2
> > 
> > with top-most commit 3b7b70552afe351a8bd8fff1eb2d60aab2206576:
> > 
> >     ARM: mach-shmobile: sh7372 generic board support via DT V2
> > 
> > from the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas.git dt
> > 
> > to receive material requisite for preliminary support of device trees on
> > Renesas platforms.
> 
> Pulled into next/dt now, thanks and sorry for the delay.

No problem, thanks a lot!

Rafael

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

end of thread, other threads:[~2012-04-22 21:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-15 21:20 [git pull] Renesas DT changes for v3.5 Rafael J. Wysocki
2012-04-19 21:07 ` Olof Johansson
2012-04-19 21:23   ` Rafael J. Wysocki
2012-04-22 20:14 ` Arnd Bergmann
2012-04-22 21:25   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).