linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update
@ 2012-02-29 12:36 Magnus Damm
  2012-03-01 21:22 ` Rafael J. Wysocki
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Magnus Damm @ 2012-02-29 12:36 UTC (permalink / raw)
  To: linux-sh

 ARM: mach-shmobile: map_io and init_early update

[PATCH 01/06] ARM: mach-shmobile: sh7367 map_io and init_early update
[PATCH 02/06] ARM: mach-shmobile: sh7377 map_io and init_early update
[PATCH 03/06] ARM: mach-shmobile: sh7372 map_io and init_early update
[PATCH 04/06] ARM: mach-shmobile: sh73a0 map_io and init_early update
[PATCH 05/06] ARM: mach-shmobile: r8a7740 map_io and init_early update
[PATCH 06/06] ARM: mach-shmobile: r8a7779 map_io and init_early update

This patch series converts the mach-shmobile subarch to properly
make use of a per-soc map_io and a separate init_early callback for
early serial console support on platforms where that is possible.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/mach-shmobile/board-ag5evm.c        |   25 +------------
 arch/arm/mach-shmobile/board-ap4evb.c        |   25 +------------
 arch/arm/mach-shmobile/board-bonito.c        |   28 +--------------
 arch/arm/mach-shmobile/board-g3evm.c         |   25 +------------
 arch/arm/mach-shmobile/board-g4evm.c         |   25 +------------
 arch/arm/mach-shmobile/board-kota2.c         |   25 +------------
 arch/arm/mach-shmobile/board-mackerel.c      |   25 +------------
 arch/arm/mach-shmobile/board-marzen.c        |   48 +-------------------------
 arch/arm/mach-shmobile/include/mach/common.h |    6 +++
 arch/arm/mach-shmobile/setup-r8a7740.c       |   35 ++++++++++++++++++
 arch/arm/mach-shmobile/setup-r8a7779.c       |   39 +++++++++++++++++++++
 arch/arm/mach-shmobile/setup-sh7367.c        |   22 +++++++++++
 arch/arm/mach-shmobile/setup-sh7372.c        |   22 +++++++++++
 arch/arm/mach-shmobile/setup-sh7377.c        |   22 +++++++++++
 arch/arm/mach-shmobile/setup-sh73a0.c        |   22 +++++++++++
 15 files changed, 184 insertions(+), 210 deletions(-)

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

* Re: [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update
  2012-02-29 12:36 [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update Magnus Damm
@ 2012-03-01 21:22 ` Rafael J. Wysocki
  2012-03-02  1:39 ` Paul Mundt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-03-01 21:22 UTC (permalink / raw)
  To: linux-sh

On Wednesday, February 29, 2012, Magnus Damm wrote:
>  ARM: mach-shmobile: map_io and init_early update
> 
> [PATCH 01/06] ARM: mach-shmobile: sh7367 map_io and init_early update
> [PATCH 02/06] ARM: mach-shmobile: sh7377 map_io and init_early update
> [PATCH 03/06] ARM: mach-shmobile: sh7372 map_io and init_early update
> [PATCH 04/06] ARM: mach-shmobile: sh73a0 map_io and init_early update
> [PATCH 05/06] ARM: mach-shmobile: r8a7740 map_io and init_early update
> [PATCH 06/06] ARM: mach-shmobile: r8a7779 map_io and init_early update
> 
> This patch series converts the mach-shmobile subarch to properly
> make use of a per-soc map_io and a separate init_early callback for
> early serial console support on platforms where that is possible.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Paul, would you mind if I took this patchset into the renesas tree for v3.4?

Rafael


> ---
> 
>  arch/arm/mach-shmobile/board-ag5evm.c        |   25 +------------
>  arch/arm/mach-shmobile/board-ap4evb.c        |   25 +------------
>  arch/arm/mach-shmobile/board-bonito.c        |   28 +--------------
>  arch/arm/mach-shmobile/board-g3evm.c         |   25 +------------
>  arch/arm/mach-shmobile/board-g4evm.c         |   25 +------------
>  arch/arm/mach-shmobile/board-kota2.c         |   25 +------------
>  arch/arm/mach-shmobile/board-mackerel.c      |   25 +------------
>  arch/arm/mach-shmobile/board-marzen.c        |   48 +-------------------------
>  arch/arm/mach-shmobile/include/mach/common.h |    6 +++
>  arch/arm/mach-shmobile/setup-r8a7740.c       |   35 ++++++++++++++++++
>  arch/arm/mach-shmobile/setup-r8a7779.c       |   39 +++++++++++++++++++++
>  arch/arm/mach-shmobile/setup-sh7367.c        |   22 +++++++++++
>  arch/arm/mach-shmobile/setup-sh7372.c        |   22 +++++++++++
>  arch/arm/mach-shmobile/setup-sh7377.c        |   22 +++++++++++
>  arch/arm/mach-shmobile/setup-sh73a0.c        |   22 +++++++++++
>  15 files changed, 184 insertions(+), 210 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 


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

* Re: [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update
  2012-02-29 12:36 [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update Magnus Damm
  2012-03-01 21:22 ` Rafael J. Wysocki
