From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.126.135]:39057 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752411AbeCMLN6 (ORCPT ); Tue, 13 Mar 2018 07:13:58 -0400 Subject: Re: PCI enumeration broken on Ventana gw5200 To: Fabio Estevam Cc: linux-pci@vger.kernel.org, Mika Westerberg References: From: Nicolas Cavallari Message-ID: Date: Tue, 13 Mar 2018 12:13:52 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Sender: linux-pci-owner@vger.kernel.org List-ID: On 13/03/2018 11:54, Fabio Estevam wrote: > Hi Nicolas, > > On Tue, Mar 13, 2018 at 7:45 AM, Nicolas Cavallari > wrote: >> When testing v4.16-rc2 on a Ventana gw5200, the mini-PCIe cards were >> not recognised. Only the bridge was recognised. > > Please try 4.16-rc5 instead. > > Koen's commit should fix the issue you described: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/pci/dwc?h=v4.16-rc5&id=fc110ebdd014dd1368c98e7685b47789c31fab42 > Oh, i only looked for changes in probe.c since 4.16-rc2, didn't think that it could get fixed in the dwc driver. I just tested 4.16-rc5 and indeed the issue is fixed. Thanks !