mbox

[GIT] Renesas ARM-based SoC: pmu/cleanup for 3.7

Message ID 1347350727-11962-1-git-send-email-horms@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git pmu/cleanup

Message

Simon Horman Sept. 11, 2012, 8:05 a.m. UTC
Hi Will,

please consider the following changes from Kobayashi-san
for the pmu/cleanup branch.

----------------------------------------------------------------
The following changes since commit 051f1b13144dd8553d5a5104dde94c7263ae3ba7:

  ARM: perf: move irq registration into pmu implementation (2012-08-23 11:35:52 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git pmu/cleanup

for you to fetch changes up to e433d4440bf7dd5955a4616cfb9bffd1ec6ab839:

  ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit) (2012-09-11 16:27:41 +0900)

----------------------------------------------------------------
Tetsuyuki Kobayashi (2):
      ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)
      ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit)

 arch/arm/configs/kzm9d_defconfig      |    1 +
 arch/arm/configs/kzm9g_defconfig      |    1 +
 arch/arm/mach-shmobile/setup-emev2.c  |   21 +++++++++++++++++++++
 arch/arm/mach-shmobile/setup-sh73a0.c |   21 +++++++++++++++++++++
 4 files changed, 44 insertions(+)

Comments

Will Deacon Sept. 11, 2012, 8:49 a.m. UTC | #1
On Tue, Sep 11, 2012 at 09:05:25AM +0100, Simon Horman wrote:
> Hi Will,

Hi Simon,

> please consider the following changes from Kobayashi-san
> for the pmu/cleanup branch.

Thanks for this. It probably makes more sense for the arm-soc guys to pull
it in directly, rather than me send it as another pull request.

Arnd, Olof -- can you pull this into an shmobile perf branch please?

Will

> ----------------------------------------------------------------
> The following changes since commit 051f1b13144dd8553d5a5104dde94c7263ae3ba7:
> 
>   ARM: perf: move irq registration into pmu implementation (2012-08-23 11:35:52 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git pmu/cleanup
> 
> for you to fetch changes up to e433d4440bf7dd5955a4616cfb9bffd1ec6ab839:
> 
>   ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit) (2012-09-11 16:27:41 +0900)
> 
> ----------------------------------------------------------------
> Tetsuyuki Kobayashi (2):
>       ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)
>       ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit)
> 
>  arch/arm/configs/kzm9d_defconfig      |    1 +
>  arch/arm/configs/kzm9g_defconfig      |    1 +
>  arch/arm/mach-shmobile/setup-emev2.c  |   21 +++++++++++++++++++++
>  arch/arm/mach-shmobile/setup-sh73a0.c |   21 +++++++++++++++++++++
>  4 files changed, 44 insertions(+)
Simon Horman Sept. 11, 2012, 9:03 a.m. UTC | #2
On Tue, Sep 11, 2012 at 09:49:14AM +0100, Will Deacon wrote:
> On Tue, Sep 11, 2012 at 09:05:25AM +0100, Simon Horman wrote:
> > Hi Will,
> 
> Hi Simon,
> 
> > please consider the following changes from Kobayashi-san
> > for the pmu/cleanup branch.
> 
> Thanks for this. It probably makes more sense for the arm-soc guys to pull
> it in directly, rather than me send it as another pull request.

Sorry, I was a bit confused about who does the pulling,
naturally that is fine by me.

> 
> Arnd, Olof -- can you pull this into an shmobile perf branch please?
> 
> Will
> 
> > ----------------------------------------------------------------
> > The following changes since commit 051f1b13144dd8553d5a5104dde94c7263ae3ba7:
> > 
> >   ARM: perf: move irq registration into pmu implementation (2012-08-23 11:35:52 +0100)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git pmu/cleanup
> > 
> > for you to fetch changes up to e433d4440bf7dd5955a4616cfb9bffd1ec6ab839:
> > 
> >   ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit) (2012-09-11 16:27:41 +0900)
> > 
> > ----------------------------------------------------------------
> > Tetsuyuki Kobayashi (2):
> >       ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)
> >       ARM: shmobile: emev2: enable PMU(Performance Monitoring Unit)
> > 
> >  arch/arm/configs/kzm9d_defconfig      |    1 +
> >  arch/arm/configs/kzm9g_defconfig      |    1 +
> >  arch/arm/mach-shmobile/setup-emev2.c  |   21 +++++++++++++++++++++
> >  arch/arm/mach-shmobile/setup-sh73a0.c |   21 +++++++++++++++++++++
> >  4 files changed, 44 insertions(+)
>
Olof Johansson Sept. 12, 2012, 6:08 a.m. UTC | #3
On Tue, Sep 11, 2012 at 1:49 AM, Will Deacon <will.deacon@arm.com> wrote:
> On Tue, Sep 11, 2012 at 09:05:25AM +0100, Simon Horman wrote:
>> Hi Will,
>
> Hi Simon,
>
>> please consider the following changes from Kobayashi-san
>> for the pmu/cleanup branch.
>
> Thanks for this. It probably makes more sense for the arm-soc guys to pull
> it in directly, rather than me send it as another pull request.
>
> Arnd, Olof -- can you pull this into an shmobile perf branch please?


Done, pulled in as renesas/pmu, part of next/soc with proper dependencies.


Thanks,

-Olof