linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/05] ARM: mach-shmobile: Resending 3.3-rc patches
@ 2012-02-23  5:32 Magnus Damm
  2012-02-23 22:16 ` Rafael J. Wysocki
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Magnus Damm @ 2012-02-23  5:32 UTC (permalink / raw)
  To: linux-sh

ARM: mach-shmobile: Resending 3.3-rc patches

[PATCH 01/05] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix
[PATCH 02/05] ARM: mach-shmobile: sh73a0 PSTR 32-bit access fix
[PATCH 03/05] ARM: mach-shmobile: sh73a0 PINT IRQ base fix
[PATCH 04/05] ARM: mach-shmobile: sh73a0 IRQ sparse alloc fix
[PATCH 05/05] ARM: mach-shmobile: IRQ driven GPIO key support for Kota2

The above patches were submitted for inclusion in 3.3-rc last month,
but since I cannot find them in Linus tree I'm now resending.

The first 4 patches are crystal clear fixes, but the last one is perhaps
not as obvious as 3.3-rc material. The patch is however limited to simple
platform data for a single device on a particular board, and with the
patch applied it is possible to test patches 3 and 4.

Rafael, can you please pick up?

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

 arch/arm/mach-shmobile/board-kota2.c         |    3 +--
 arch/arm/mach-shmobile/include/mach/sh73a0.h |    6 +++---
 arch/arm/mach-shmobile/intc-sh73a0.c         |    2 ++
 arch/arm/mach-shmobile/pfc-r8a7779.c         |    2 +-
 arch/arm/mach-shmobile/smp-sh73a0.c          |    2 +-
 5 files changed, 8 insertions(+), 7 deletions(-)

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

* Re: [PATCH 00/05] ARM: mach-shmobile: Resending 3.3-rc patches
  2012-02-23  5:32 [PATCH 00/05] ARM: mach-shmobile: Resending 3.3-rc patches Magnus Damm
@ 2012-02-23 22:16 ` Rafael J. Wysocki
  2012-02-24  4:11 ` Paul Mundt
  2012-02-24  4:17 ` Paul Mundt
  2 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2012-02-23 22:16 UTC (permalink / raw)
  To: linux-sh

On Thursday, February 23, 2012, Magnus Damm wrote:
> ARM: mach-shmobile: Resending 3.3-rc patches
> 
> [PATCH 01/05] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix
> [PATCH 02/05] ARM: mach-shmobile: sh73a0 PSTR 32-bit access fix
> [PATCH 03/05] ARM: mach-shmobile: sh73a0 PINT IRQ base fix
> [PATCH 04/05] ARM: mach-shmobile: sh73a0 IRQ sparse alloc fix
> [PATCH 05/05] ARM: mach-shmobile: IRQ driven GPIO key support for Kota2
> 
> The above patches were submitted for inclusion in 3.3-rc last month,
> but since I cannot find them in Linus tree I'm now resending.
> 
> The first 4 patches are crystal clear fixes, but the last one is perhaps
> not as obvious as 3.3-rc material. The patch is however limited to simple
> platform data for a single device on a particular board, and with the
> patch applied it is possible to test patches 3 and 4.
> 
> Rafael, can you please pick up?

All patches in the series applied to the master branch at:

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

Thanks,
Rafael


> Signed-off-by: Magnus Damm <damm@opensource.se>
> ---
> 
>  arch/arm/mach-shmobile/board-kota2.c         |    3 +--
>  arch/arm/mach-shmobile/include/mach/sh73a0.h |    6 +++---
>  arch/arm/mach-shmobile/intc-sh73a0.c         |    2 ++
>  arch/arm/mach-shmobile/pfc-r8a7779.c         |    2 +-
>  arch/arm/mach-shmobile/smp-sh73a0.c          |    2 +-
>  5 files changed, 8 insertions(+), 7 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] 4+ messages in thread

* Re: [PATCH 00/05] ARM: mach-shmobile: Resending 3.3-rc patches
  2012-02-23  5:32 [PATCH 00/05] ARM: mach-shmobile: Resending 3.3-rc patches Magnus Damm
  2012-02-23 22:16 ` Rafael J. Wysocki
@ 2012-02-24  4:11 ` Paul Mundt
  2012-02-24  4:17 ` Paul Mundt
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2012-02-24  4:11 UTC (permalink / raw)
  To: linux-sh

On Thu, Feb 23, 2012 at 02:32:23PM +0900, Magnus Damm wrote:
> ARM: mach-shmobile: Resending 3.3-rc patches
> 
> [PATCH 01/05] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix
> [PATCH 02/05] ARM: mach-shmobile: sh73a0 PSTR 32-bit access fix
> [PATCH 03/05] ARM: mach-shmobile: sh73a0 PINT IRQ base fix
> [PATCH 04/05] ARM: mach-shmobile: sh73a0 IRQ sparse alloc fix
> [PATCH 05/05] ARM: mach-shmobile: IRQ driven GPIO key support for Kota2
> 
> The above patches were submitted for inclusion in 3.3-rc last month,
> but since I cannot find them in Linus tree I'm now resending.
> 
They're sitting in my fixes branch, as you would be aware if you had
bothered checking. If you were curious about why I hadn't pushed the
changes out yet you could have simply pinged me about it.

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

* Re: [PATCH 00/05] ARM: mach-shmobile: Resending 3.3-rc patches
  2012-02-23  5:32 [PATCH 00/05] ARM: mach-shmobile: Resending 3.3-rc patches Magnus Damm
  2012-02-23 22:16 ` Rafael J. Wysocki
  2012-02-24  4:11 ` Paul Mundt
@ 2012-02-24  4:17 ` Paul Mundt
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2012-02-24  4:17 UTC (permalink / raw)
  To: linux-sh

On Fri, Feb 24, 2012 at 01:11:46PM +0900, Paul Mundt wrote:
> On Thu, Feb 23, 2012 at 02:32:23PM +0900, Magnus Damm wrote:
> > ARM: mach-shmobile: Resending 3.3-rc patches
> > 
> > [PATCH 01/05] ARM: mach-shmobile: r8a7779 PFC IPSR4 fix
> > [PATCH 02/05] ARM: mach-shmobile: sh73a0 PSTR 32-bit access fix
> > [PATCH 03/05] ARM: mach-shmobile: sh73a0 PINT IRQ base fix
> > [PATCH 04/05] ARM: mach-shmobile: sh73a0 IRQ sparse alloc fix
> > [PATCH 05/05] ARM: mach-shmobile: IRQ driven GPIO key support for Kota2
> > 
> > The above patches were submitted for inclusion in 3.3-rc last month,
> > but since I cannot find them in Linus tree I'm now resending.
> > 
> They're sitting in my fixes branch, as you would be aware if you had
> bothered checking. If you were curious about why I hadn't pushed the
> changes out yet you could have simply pinged me about it.

Actually, I spoke too soon. I had 3 of them, and didn't see the other 2.
They're applied now, too.

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

end of thread, other threads:[~2012-02-24  4:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23  5:32 [PATCH 00/05] ARM: mach-shmobile: Resending 3.3-rc patches Magnus Damm
2012-02-23 22:16 ` Rafael J. Wysocki
2012-02-24  4:11 ` Paul Mundt
2012-02-24  4:17 ` Paul Mundt

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).