Re: [RESEND PATCH V2 0/6] Support PCIe3 uncore PMU on Snow Ridge

From: Peter Zijlstra
Date: Thu Sep 24 2020 - 07:08:29 EST


On Mon, Sep 21, 2020 at 05:19:53PM -0500, Bjorn Helgaas wrote:
> On Mon, Sep 21, 2020 at 05:06:31PM +0200, peterz@xxxxxxxxxxxxx wrote:
> > On Mon, Sep 14, 2020 at 07:34:14AM -0700, kan.liang@xxxxxxxxxxxxxxx wrote:
> > > From: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>
> > >
> > > Changes since V1:
> > > - Drop the platform device solution
> > > - A new uncore PCI sub driver solution is introduced which searches
> > > the PCIe Root Port device via pci_get_device() and id table.
> > > Register a PCI bus notifier for the remove notification. Once the
> > > device is removed, the uncore driver can be notified to unregister
> > > the corresponding PMU.
> > > - Modify the parameters of uncore_pci_pmu_unregister() function.
> >
> > Bjorn, you hated on the last version of this thing, are you OK with this
> > one?
>
> Yep, this is OK with me.

Thanks!