From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Pandruvada Subject: Re: intel_pmc_core does not initialize intel 8th gen PMC Date: Tue, 13 Feb 2018 10:00:52 -0800 Message-ID: <1518544852.2708.1.camel@linux.intel.com> References: <1518426556.26505.2.camel@autistici.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andy Shevchenko , kitestramuort , Rajneesh Bhardwaj Cc: Linux Kernel Mailing List , Platform Driver List-Id: platform-driver-x86.vger.kernel.org On Tue, 2018-02-13 at 18:21 +0200, Andy Shevchenko wrote: > +Cc: Authors and correct ML > > On Mon, Feb 12, 2018 at 11:09 AM, kitestramuort > wrote: > > don't know if this is intended. In 4.15.2 i have: > > AFAIU the driver now binds to the hardcoded value of a PA of the > device. So, you still have driver enabled. > > Srinivas, is my understanding correct? Yes. This doesn't bind to PCI device. But the driver is still doing what it is supposed to do. You should still see /sys/kernel/debug/pmc_core/* as before. Thanks, Srinivas > > > dmesg: > > intel_pmc_core 0000:00:1f.2: enabling device (0000 -> 0002) > > > > lspci: > > 00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC > > (rev > > 21) > >         Subsystem: Intel Corporation Sunrise Point-LP PMC > >         Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- > > ParErr- Stepping- SERR- FastB2B- DisINTx- > >         Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast > > >TAbort- > > SERR- >         Region 0: Memory at dff00000 (32-bit, non-prefetchable) > > [size=16K] > >         Kernel driver in use: intel_pmc_core > > in 4.16.0-rc1 this becomes > > dmesg: > > intel_pmc_core:  initialized > > > > lspci: > > 00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC > > (rev > > 21) > >         Subsystem: Intel Corporation Sunrise Point-LP PMC > >         Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- > > ParErr- Stepping- SERR- FastB2B- DisINTx- > >         Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast > > >TAbort- > > SERR- >         Region 0: Memory at dff00000 (32-bit, non-prefetchable) > > [disabled] [size=16K] > > >