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 50B85CCA480 for ; Tue, 21 Jun 2022 09:05:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347000AbiFUJFs (ORCPT ); Tue, 21 Jun 2022 05:05:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236616AbiFUJFr (ORCPT ); Tue, 21 Jun 2022 05:05:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06EF9DFA0; Tue, 21 Jun 2022 02:05:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 97B1E6157D; Tue, 21 Jun 2022 09:05:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EFCC8C3411D; Tue, 21 Jun 2022 09:05:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655802346; bh=7mNxfcNU8Owcc0AruDgkcVQfuiIuDtolzMAIpwihElE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=McOtBZ5BOzquTU+uRqVBdyq0Uf0OQj6hZqIPYEh7ZhqvU7Z2Yi/iNUlryqmKBuEIy eTGa5ry0yUKo74jHsBV3jt617yUGDMbplA2kZXg90E8zoTC0z8DgHZ5IdLa+FaRzMd y9oeQTVv/o46NQuGj1n7RMV8uNoknIZGYcd+sdgVvQZYnmR2oc3/T3VLEThqDdCjGk w3puGa/9PMRYayTsBtZQ4VOlxLSWpe12/Ex42/x6e5zXTojekfeILFRIbJVCZsXLpX 3rNDpwIPnrDl59+JsBG1Im8Km4zGL498/7vOE+jrvZbz1POnaaksIswa2teWzMqRdq Zpl24EzQqrviA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1o3ZpL-0001fY-OQ; Tue, 21 Jun 2022 11:05:39 +0200 Date: Tue, 21 Jun 2022 11:05:39 +0200 From: Johan Hovold To: Baruch Siach Cc: Andy Gross , Bjorn Andersson , Stanimir Varbanov , Selvam Sathappan Periakaruppan , Rob Herring , Robert Marko , Baruch Siach , Kathiravan T , Bjorn Helgaas , Rob Herring , Thierry Reding , Jonathan Hunter , Jingoo Han , Gustavo Pimentel , Bryan O'Donoghue , Pali =?utf-8?B?Um9ow6Fy?= , linux-pci@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH v8 3/3] PCI: qcom: Add IPQ60xx support Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Jun 21, 2022 at 11:54:54AM +0300, Baruch Siach wrote: > From: Selvam Sathappan Periakaruppan > > IPQ60xx series of SoCs have one port of PCIe gen 3. Add support for that > platform. > > The code is based on downstream[1] Codeaurora kernel v5.4 (branch > win.linuxopenwrt.2.0). > > Split out the DBI registers access part from .init into .post_init. DBI > registers are only accessible after phy_power_on(). > > [1] https://source.codeaurora.org/quic/qsdk/oss/kernel/linux-ipq-5.4/ > > Reviewed-by: Rob Herring > Acked-by: Stanimir Varbanov > Tested-by: Robert Marko > Signed-off-by: Selvam Sathappan Periakaruppan > Signed-off-by: Baruch Siach Reviewed-by: Johan Hovold Johan