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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 72E94C4727E for ; Thu, 1 Oct 2020 16:46:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 399792075F for ; Thu, 1 Oct 2020 16:46:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=walle.cc header.i=@walle.cc header.b="eSnTM3IC" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732609AbgJAQqy (ORCPT ); Thu, 1 Oct 2020 12:46:54 -0400 Received: from ssl.serverraum.org ([176.9.125.105]:40161 "EHLO ssl.serverraum.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732107AbgJAQqx (ORCPT ); Thu, 1 Oct 2020 12:46:53 -0400 Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 6131C22F99; Thu, 1 Oct 2020 18:46:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1601570811; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SUlIC2qg+S8tqNWZ4hKY5u/wUrtwXqRGM3IktJxX77U=; b=eSnTM3IChuDzLyHwrw9AlCth3cEBefgDJrW6fRp9/IJYcbbPTzhJtb6p79i3hLZeG4y2Lt UL4dW5BvC1otmA9MY957c5zKzKUSvBw/CKFsLbicMWNXwDHYlmsmj0cQkfra4fK1qZZjSM HJA/VRxWo3CQxVHpl5ipQI/rMKlU+9A= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 01 Oct 2020 18:46:51 +0200 From: Michael Walle To: Kishon Vijay Abraham I Cc: Rob Herring , Gustavo Pimentel , "Z.q. Hou" , Lorenzo Pieralisi , linux-kernel@vger.kernel.org, PCI , Bjorn Helgaas , Ard Biesheuvel Subject: Re: [PATCH] PCI: dwc: Added link up check in map_bus of dw_child_pcie_ops In-Reply-To: <67ac959f-561e-d1a0-2d89-9a85d5f92c72@ti.com> References: <20200916054130.8685-1-Zhiqiang.Hou@nxp.com> <20200928093911.GB12010@e121166-lin.cambridge.arm.com> <9ac53f04-f2e8-c5f9-e1f7-e54270ec55a0@ti.com> <67ac959f-561e-d1a0-2d89-9a85d5f92c72@ti.com> User-Agent: Roundcube Webmail/1.4.8 Message-ID: <99d24fe08ecb5a6f5bba7dc6b1e2b42b@walle.cc> X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2020-10-01 15:32, schrieb Kishon Vijay Abraham I: > Meanwhile would it be okay to add linkup check atleast for DRA7X so > that > we could have it booting in linux-next? Layerscape SoCs (at least the LS1028A) are also still broken in linux-next, did I miss something here? -michael