@ 2012-03-02  1:39 ` Paul Mundt
  2012-03-02 20:50 ` Rafael J. Wysocki
  2012-03-07 21:57 ` Rafael J. Wysocki
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2012-03-02  1:39 UTC (permalink / raw)
  To: linux-sh

On Thu, Mar 01, 2012 at 10:22:03PM +0100, Rafael J. Wysocki wrote:
> On Wednesday, February 29, 2012, Magnus Damm wrote:
> >  ARM: mach-shmobile: map_io and init_early update
> > 
> > [PATCH 01/06] ARM: mach-shmobile: sh7367 map_io and init_early update
> > [PATCH 02/06] ARM: mach-shmobile: sh7377 map_io and init_early update
> > [PATCH 03/06] ARM: mach-shmobile: sh7372 map_io and init_early update
> > [PATCH 04/06] ARM: mach-shmobile: sh73a0 map_io and init_early update
> > [PATCH 05/06] ARM: mach-shmobile: r8a7740 map_io and init_early update
> > [PATCH 06/06] ARM: mach-shmobile: r8a7779 map_io and init_early update
> > 
> > This patch series converts the mach-shmobile subarch to properly
> > make use of a per-soc map_io and a separate init_early callback for
> > early serial console support on platforms where that is possible.
> > 
> > Signed-off-by: Magnus Damm <damm@opensource.se>
> 
> Paul, would you mind if I took this patchset into the renesas tree for v3.4?

On Thu, Mar 01, 2012 at 10:21:14PM +0100, Rafael J. Wysocki wrote:
> On Wednesday, February 29, 2012, Magnus Damm wrote:
> > From: Magnus Damm <damm@opensource.se>
> > 
> > Rename clk_init() to shmobile_clk_init() to avoid a potential
> > future name space collision with the common clock framework.
> > 
> > Signed-off-by: Magnus Damm <damm@opensource.se>
> 
> Paul, would you mind if I took this patchset into the renesas tree for v3.4?

Both look fine to me, so feel free to take them at your leisure.

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

* Re: [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update
  2012-02-29 12:36 [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update Magnus Damm
  2012-03-01 21:22 ` Rafael J. Wysocki
  2012-03-02  1:39 ` Paul Mundt
@ 2012-03-02 20:50 ` Rafael J. Wysocki
  2012-03-07 21:57 ` Rafael J. Wysocki
  3 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-03-02 20:50 UTC (permalink / raw)
  To: linux-sh

On Friday, March 02, 2012, Paul Mundt wrote:
> On Thu, Mar 01, 2012 at 10:22:03PM +0100, Rafael J. Wysocki wrote:
> > On Wednesday, February 29, 2012, Magnus Damm wrote:
> > >  ARM: mach-shmobile: map_io and init_early update
> > > 
> > > [PATCH 01/06] ARM: mach-shmobile: sh7367 map_io and init_early update
> > > [PATCH 02/06] ARM: mach-shmobile: sh7377 map_io and init_early update
> > > [PATCH 03/06] ARM: mach-shmobile: sh7372 map_io and init_early update
> > > [PATCH 04/06] ARM: mach-shmobile: sh73a0 map_io and init_early update
> > > [PATCH 05/06] ARM: mach-shmobile: r8a7740 map_io and init_early update
> > > [PATCH 06/06] ARM: mach-shmobile: r8a7779 map_io and init_early update
> > > 
> > > This patch series converts the mach-shmobile subarch to properly
> > > make use of a per-soc map_io and a separate init_early callback for
> > > early serial console support on platforms where that is possible.
> > > 
> > > Signed-off-by: Magnus Damm <damm@opensource.se>
> > 
> > Paul, would you mind if I took this patchset into the renesas tree for v3.4?
> 
> On Thu, Mar 01, 2012 at 10:21:14PM +0100, Rafael J. Wysocki wrote:
> > On Wednesday, February 29, 2012, Magnus Damm wrote:
> > > From: Magnus Damm <damm@opensource.se>
> > > 
> > > Rename clk_init() to shmobile_clk_init() to avoid a potential
> > > future name space collision with the common clock framework.
> > > 
> > > Signed-off-by: Magnus Damm <damm@opensource.se>
> > 
> > Paul, would you mind if I took this patchset into the renesas tree for v3.4?
> 
> Both look fine to me, so feel free to take them at your leisure.

I will, thanks!

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

* Re: [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update
  2012-02-29 12:36 [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update Magnus Damm
                   ` (2 preceding siblings ...)
  2012-03-02 20:50 ` Rafael J. Wysocki
@ 2012-03-07 21:57 ` Rafael J. Wysocki
  3 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-03-07 21:57 UTC (permalink / raw)
  To: linux-sh

