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=-6.7 required=3.0 tests=BAYES_00,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 BF183C4320E for ; Fri, 6 Aug 2021 12:50:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A3111611ED for ; Fri, 6 Aug 2021 12:50:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343809AbhHFMuR (ORCPT ); Fri, 6 Aug 2021 08:50:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:58612 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343812AbhHFMsk (ORCPT ); Fri, 6 Aug 2021 08:48:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0A3D261181; Fri, 6 Aug 2021 12:48:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628254105; bh=b/bL5U8oRfw9K2rvpOxRukG6+MpqFpdlJFgnTeAUI7s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k6zl6Pqf9LGixgcugEhcjqLxx3OxIgIGkP9ayZdpxvTI4TR9jVr0/AV00F4Sa2nwO Fxng7ETGRoegqD5poO1xaxdCE+5voY/S4ZFxIe5J3mTIszLatN1JgCXvsqmvSx42dp sLbE4JqDdx33okp8Zskrnqq7YTLGvPX4bnTV8xftXOPu/kARFMWGF1HFFMgiGwki50 T87ou5IcNGHTNc11Fwos0WpDBZcGT22pw/oKX6G+JPvkK+Oee9a4cvnqevPfbNF9Q1 PxTgg0db2rkjmgG20IernlJ9Qw1BjqnVvgm7FSu8UYg+4W9+A7NbgjNHLT2VyszKaf f/TQjM+6W5vlQ== Date: Fri, 6 Aug 2021 18:18:20 +0530 From: Vinod Koul To: Lorenzo Pieralisi Cc: Baruch Siach , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Andy Gross , Bjorn Andersson , Selvam Sathappan Periakaruppan , Kathiravan T , Bjorn Helgaas , Kishon Vijay Abraham I , Rob Herring , Thierry Reding , Jonathan Hunter , Jingoo Han , Gustavo Pimentel , Robert Marko , devicetree@vger.kernel.org, linux-phy@lists.infradead.org, linux-pci@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/6] arm64: IPQ6018 PCIe support Message-ID: References: <87o8acxtqm.fsf@tarshish> <20210805094237.GA18330@lpieralisi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210805094237.GA18330@lpieralisi> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 05-08-21, 10:42, Lorenzo Pieralisi wrote: > On Thu, Aug 05, 2021 at 09:58:57AM +0300, Baruch Siach wrote: > > Hi Lorenzo, Rob, Krzysztof, > > > > On Wed, May 05 2021, Baruch Siach wrote: > > > This series adds support for the single PCIe lane on IPQ6018 SoCs. The code is > > > ported from downstream Codeaurora v5.4 kernel. The main difference from > > > downstream code is the split of PCIe registers configuration from .init to > > > .post_init, since it requires phy_power_on(). > > > > > > Tested on IPQ6010 based hardware. > > > > It's been 3 months with no comment. Would you consider applying the dwc > > part (patches #1 and #2) for the v5.15 merge window? > > > > I tested the patches here successfully on top of v5.14-rc4. > > You need an ACK from the respective drivers maintainers. We look into > overall pci/controller drivers structure and common code, it is up > to drivers maintainers to review and ACK your patches, I will certainly > pick them up when that's done. Also is there any dependency b/w various pieces, if not consider sending patches to respective subsystems... Too many patch series these days are adding cross subsystem stuff even if there are no dependencies. Yes it all needs to come together to work but that does not require a common series to be posted! -- ~Vinod