From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0DCEC43331 for ; Wed, 1 Apr 2020 23:31:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8F4F520787 for ; Wed, 1 Apr 2020 23:31:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585783886; bh=KYj6hRtpI6880fQIULrZOKPp07eQ3jK8DAojgtd4OA4=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=hcFrOYljCePmSqBh6Tp6L7mr4FCghN6OC7/KwFEFSFGw6d78Sl9mepp+rF8c9Q8+/ Zy39EK1OuOJ+koQ/YqXLwVUnFpssJJGipbQZFYjG6yTACCW8x+3F7OchRhHHfcD5Uv liC9V//sL1wHPwYyMFizopDuSt3J5QdZ0aH+SbaQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732851AbgDAXb0 (ORCPT ); Wed, 1 Apr 2020 19:31:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:39692 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732503AbgDAXb0 (ORCPT ); Wed, 1 Apr 2020 19:31:26 -0400 Received: from localhost (mobile-166-170-223-166.mycingular.net [166.170.223.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 18DF4206E9; Wed, 1 Apr 2020 23:31:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585783885; bh=KYj6hRtpI6880fQIULrZOKPp07eQ3jK8DAojgtd4OA4=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=rstk2pkoUs8APTsz4dcznapg3hMsWKSDzIcor5TlwEo4iJ8KOsCnXngDVbszkM/SR lxI1MobUarNMi+Cy+V2vCRY8+rur8hprXMV9nycL6wCqnVKdLemauKtuLRhb6GtW9/ IHeWLDaKcpMJArcgjnh4htmnnXQQ6Vei4kq854tg= Date: Wed, 1 Apr 2020 18:31:22 -0500 From: Bjorn Helgaas To: =?iso-8859-1?Q?Lu=EDs?= Mendes Cc: Nicholas Johnson , Linux PCI , Thomas Petazzoni , Jason Cooper , Benjamin Herrenschmidt Subject: Re: Problem with PCIe enumeration of Google/Coral TPU Edge module on Linux Message-ID: <20200401233121.GA152016@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Wed, Apr 01, 2020 at 10:20:42PM +0100, Luís Mendes wrote: > Hi Bjorn, > > Here is the dmesg output with the new kernel patch: > https://paste.ubuntu.com/p/7cv7ZcyrnG/ Thanks. What happens if you do this: # echo 1 > sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/rescan (I think on v5.6 that file is "bus_rescan" instead of "rescan". There's a patch queued up to change it.)