[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20241211111247.00003a05@huawei.com>
Date: Wed, 11 Dec 2024 11:12:47 +0000
From: Jonathan Cameron <Jonathan.Cameron@...wei.com>
To: "Yoshihiro Furudera (Fujitsu)" <fj5100bi@...itsu.com>
CC: Will Deacon <will@...nel.org>, Mark Rutland <mark.rutland@....com>,
Jonathan Corbet <corbet@....net>, Catalin Marinas <catalin.marinas@....com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>, Bjorn Andersson
<quic_bjorande@...cinc.com>, Geert Uytterhoeven <geert+renesas@...der.be>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>, Dmitry Baryshkov
<dmitry.baryshkov@...aro.org>, Konrad Dybcio <konradybcio@...nel.org>, "Neil
Armstrong" <neil.armstrong@...aro.org>, Arnd Bergmann <arnd@...db.de>, "
NĂcolas \"F. R. A. Prado\"" <nfraprado@...labora.com>,
Thomas Gleixner <tglx@...utronix.de>, Peter Zijlstra <peterz@...radead.org>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] perf: Fujitsu: Add the Uncore MAC PMU driver
> > > +device_initcall(register_fujitsu_mac_pmu_driver);
> > > diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h
> > > index 2361ed4d2b15..e6e49e09488a 100644
> > > --- a/include/linux/cpuhotplug.h
> > > +++ b/include/linux/cpuhotplug.h
> > > @@ -227,6 +227,7 @@ enum cpuhp_state {
> > > CPUHP_AP_PERF_ARM_APM_XGENE_ONLINE,
> > > CPUHP_AP_PERF_ARM_CAVIUM_TX2_UNCORE_ONLINE,
> > > CPUHP_AP_PERF_ARM_MARVELL_CN10K_DDR_ONLINE,
> > > + CPUHP_AP_PERF_ARM_FUJITSU_MAC_ONLINE,
> >
> > Can this use CPU_AP_ONLINE_DYN
> > or are there some ordering contraints?
>
> It follows the same principles as other PMU drivers.
Some of them and I suspect the is cut and paste rather than justified.
+ Not sure how long the dynamic part has been available.
>
> >
> > > CPUHP_AP_PERF_POWERPC_NEST_IMC_ONLINE,
> > > CPUHP_AP_PERF_POWERPC_CORE_IMC_ONLINE,
> > > CPUHP_AP_PERF_POWERPC_THREAD_IMC_ONLINE,
>
> Best Regards,
> Yoshihiro Furudera
Powered by blists - more mailing lists