All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guangbin Huang <huangguangbin2@huawei.com>
To: <john.garry@huawei.com>, <will@kernel.org>, <mark.rutland@arm.com>
Cc: <linux-arm-kernel@lists.infradead.org>, <liuqi115@huawei.com>,
	<zhangshaokun@hisilicon.com>, <f.fangjian@huawei.com>,
	<huangguangbin2@huawei.com>, <lipeng321@huawei.com>,
	<shenjian15@huawei.com>,  <moyufeng@huawei.com>
Subject: [RESEND PATCH 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
Date: Mon, 17 Jan 2022 09:52:20 +0800	[thread overview]
Message-ID: <20220117015222.9617-1-huangguangbin2@huawei.com> (raw)

This patch-set adds driver for HNS3(HiSilicon network system version 3)
PMU and doc to descript it.

Guangbin Huang (2):
  drivers/perf: hisi: Add description for HNS3 PMU driver
  drivers/perf: hisi: add driver for HNS3 PMU

 Documentation/admin-guide/perf/hns3-pmu.rst |  122 ++
 MAINTAINERS                                 |    6 +
 drivers/perf/hisilicon/Kconfig              |    9 +
 drivers/perf/hisilicon/Makefile             |    1 +
 drivers/perf/hisilicon/hns3_pmu.c           | 1631 +++++++++++++++++++
 include/linux/cpuhotplug.h                  |    1 +
 6 files changed, 1770 insertions(+)
 create mode 100644 Documentation/admin-guide/perf/hns3-pmu.rst
 create mode 100644 drivers/perf/hisilicon/hns3_pmu.c

-- 
2.33.0


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

             reply	other threads:[~2022-01-17  1:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17  1:52 Guangbin Huang [this message]
2022-01-17  1:52 ` [RESEND PATCH 1/2] drivers/perf: hisi: Add description for HNS3 PMU driver Guangbin Huang
2022-01-17  1:52 ` [RESEND PATCH 2/2] drivers/perf: hisi: add driver for HNS3 PMU Guangbin Huang
2022-01-18 17:14   ` John Garry
2022-02-24 11:09     ` huangguangbin (A)

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=20220117015222.9617-1-huangguangbin2@huawei.com \
    --to=huangguangbin2@huawei.com \
    --cc=f.fangjian@huawei.com \
    --cc=john.garry@huawei.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lipeng321@huawei.com \
    --cc=liuqi115@huawei.com \
    --cc=mark.rutland@arm.com \
    --cc=moyufeng@huawei.com \
    --cc=shenjian15@huawei.com \
    --cc=will@kernel.org \
    --cc=zhangshaokun@hisilicon.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.