All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yu-Chien Peter Lin <peterlin@andestech.com>
To: opensbi@lists.infradead.org
Subject: [PATCH 0/6] Add Andes PMU extension support
Date: Sat, 7 Oct 2023 14:04:43 +0800	[thread overview]
Message-ID: <ZSD0-_n7QLr_vKQI@APC323> (raw)
In-Reply-To: <CAAhSdy1iUKOKkp3Z8ybL8ubcF7Y+YZEyMN232HYogE4ToTH+hw@mail.gmail.com>

Hi Anup,

On Fri, Oct 06, 2023 at 05:47:16PM +0530, Anup Patel wrote:
> Hi Yu Chien Peter Lin,
> 
> On Wed, Sep 6, 2023 at 3:12?PM Yu Chien Peter Lin
> <peterlin@andestech.com> wrote:
> >
> > This patch series enables perf tool to utilize Andes PMU
> > extension via PMU SBI calls, provides PMU device callbacks
> > for event sampling and mode filtering.
> >
> > We also provide a PMU node example of AX45MP in the last
> > patch.
> >
> > The OpenSBI and Linux patches can be found on Andes Technology GitHub
> > - https://github.com/andestech/opensbi/commits/andes-pmu-support
> > - https://github.com/andestech/linux/commits/andes-pmu-support
> >
> > Yu Chien Peter Lin (6):
> >   sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
> >   platform: include: andes45: Add PMU related CSR defines
> >   platform: andes: Add Andes custom PMU support
> >   platform: andes: Enable Andes PMU for AE350
> >   platform: rzfive: Enable Andes PMU for RZ/Five
> >   docs: pmu: Add Andes PMU node example
> 
> I assume there is going to be a v2 due to comments on PATCH3 ?

Yes we are working on this.

Thanks.
Peter Lin

> Regards,
> Anup
> 
> >
> >  docs/pmu_support.md                        | 87 ++++++++++++++++++++++
> >  include/sbi/sbi_pmu.h                      |  6 ++
> >  lib/sbi/sbi_pmu.c                          |  5 +-
> >  platform/generic/Kconfig                   |  2 +
> >  platform/generic/andes/Kconfig             |  4 +
> >  platform/generic/andes/ae350.c             |  2 +
> >  platform/generic/andes/andes_pmu.c         | 85 +++++++++++++++++++++
> >  platform/generic/andes/objects.mk          |  1 +
> >  platform/generic/include/andes/andes45.h   | 26 +++++++
> >  platform/generic/include/andes/andes_pmu.h | 12 +++
> >  platform/generic/renesas/rzfive/rzfive.c   |  2 +
> >  11 files changed, 231 insertions(+), 1 deletion(-)
> >  create mode 100644 platform/generic/andes/andes_pmu.c
> >  create mode 100644 platform/generic/include/andes/andes_pmu.h
> >
> > --
> > 2.34.1
> >


  reply	other threads:[~2023-10-07  6:04 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-06  9:40 [PATCH 0/6] Add Andes PMU extension support Yu Chien Peter Lin
2023-09-06  9:40 ` [PATCH 1/6] sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device Yu Chien Peter Lin
2023-09-06  9:40 ` [PATCH 2/6] platform: include: andes45: Add PMU related CSR defines Yu Chien Peter Lin
2023-09-06  9:40 ` [PATCH 3/6] platform: andes: Add Andes custom PMU support Yu Chien Peter Lin
2023-09-18 14:03   ` Lad, Prabhakar
2023-09-18 19:12     ` Conor Dooley
2023-09-21  5:40     ` Yu-Chien Peter Lin
2023-09-22  0:58       ` Yu-Chien Peter Lin
2023-09-06  9:40 ` [PATCH 4/6] platform: andes: Enable Andes PMU for AE350 Yu Chien Peter Lin
2023-09-06  9:40 ` [PATCH 5/6] platform: rzfive: Enable Andes PMU for RZ/Five Yu Chien Peter Lin
2023-09-06  9:40 ` [PATCH 6/6] docs: pmu: Add Andes PMU node example Yu Chien Peter Lin
2023-10-06 12:17 ` [PATCH 0/6] Add Andes PMU extension support Anup Patel
2023-10-07  6:04   ` Yu-Chien Peter Lin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-06 11:14 Yu Chien Peter Lin
2023-10-06 12:20 ` Lad, Prabhakar
2023-10-10  6:09   ` Yu-Chien Peter Lin

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=ZSD0-_n7QLr_vKQI@APC323 \
    --to=peterlin@andestech.com \
    --cc=opensbi@lists.infradead.org \
    /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.