All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Deacon <will@kernel.org>
To: Robin Murphy <robin.murphy@arm.com>
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
	catalin.marinas@arm.com, kernel-team@android.com,
	suzuki.poulose@arm.com, devicetree@vger.kernel.org,
	thierry.reding@gmail.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] arm64: PMU updates
Date: Tue, 14 Dec 2021 19:32:55 +0000	[thread overview]
Message-ID: <20211214193254.GA16018@willie-the-truck> (raw)
In-Reply-To: <7cbd2e35-89c8-50e4-22de-a6c2277cac3e@arm.com>

On Tue, Dec 14, 2021 at 07:02:57PM +0000, Robin Murphy wrote:
> On 2021-12-14 18:33, Will Deacon wrote:
> > On Tue, 14 Dec 2021 14:16:12 +0000, Robin Murphy wrote:
> > > Here's v2, with the DSU binding actually finished (oh the shame...) and
> > > the NVIDIA PMU patch pulled in to benefit from the cleanup and keep
> > > things manageably together. The initial binding patch from v1 is no
> > > longer included since Rob has picked it up separately.
> > > 
> > > Refactoring arm_pmu's probing to be more modular turns out to be a
> > > substantial yak to shave, so in the end I decided it *is* worth
> > > implementing Mark's macro suggestion now - after all, it can simply be
> > > converted from a function template to a structure template as and when
> > > the time comes.
> > > 
> > > [...]
> > 
> > Applied first three to will (for-next/perf-cpu), thanks!
> > 
> > [1/5] arm64: perf: Support Denver and Carmel PMUs
> >        https://git.kernel.org/will/c/d4c4844a9b47
> > [2/5] arm64: perf: Simplify registration boilerplate
> >        https://git.kernel.org/will/c/6ac9f30bd43b
> > [3/5] arm64: perf: Support new DT compatibles
> >        https://git.kernel.org/will/c/893c34b60a59
> 
> Thanks Will! Just to clarify, are you leaving the DSU binding patches for
> Rob to pick up, or waiting for the typo to get fixed? (and if the former -
> Rob, would you like me to resend a v3 with the typo fixed?)

I'm about to disappear on holiday, so I figured it was best to take the
first three patches and leave the other two (as they seem less urgent and
also had comment from Suzuki). If somebody else grabs 'em when they're
ready, so be it, otherwise I'll pick them next time around.

Cheers,

Will

WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will@kernel.org>
To: Robin Murphy <robin.murphy@arm.com>
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
	catalin.marinas@arm.com, kernel-team@android.com,
	suzuki.poulose@arm.com, devicetree@vger.kernel.org,
	thierry.reding@gmail.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] arm64: PMU updates
Date: Tue, 14 Dec 2021 19:32:55 +0000	[thread overview]
Message-ID: <20211214193254.GA16018@willie-the-truck> (raw)
In-Reply-To: <7cbd2e35-89c8-50e4-22de-a6c2277cac3e@arm.com>

On Tue, Dec 14, 2021 at 07:02:57PM +0000, Robin Murphy wrote:
> On 2021-12-14 18:33, Will Deacon wrote:
> > On Tue, 14 Dec 2021 14:16:12 +0000, Robin Murphy wrote:
> > > Here's v2, with the DSU binding actually finished (oh the shame...) and
> > > the NVIDIA PMU patch pulled in to benefit from the cleanup and keep
> > > things manageably together. The initial binding patch from v1 is no
> > > longer included since Rob has picked it up separately.
> > > 
> > > Refactoring arm_pmu's probing to be more modular turns out to be a
> > > substantial yak to shave, so in the end I decided it *is* worth
> > > implementing Mark's macro suggestion now - after all, it can simply be
> > > converted from a function template to a structure template as and when
> > > the time comes.
> > > 
> > > [...]
> > 
> > Applied first three to will (for-next/perf-cpu), thanks!
> > 
> > [1/5] arm64: perf: Support Denver and Carmel PMUs
> >        https://git.kernel.org/will/c/d4c4844a9b47
> > [2/5] arm64: perf: Simplify registration boilerplate
> >        https://git.kernel.org/will/c/6ac9f30bd43b
> > [3/5] arm64: perf: Support new DT compatibles
> >        https://git.kernel.org/will/c/893c34b60a59
> 
> Thanks Will! Just to clarify, are you leaving the DSU binding patches for
> Rob to pick up, or waiting for the typo to get fixed? (and if the former -
> Rob, would you like me to resend a v3 with the typo fixed?)

I'm about to disappear on holiday, so I figured it was best to take the
first three patches and leave the other two (as they seem less urgent and
also had comment from Suzuki). If somebody else grabs 'em when they're
ready, so be it, otherwise I'll pick them next time around.

Cheers,

Will

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-12-14 19:33 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-14 14:16 [PATCH v2 0/5] arm64: PMU updates Robin Murphy
2021-12-14 14:16 ` Robin Murphy
2021-12-14 14:16 ` [PATCH v2 1/5] arm64: perf: Support Denver and Carmel PMUs Robin Murphy
2021-12-14 14:16   ` Robin Murphy
2021-12-14 14:16 ` [PATCH v2 2/5] arm64: perf: Simplify registration boilerplate Robin Murphy
2021-12-14 14:16   ` Robin Murphy
2021-12-14 14:16 ` [PATCH v2 3/5] arm64: perf: Support new DT compatibles Robin Murphy
2021-12-14 14:16   ` Robin Murphy
2021-12-14 14:16 ` [PATCH v2 4/5] dt-bindings: perf: Convert Arm DSU to schema Robin Murphy
2021-12-14 14:16   ` Robin Murphy
2021-12-14 14:36   ` Suzuki K Poulose
2021-12-14 14:36     ` Suzuki K Poulose
2021-12-14 20:38   ` Rob Herring
2021-12-14 20:38     ` Rob Herring
2021-12-14 14:16 ` [PATCH v2 5/5] dt-bindings: perf: Add compatible for Arm DSU-110 Robin Murphy
2021-12-14 14:16   ` Robin Murphy
2021-12-14 14:42   ` Suzuki K Poulose
2021-12-14 14:42     ` Suzuki K Poulose
2021-12-14 14:59     ` Robin Murphy
2021-12-14 14:59       ` Robin Murphy
2021-12-14 18:54       ` Suzuki K Poulose
2021-12-14 18:54         ` Suzuki K Poulose
2021-12-14 20:41   ` Rob Herring
2021-12-14 20:41     ` Rob Herring
2021-12-14 18:33 ` [PATCH v2 0/5] arm64: PMU updates Will Deacon
2021-12-14 18:33   ` Will Deacon
2021-12-14 19:02   ` Robin Murphy
2021-12-14 19:02     ` Robin Murphy
2021-12-14 19:32     ` Will Deacon [this message]
2021-12-14 19:32       ` Will Deacon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211214193254.GA16018@willie-the-truck \
    --to=will@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel-team@android.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=robin.murphy@arm.com \
    --cc=suzuki.poulose@arm.com \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.