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 AAE34C43334 for ; Mon, 18 Jul 2022 10:51:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234341AbiGRKv6 (ORCPT ); Mon, 18 Jul 2022 06:51:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233940AbiGRKv5 (ORCPT ); Mon, 18 Jul 2022 06:51:57 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D33C205DD; Mon, 18 Jul 2022 03:51:56 -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 ams.source.kernel.org (Postfix) with ESMTPS id F2EA0B81120; Mon, 18 Jul 2022 10:51:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B46FEC341C0; Mon, 18 Jul 2022 10:51:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658141513; bh=cM3t1S+fqufj5ZWZu24Lh26z1hT79BU+gKX4fdAZaoQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=I+RuqFA/KVkZTcitvJfH2RzsNdutbTwgH63ePE1wr86fjldlvlzJIhHFMaYt5R2L7 92jtvKrsr7miLQLzypjaDFu6VK/dWY5/aE3xTb/h0WOUOiYMTADGiXC2mN/yLJh4QM ohCX877+kEr2BfCcgfJMv00sJHvTXJY3hggHWD3XxTBKOqHqKt5pwbo3OfLThNk4Dm rOlUu+6xxWJZNY+l2tEs6yi4DKuHrR6UI0PgIL7iuVSy5Nav4cUgQnUumgAiH3AH8j ykwlUbuvL6kf26gblyGt6EiRncOXjCgPzzFYgUB7WhWhoBQYUnQQ4kZMk+giRAh5m2 JFwHzU7DVmTdQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oDOLq-0005F6-Gz; Mon, 18 Jul 2022 12:51:47 +0200 Date: Mon, 18 Jul 2022 12:51:46 +0200 From: Johan Hovold To: Stanimir Varbanov Cc: Johan Hovold , Bjorn Helgaas , Lorenzo Pieralisi , Rob Herring , Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Dmitry Baryshkov , Manivannan Sadhasivam , linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/8] PCI: qcom: Add support for SC8280XP and SA8540P Message-ID: References: <20220714071348.6792-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Jul 18, 2022 at 12:18:11PM +0200, Johan Hovold wrote: > On Mon, Jul 18, 2022 at 10:49:40AM +0300, Stanimir Varbanov wrote: > > Hi Johan, > > > > Thank you for your work, especially for for the last three patches ;-) > > > > On 7/14/22 10:13, Johan Hovold wrote: > > > This series adds support for the PCIe controllers found on SC8280XP and > > > SA8540P. > > > > > > Included are also three patches that clean up the way the driver handles > > > different IP revisions (e.g. by modelling optional clocks as being truly > > > optional). > > > For the whole set: > > > > Acked-by: Stanimir Varbanov > > Thanks for the ack. > > Could you take a look at Dmitry's MSI series that this series depends on > as well? > > I saw you acking the binding, but not the rest of the series it seems: > > https://lore.kernel.org/all/3f9e1c18-bc61-8690-5427-ba8dc5fad7ad@mm-sol.com/ Of course you only acked the single patched that touched the Qualcomm driver. Sorry about the noise. Johan