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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 2DDC7C432BE for ; Fri, 13 Aug 2021 14:40:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 126B0610A5 for ; Fri, 13 Aug 2021 14:40:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240848AbhHMOlE (ORCPT ); Fri, 13 Aug 2021 10:41:04 -0400 Received: from foss.arm.com ([217.140.110.172]:54196 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233567AbhHMOlD (ORCPT ); Fri, 13 Aug 2021 10:41:03 -0400 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 7C8051042; Fri, 13 Aug 2021 07:40:36 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.41.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A2F7E3F718; Fri, 13 Aug 2021 07:40:33 -0700 (PDT) From: Lorenzo Pieralisi To: kw@linux.com, Michal Simek , git@xilinx.com, bharat.kumar.gogada@xilinx.com, monstr@monstr.eu, linux-kernel@vger.kernel.org Cc: Lorenzo Pieralisi , linux-arm-kernel@lists.infradead.org, Rob Herring , linux-pci@vger.kernel.org, Ravi Kiran Gummaluri , Marc Zyngier , Rob Herring , Bjorn Helgaas , devicetree@vger.kernel.org Subject: Re: [PATCH v3 0/2] PCI: xilinx-nwl: Add clock handling Date: Fri, 13 Aug 2021 15:40:28 +0100 Message-Id: <162886561478.21160.11916586885494837733.b4-ty@arm.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 25 Jun 2021 12:48:21 +0200, Michal Simek wrote: > this small series add support for enabling PCIe reference clock by driver. > > Thanks, > Michal > > Changes in v3: > - use PCIe instead of pcie > - add stable cc > - update commit message - reported by Krzysztof > > [...] Applied to pci/xilinx-nwl, thanks! [1/2] dt-bindings: pci: xilinx-nwl: Document optional clock property https://git.kernel.org/lpieralisi/pci/c/4d79e36718 [2/2] PCI: xilinx-nwl: Enable the clock through CCF https://git.kernel.org/lpieralisi/pci/c/de0a01f529 Thanks, Lorenzo