On Wednesday, February 29, 2012, Magnus Damm wrote:
>  ARM: mach-shmobile: map_io and init_early update
> 
> [PATCH 01/06] ARM: mach-shmobile: sh7367 map_io and init_early update
> [PATCH 02/06] ARM: mach-shmobile: sh7377 map_io and init_early update
> [PATCH 03/06] ARM: mach-shmobile: sh7372 map_io and init_early update
> [PATCH 04/06] ARM: mach-shmobile: sh73a0 map_io and init_early update
> [PATCH 05/06] ARM: mach-shmobile: r8a7740 map_io and init_early update
> [PATCH 06/06] ARM: mach-shmobile: r8a7779 map_io and init_early update
> 
> This patch series converts the mach-shmobile subarch to properly
> make use of a per-soc map_io and a separate init_early callback for
> early serial console support on platforms where that is possible.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Applied.

Thanks,
Rafael


> ---
> 
>  arch/arm/mach-shmobile/board-ag5evm.c        |   25 +------------
>  arch/arm/mach-shmobile/board-ap4evb.c        |   25 +------------
>  arch/arm/mach-shmobile/board-bonito.c        |   28 +--------------
>  arch/arm/mach-shmobile/board-g3evm.c         |   25 +------------
>  arch/arm/mach-shmobile/board-g4evm.c         |   25 +------------
>  arch/arm/mach-shmobile/board-kota2.c         |   25 +------------
>  arch/arm/mach-shmobile/board-mackerel.c      |   25 +------------
>  arch/arm/mach-shmobile/board-marzen.c        |   48 +-------------------------
>  arch/arm/mach-shmobile/include/mach/common.h |    6 +++
>  arch/arm/mach-shmobile/setup-r8a7740.c       |   35 ++++++++++++++++++
>  arch/arm/mach-shmobile/setup-r8a7779.c       |   39 +++++++++++++++++++++
>  arch/arm/mach-shmobile/setup-sh7367.c        |   22 +++++++++++
>  arch/arm/mach-shmobile/setup-sh7372.c        |   22 +++++++++++
>  arch/arm/mach-shmobile/setup-sh7377.c        |   22 +++++++++++
>  arch/arm/mach-shmobile/setup-sh73a0.c        |   22 +++++++++++
>  15 files changed, 184 insertions(+), 210 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 


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

end of thread, other threads:[~2012-03-07 21:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 12:36 [PATCH 00/06] ARM: mach-shmobile: map_io and init_early update Magnus Damm
2012-03-01 21:22 ` Rafael J. Wysocki
2012-03-02  1:39 ` Paul Mundt
2012-03-02 20:50 ` Rafael J. Wysocki
2012-03-07 21:57 ` 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).