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=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 06689C2B9F4 for ; Tue, 22 Jun 2021 10:28:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C5804613B7 for ; Tue, 22 Jun 2021 10:28:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C5804613B7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RoMY5mYwdXERSgnLnt/LVXqIMSt3E9eerR1GmxCTn1g=; b=ASaVqT1nwRqXcP RonLPutFxvJaI0hIAjrduQ9678LM5GKNV2IVforoOwRcY3Ljg+k2coPON6qXLES5MyAv3+0figJD1 uTwOxNHYgBXQnwRlGLw82vX729SGOLVxgEhZ99LIwt1c+clZFT3+4hVXSV3YnynbCftVuvSabiXOw Kr/2fZ1dVPT6MekVbqoOHCTCY10T2uhyat/BRzI9YKCCuQbXTD/ZIh+e6L9vc/JjTB0ghXpTHQzav OrWx4gCDBrWCcPNswpc+qMDsb3K66UsGy+A6NMLWyR5aC6yb1BHdnaLUE0t66tk3ioLHUW6LKRRsl BoCxVVMM9KjLEXVq1+vw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvdcI-006dby-5y; Tue, 22 Jun 2021 10:26:50 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvdcE-006dap-Je for linux-arm-kernel@lists.infradead.org; Tue, 22 Jun 2021 10:26:48 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 98F1E11D4; Tue, 22 Jun 2021 03:26:45 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.45.237]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 66FFA3F694; Tue, 22 Jun 2021 03:26:40 -0700 (PDT) From: Lorenzo Pieralisi To: stefan@agner.ch, shawnguo@kernel.org, andrew.smirnov@gmail.com, kw@linux.com, bhelgaas@google.com, l.stach@pengutronix.de, Richard Zhu Cc: Lorenzo Pieralisi , linux-kernel@vger.kernel.org, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, kernel@pengutronix.de, devicetree@vger.kernel.org Subject: Re: [RESEND, V5 0/2] add one regulator used to power up pcie phy Date: Tue, 22 Jun 2021 11:26:34 +0100 Message-Id: <162435757430.23554.7915398163187258032.b4-ty@arm.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <1622771269-13844-1-git-send-email-hongxing.zhu@nxp.com> References: <1622771269-13844-1-git-send-email-hongxing.zhu@nxp.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210622_032646_738757_B4F3F4BD X-CRM114-Status: UNSURE ( 6.49 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 4 Jun 2021 09:47:47 +0800, Richard Zhu wrote: > Changes v4->v5: > - Refine the commit logs refer to bhelgaas' comments. > - Resend v5 patch-set after CC "devicetree@vger.kernel.org" > in the mail-list. > > v4: > https://patchwork.kernel.org/project/linux-pci/patch/1617091701-6444-2-git-send-email-hongxing.zhu@nxp.com/ > > [...] Applied to pci/imx6, thanks! [1/2] dt-bindings: imx6q-pcie: Add "vph-supply" for PHY supply voltage https://git.kernel.org/lpieralisi/pci/c/6d78fb2ea5 [2/2] PCI: imx6: Enable PHY internal regulator when supplied >3V https://git.kernel.org/lpieralisi/pci/c/a9560daaa3 Thanks, Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel