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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC710C433F5 for ; Mon, 16 May 2022 22:47:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348852AbiEPWr5 (ORCPT ); Mon, 16 May 2022 18:47:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348781AbiEPWrz (ORCPT ); Mon, 16 May 2022 18:47:55 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C63644130C for ; Mon, 16 May 2022 15:47:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3DBCDB81699 for ; Mon, 16 May 2022 22:47:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70BE3C385AA; Mon, 16 May 2022 22:47:50 +0000 (UTC) Date: Mon, 16 May 2022 23:47:46 +0100 From: Catalin Marinas To: Kefeng Wang Cc: will@kernel.org, akpm@linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, hch@infradead.org, arnd@arndb.de Subject: Re: [PATCH v2 resend 4/5] arm64: mm: Convert to GENERIC_IOREMAP Message-ID: References: <20220429103225.75121-5-wangkefeng.wang@huawei.com> <20220502032751.21503-1-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220502032751.21503-1-wangkefeng.wang@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 02, 2022 at 11:27:51AM +0800, Kefeng Wang wrote: > Add hook for arm64's special operation when ioremap() and iounmap(), > then ioremap_wc/np/cache is converted to use ioremap_prot() > from GENERIC_IOREMAP, update the Copyright and kill the unused > inclusions. > > Signed-off-by: Kefeng Wang Acked-by: Catalin Marinas