From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 14 Oct 2015 10:23:13 +0200 Subject: [RFC] arm64: ioremap: add ioremap_cache macro In-Reply-To: <2731BCF2-D0C0-4B77-A59F-FF3AB2A725D6@gmail.com> References: <1444616898-5057-1-git-send-email-yalin.wang2010@gmail.com> <20151013152011.GE11573@e104818-lin.cambridge.arm.com> <2731BCF2-D0C0-4B77-A59F-FF3AB2A725D6@gmail.com> Message-ID: <5136228.H5nKeesgmE@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 14 October 2015 10:41:26 yalin wang wrote: > > On Oct 13, 2015, at 23:20, Catalin Marinas wrote: > >> I'm not sure we want this. See: > >> > >> https://lkml.org/lkml/2015/10/9/699 > > > > Thanks Will and Arnd, I missed this. Patch reverted. > > > i don?t understand why conflict with Dan Williams? patch. > Dan Williams ?s patch also define ioremap_cache for arch ia64 & arch sh & arch xtensa , > i see this : > # git show 92281dee825f > am i miss something? I meant the new series, see https://lkml.org/lkml/2015/10/9/716 for the patch that removes it again. Arnd