[PATCH v5] perf: arm_cspmu: Separate Arm and vendor module

Besar Wicaksono bwicaksono at nvidia.com
Fri Aug 18 09:22:30 PDT 2023


Hi Will,


> -----Original Message-----
> From: Will Deacon <will at kernel.org>
> Sent: Friday, August 18, 2023 11:06 AM
> To: Besar Wicaksono <bwicaksono at nvidia.com>
> Cc: suzuki.poulose at arm.com; robin.murphy at arm.com;
> ilkka at os.amperecomputing.com; catalin.marinas at arm.com;
> mark.rutland at arm.com; linux-arm-kernel at lists.infradead.org; linux-
> kernel at vger.kernel.org; linux-tegra at vger.kernel.org; Thierry Reding
> <treding at nvidia.com>; Jonathan Hunter <jonathanh at nvidia.com>; Vikram
> Sethi <vsethi at nvidia.com>; Richard Wiley <rwiley at nvidia.com>; Eric Funsten
> <efunsten at nvidia.com>
> Subject: Re: [PATCH v5] perf: arm_cspmu: Separate Arm and vendor module
> 
> External email: Use caution opening links or attachments
> 
> 
> On Fri, Aug 18, 2023 at 05:05:36PM +0100, Will Deacon wrote:
> > On Wed, Jul 05, 2023 at 05:47:45AM -0500, Besar Wicaksono wrote:
> > > Arm Coresight PMU driver consists of main standard code and
> > > vendor backend code. Both are currently built as a single module.
> > > This patch adds vendor registration API to separate the two to
> > > keep things modular. The main driver requests each known backend
> > > module during initialization and defer device binding process.
> > > The backend module then registers an init callback to the main
> > > driver and continue the device driver binding process.
> > >
> > > Signed-off-by: Besar Wicaksono <bwicaksono at nvidia.com>
> > > ---
> > >
> > > Changes from v4:
> > >  * Fix warning reported by kernel test robot
> > > v4: https://lore.kernel.org/linux-arm-kernel/20230620041438.32514-1-
> bwicaksono at nvidia.com/T/#u
> >
> > Do you plan to send a v5 addressing Suzuki's comments? This series is
> > blocking the Ampere work from Ilkka.
> 
> s/v5/v6/ !
> 

Sorry for the delay.
I will send a follow up patch soon.

Regards,
Besar



More information about the linux-arm-kernel mailing list