mbox

[GIT,PULL] CCI PMU driver for 3.12

Message ID 20130812172447.GG25995@mudshark.cambridge.arm.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-perf-3.12

Message

Will Deacon Aug. 12, 2013, 5:24 p.m. UTC
Hi Olof, Kevin,

Please can you pull the following perf update for 3.12? I was hoping to have
some unwinding improvements too, but I've not had a chance to complete that
work, so it's just the single patch from Punit to add support for the PMU
driver on the CCI.

Apologies for sending this post -rc5, but I've been travelling for the past
week and had some issues testing the driver myself. If you're snowed under,
feel free to queue this for 3.13 instead.

Cheers,

Will

--->8

The following changes since commit c095ba7224d8edc71dcef0d655911399a8bd4a3f:

  Linux 3.11-rc4 (2013-08-04 13:46:46 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-perf-3.12

for you to fetch changes up to 8747763c249fb36bd5c882f4e9d63e7b4c674204:

  drivers: CCI: add ARM CCI PMU support (2013-08-12 14:02:34 +0100)

----------------------------------------------------------------
Addition of an ARM PMU driver for the CCI-400 coherent interconnect
found on big.LITTLE systems, such as TC2.

----------------------------------------------------------------
Punit Agrawal (1):
      drivers: CCI: add ARM CCI PMU support

 Documentation/devicetree/bindings/arm/cci.txt |  38 +++++++++++
 drivers/bus/arm-cci.c                         | 642 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 680 insertions(+)

Comments

Kevin Hilman Aug. 14, 2013, 8:57 p.m. UTC | #1
Will Deacon <will.deacon@arm.com> writes:

> Hi Olof, Kevin,
>
> Please can you pull the following perf update for 3.12? I was hoping to have
> some unwinding improvements too, but I've not had a chance to complete that
> work, so it's just the single patch from Punit to add support for the PMU
> driver on the CCI.
>
> Apologies for sending this post -rc5, but I've been travelling for the past
> week and had some issues testing the driver myself. If you're snowed under,
> feel free to queue this for 3.13 instead.

I'd like to see a reviewed-by or acked-by from a DT maintainer before
pulling this.

Kevin
Will Deacon Aug. 15, 2013, 5:20 p.m. UTC | #2
Hi Kevin,

On Wed, Aug 14, 2013 at 09:57:55PM +0100, Kevin Hilman wrote:
> Will Deacon <will.deacon@arm.com> writes:
> >
> > Please can you pull the following perf update for 3.12? I was hoping to have
> > some unwinding improvements too, but I've not had a chance to complete that
> > work, so it's just the single patch from Punit to add support for the PMU
> > driver on the CCI.
> >
> > Apologies for sending this post -rc5, but I've been travelling for the past
> > week and had some issues testing the driver myself. If you're snowed under,
> > feel free to queue this for 3.13 instead.
> 
> I'd like to see a reviewed-by or acked-by from a DT maintainer before
> pulling this.

That's fair enough; they've been quiet on the iterations of this patch so
far. However, it looks like a conversation has kicked off on the back of
this pull request:

http://lists.infradead.org/pipermail/linux-arm-kernel/2013-August/192192.html

so I'll wait for that to settle down, then I'll send you another pull (which
I suspect you will want to delay until 3.13).

Cheers,

Will