From mboxrd@z Thu Jan 1 00:00:00 1970 From: will@kernel.org (Will Deacon) Date: Sat, 31 Aug 2019 17:29:38 +0100 Subject: [PATCH 19/26] arm64: remove __iounmap In-Reply-To: <20190830160515.GC26887@lst.de> References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-20-hch@lst.de> <20190819073601.4yxjvmyjtpi7tk56@willie-the-truck> <20190830160515.GC26887@lst.de> List-ID: Message-ID: <20190831162937.5ybulvaa4eq7mybs@willie-the-truck> To: linux-snps-arc@lists.infradead.org Hi Christoph, On Fri, Aug 30, 2019@06:05:15PM +0200, Christoph Hellwig wrote: > On Mon, Aug 19, 2019@08:36:02AM +0100, Will Deacon wrote: > > On Sat, Aug 17, 2019@09:32:46AM +0200, Christoph Hellwig wrote: > > > No need to indirect iounmap for arm64. > > > > > > Signed-off-by: Christoph Hellwig > > > --- > > > arch/arm64/include/asm/io.h | 3 +-- > > > arch/arm64/mm/ioremap.c | 4 ++-- > > > 2 files changed, 3 insertions(+), 4 deletions(-) > > > > Not sure why we did it like this... > > > > Acked-by: Will Deacon > > Can you just pick this one up through the arm64 tree for 5.4? Unfortunately, it doesn't apply because the tree you've based it on has removed ioremap_wt(). If you send a version based on mainline, I can queue it. Cheers, Will