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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89715C6FA8E for ; Fri, 24 Feb 2023 19:58:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229718AbjBXT61 (ORCPT ); Fri, 24 Feb 2023 14:58:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229720AbjBXT60 (ORCPT ); Fri, 24 Feb 2023 14:58:26 -0500 Received: from mail-yw1-x114a.google.com (mail-yw1-x114a.google.com [IPv6:2607:f8b0:4864:20::114a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4028B6A790 for ; Fri, 24 Feb 2023 11:58:14 -0800 (PST) Received: by mail-yw1-x114a.google.com with SMTP id 00721157ae682-536cad819c7so5887997b3.6 for ; Fri, 24 Feb 2023 11:58:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1677268693; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:from:to:cc:subject:date:message-id:reply-to; bh=HItKTiGQPlQYCMjDtIoBxaJw1Pu4dDmMmJ8dk4P8cQE=; b=cFXgXNHH0TIBYGBXQK+NGFbDWGGG9gu153NQeVh/+J0c8SNKdNfW9Q60AuZrfAsX48 vjEPsPHHbMFib+HOiDp9vjK/qwSKx+iN67T8D7ZEQRGrsREGiEf6JIeaqPpjTMEyQUW0 hsTDPHU2y91qXxeXfzzrKDe0Kc8PVVGcr6IaejwzYWj2WnrYEwsai79jb4TqJGOBlecf EqE+L6RaLt4syuvJhi7XYIKkreiRdvv9+zNqfcyWAr643l8IG9xnrxi/Fsm3v0i4gRQY fGrzB+2ajlUMh2fMPxiGJOzHqNQkGMQrrJ/bQz2LblBj9kY4auTbcLMLdJsagYmi4XkQ DYow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677268693; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=HItKTiGQPlQYCMjDtIoBxaJw1Pu4dDmMmJ8dk4P8cQE=; b=W1IbCetAh0whydRWRaZhrlO6Ubz9op6uFYvGNBbfoA2xiB6RB5HZgQhbpwqT1U4DBV q+t42QYktNGXCotQhpOLczQPSZtz5l4Vb+gYP2ac6U5wrq3n2vNyZj6ez/qO/ND+ikHw 2fRjviVgrTk9bNqWd9KhXJ865VqZTgrAuJo6/afPnleaUb0U9vjKP+tqUItxltZqJDWd f981Qck9WBW7ZqUhJuO2LhMUmFbzDUJcEXrC2qOb+NvQZoM/N3J3OjdU6yTaaYbrP8up AzuyW8Ln6tBs16VBaG7Jm7cgzt/Mg4b6k+78k8BXBlcM3WXWV/abBDR76KVGkaIKmvzm BzNA== X-Gm-Message-State: AO0yUKW+84SpKOjZzkjkuk7Kzyax/H2OEQlxvVptfBWPPaKkSOaOD7bS cVf3fsshBt6dF10wRW1HUHzsXgvtYeA= X-Google-Smtp-Source: AK7set+7KRAGVWv7u53lisKdJmZK7YsbzkRyOXJGQLoTktPLlGhyHTGqkcO/nEkhJUG7EkhdP4V77f40yrY= X-Received: from sdalvi-android.chi.corp.google.com ([2620:15c:2:a:1808:5921:faf8:7a68]) (user=sdalvi job=sendgmr) by 2002:a05:6902:4d4:b0:855:fa17:4f66 with SMTP id v20-20020a05690204d400b00855fa174f66mr4840916ybs.8.1677268693379; Fri, 24 Feb 2023 11:58:13 -0800 (PST) Date: Fri, 24 Feb 2023 13:57:47 -0600 In-Reply-To: <20230224195749.818282-1-sdalvi@google.com> Mime-Version: 1.0 References: <20230224195749.818282-1-sdalvi@google.com> X-Mailer: git-send-email 2.39.2.637.g21b0678d19-goog Message-ID: <20230224195749.818282-3-sdalvi@google.com> Subject: [PATCH v1 2/2] PCI: dwc: Skip waiting for link up on probe From: Sajid Dalvi To: Jingoo Han , Gustavo Pimentel , Lorenzo Pieralisi , "=?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?=" , Rob Herring , Bjorn Helgaas , Krzysztof Kozlowski Cc: Sajid Dalvi , kernel-team@android.com, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Chant Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org When the Root Complex is probed, the default behavior is to spin in a loop waiting for the link to come up. In some systems the link is not brought up during probe, but later in the context of an end-point turning on. Call trace: dw_pcie_wait_for_link << spins in a loop for 1 second dw_pcie_host_init Adding the snps,skip-wait-link-up property in the pcie device tree node will skip this loop and save 1 second per interface on pcie probe for systems that do not need to bring up the link this early in the boot sequence. Signed-off-by: Sajid Dalvi Signed-off-by: Andrew Chant --- drivers/pci/controller/dwc/pcie-designware-host.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/pci/controller/dwc/pcie-designware-host.c b/drivers/pci/controller/dwc/pcie-designware-host.c index 3ab6ae3712c4..f5cba44ebf39 100644 --- a/drivers/pci/controller/dwc/pcie-designware-host.c +++ b/drivers/pci/controller/dwc/pcie-designware-host.c @@ -477,8 +477,9 @@ int dw_pcie_host_init(struct dw_pcie_rp *pp) goto err_free_msi; } - /* Ignore errors, the link may come up later */ - dw_pcie_wait_for_link(pci); + if (!of_property_read_bool(np, "snps,skip-wait-link-up")) + /* Ignore errors, the link may come up later */ + dw_pcie_wait_for_link(pci); bridge->sysdata = pp; -- 2.39.2.637.g21b0678d19-goog