From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [regression] nct6775 does not load in 5.4 and 5.5, bisected to b84398d6d7f90080 Date: Mon, 24 Feb 2020 12:51:21 +0200 Message-ID: <20200224105121.GK2667@lahna.fi.intel.com> References: <1bdbac08-86f8-2a57-2b0d-8cd2beb2a1c0@roeck-us.net> <85356d1a-f90d-e94d-16eb-1071d4e94753@roeck-us.net> <20200224101800.GJ2667@lahna.fi.intel.com> <20200224103731.GA10400@smile.fi.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga06.intel.com ([134.134.136.31]:44085 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726673AbgBXKv0 (ORCPT ); Mon, 24 Feb 2020 05:51:26 -0500 Content-Disposition: inline In-Reply-To: <20200224103731.GA10400@smile.fi.intel.com> Sender: linux-i2c-owner@vger.kernel.org List-Id: linux-i2c@vger.kernel.org To: Andy Shevchenko Cc: Guenter Roeck , Martin Volf , Jean Delvare , Wolfram Sang , linux-i2c@vger.kernel.org, linux-hwmon@vger.kernel.org, Linux Kernel Mailing List , Jarkko Nikula On Mon, Feb 24, 2020 at 12:37:31PM +0200, Andy Shevchenko wrote: > On Mon, Feb 24, 2020 at 12:18:00PM +0200, Mika Westerberg wrote: > > On Sat, Feb 22, 2020 at 01:26:48PM -0800, Guenter Roeck wrote: > > > On 2/22/20 12:49 PM, Martin Volf wrote: > > > > On Sat, Feb 22, 2020 at 8:05 PM Guenter Roeck wrote: > > ... > > > > > devfn = PCI_DEVFN(PCI_SLOT(pci_dev->devfn), 2); > > I'm wondering if > > pci_dev_is_present(...); > > returns false here. Well that might also be the case since lspci shows this: 00:1f.0 ISA bridge: Intel Corporation Z390 Chipset LPC/eSPI Controller (rev 10) 00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10) 00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10) PMC is 1f.2 and not present here. However, it may be that the PMC is still there it just does not "enumerate" because its devid/vendorid are set to 0xffff. Similar hiding was done for the P2SB bridge.