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 EEEF9C433EF for ; Thu, 6 Jan 2022 13:39:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239616AbiAFNi6 (ORCPT ); Thu, 6 Jan 2022 08:38:58 -0500 Received: from foss.arm.com ([217.140.110.172]:54480 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230323AbiAFNi5 (ORCPT ); Thu, 6 Jan 2022 08:38:57 -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 F11BA12FC; Thu, 6 Jan 2022 05:38:56 -0800 (PST) Received: from e123427-lin.Home (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 30C333F5A1; Thu, 6 Jan 2022 05:38:54 -0800 (PST) From: Lorenzo Pieralisi To: =?UTF-8?q?Jan=20Kundr=C3=A1t?= , Arnd Bergmann , =?UTF-8?q?Marek=20Beh=C3=BAn?= , Nathan Chancellor , =?UTF-8?q?Pali=20Roh=C3=A1r?= , Rob Herring , Thomas Petazzoni , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Bjorn Helgaas , Chris Packham Cc: Lorenzo Pieralisi , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH 0/2] PCI: mvebu: Add support for unbinding and unloading driver Date: Thu, 6 Jan 2022 13:38:45 +0000 Message-Id: <164147629708.11320.5014072725666944970.b4-ty@arm.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20211126144307.7568-1-pali@kernel.org> References: <20211126144307.7568-1-pali@kernel.org> 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 Fri, 26 Nov 2021 15:43:05 +0100, Pali Rohár wrote: > This patch series add support for unbinding device from pci-mvebu driver, > allow to compile pci-mvebu.c as kernel module pci-mvebu.ko and allow to > rmmod this module. > > This patch series depends on another patch series which converts > pci-mvebu.c driver to use devm_pci_remap_iospace() function: > > [...] Applied to pci/mvebu, thanks! [1/2] bus: mvebu-mbus: Export symbols for public API window functions https://git.kernel.org/lpieralisi/pci/c/859186e238 [2/2] PCI: mvebu: Add support for compiling driver as module https://git.kernel.org/lpieralisi/pci/c/0746ae1be1 Thanks, Lorenzo