Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752034AbdCIDPa (ORCPT ); Wed, 8 Mar 2017 22:15:30 -0500 Received: from mail-pg0-f43.google.com ([74.125.83.43]:36560 "EHLO mail-pg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750930AbdCIDP2 (ORCPT ); Wed, 8 Mar 2017 22:15:28 -0500 Date: Wed, 8 Mar 2017 19:15:25 -0800 From: Brian Norris To: Bjorn Helgaas Cc: linux-kernel@vger.kernel.org, Brian Norris , Shawn Lin , Jeffy Chen , Wenrui Li , linux-pci@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [RFC PATCH 3/3] WIP: PCI: rockchip: add remove() support Message-ID: <20170309031523.GA123115@google.com> References: <20170308233748.54706-1-briannorris@chromium.org> <20170308233748.54706-3-briannorris@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170308233748.54706-3-briannorris@chromium.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 421 Lines: 10 On Wed, Mar 08, 2017 at 03:37:48PM -0800, Brian Norris wrote: > I haven't quite figured out the right way to invert pci_remap_iospace(). > I guess no one supports this yet? Jeffy Chen pointed out to me that there's a pci_unmap_iospace() as of 4.8. Looks like that should probably do the job. I'll rework this and send it out sometime. The first 2 patches are still relevant though, and the first one is a bugfix. Brian