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 6F258C433EF for ; Tue, 30 Nov 2021 16:44:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238157AbhK3Qry (ORCPT ); Tue, 30 Nov 2021 11:47:54 -0500 Received: from foss.arm.com ([217.140.110.172]:43190 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229892AbhK3Qrw (ORCPT ); Tue, 30 Nov 2021 11:47:52 -0500 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 42C7C6D; Tue, 30 Nov 2021 08:44:33 -0800 (PST) Received: from e123427-lin.arm.com (unknown [10.57.34.132]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 653963F694; Tue, 30 Nov 2021 08:44:31 -0800 (PST) From: Lorenzo Pieralisi To: Marc Zyngier , Alyssa Rosenzweig , Hector Martin Cc: Lorenzo Pieralisi , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Bjorn Helgaas , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Rob Herring Subject: Re: [PATCH] PCI: apple: Enable clock gating Date: Tue, 30 Nov 2021 16:44:20 +0000 Message-Id: <163829063706.20838.16525085467992307850.b4-ty@arm.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20211117141916.197192-1-marcan@marcan.st> References: <20211117141916.197192-1-marcan@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 17 Nov 2021 23:19:16 +0900, Hector Martin wrote: > These pokes are not required to make the PCIe port work, but it sounds > like this should save some power at least. > > Applied to pci/apple, thanks! [1/1] PCI: apple: Enable clock gating https://git.kernel.org/lpieralisi/pci/c/754bb7ad29 Thanks, Lorenzo