From patchwork Mon May 31 08:59:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 12289015 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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,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 6E43DC4708F for ; Mon, 31 May 2021 09:03:13 +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 2E9F3611CA for ; Mon, 31 May 2021 09:03:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2E9F3611CA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lucaceresoli.net 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: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:In-Reply-To:References: List-Owner; bh=P9/JRkKQTGiokYfgXaNA9kqtEBbhwdNiMC+/vadv0Bw=; b=dzK8NVd9MPVH9H UKe7IW5B7uKZ/VuKHCQFeKxZb+5w5Y8Jk4+5rdijftvTav35krbJqwKegNYzG/fByUtxP/meKpDwV 1KoNlJ42HuRBcLQgezAHJJDSUTYrP+nA3UUj5dKvh9BBJW/XpgmeALiXut72wucRA4Yafuusj+IXE VXqzEIjbQ8Yys40zq1/pBzBqEXIwUimySg8DKoN4fjk0iSxxI57GUJObDG3OZpm1zIlOk6Jv/wuCk 75G5OMIuvjYtgaGjZrDtdmuWucbZZh10iYBY7x/i31CSgrXsMc6u/LovU1z6tWrU/uzFArLUNtJuj F6+abhA3QOg6QTBdgb0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lndnb-00BaCy-VK; Mon, 31 May 2021 09:01:28 +0000 Received: from hostingweb31-40.netsons.net ([89.40.174.40]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lndm9-00BZoS-1b for linux-arm-kernel@lists.infradead.org; Mon, 31 May 2021 09:00:00 +0000 Received: from [77.244.183.192] (port=63376 helo=melee.fritz.box) by hostingweb31.netsons.net with esmtpa (Exim 4.94.2) (envelope-from ) id 1lndm3-0005h2-23; Mon, 31 May 2021 10:59:51 +0200 From: Luca Ceresoli To: linux-pci@vger.kernel.org Cc: Luca Ceresoli , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Lorenzo Pieralisi , Rob Herring , Bjorn Helgaas , Jingoo Han , Gustavo Pimentel Subject: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements Date: Mon, 31 May 2021 10:59:30 +0200 Message-Id: <20210531085934.2662457-1-luca@lucaceresoli.net> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hostingweb31.netsons.net X-AntiAbuse: Original Domain - lists.infradead.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: hostingweb31.netsons.net: authenticated_id: luca+lucaceresoli.net/only user confirmed/virtual account not confirmed X-Authenticated-Sender: hostingweb31.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210531_015957_375852_59A2AC55 X-CRM114-Status: UNSURE ( 4.52 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This is an series of mixed improvements to the DRA7 PCI controller driver: allow building as a loadabel module, allow to get and enable a clock and a small cleanup. Luca Luca Ceresoli (4): PCI: dwc: Export more symbols to allow modular drivers PCI: dra7xx: Make it a kernel module PCI: dra7xx: Remove unused include PCI: dra7xx: Get an optional clock drivers/pci/controller/dwc/Kconfig | 6 ++--- drivers/pci/controller/dwc/pci-dra7xx.c | 22 +++++++++++++++++-- .../pci/controller/dwc/pcie-designware-ep.c | 1 + drivers/pci/controller/dwc/pcie-designware.c | 1 + 4 files changed, 25 insertions(+), 5 deletions(-) Acked-by: Kishon Vijay Abraham I Acked-by: Kishon Vijay Abraham I