From: Christoph Hellwig <hch@lst.de> To: Linus Torvalds <torvalds@linux-foundation.org>, Paul Burton <paulburton@kernel.org>, James Hogan <jhogan@kernel.org> Cc: Arnd Bergmann <arnd@arndb.de>, linux-mips@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: RFC: kill off ioremap_nocache Date: Mon, 9 Dec 2019 14:58:20 +0100 [thread overview] Message-ID: <20191209135823.28465-1-hch@lst.de> (raw) Hi all, with the ioremap changes that did land in 5.5-rc1 ioremap_nocache is now equal to ioremap for all architectures. For most architectures including the common one this has been the case for about 20 years, but we had a few holdouts. That means ioremap_nocache is entirely superflous now and can be killed off. This series has one big scripted patch to do just that after a little prep patch to fix up the not entirely obvious mips definition. Let me know what you think and if this is something acceptable for just after -rc1.
next reply other threads:[~2019-12-09 13:58 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-12-09 13:58 Christoph Hellwig [this message] 2019-12-09 13:58 ` [PATCH 1/2] MIPS: define ioremap_nocache to ioremap Christoph Hellwig 2019-12-09 18:46 ` Paul Burton [not found] ` <20191209135823.28465-3-hch@lst.de> 2019-12-09 15:58 ` [PATCH 2/2] remove ioremap_nocache and devm_ioremap_nocache Arnd Bergmann 2019-12-09 18:48 ` RFC: kill off ioremap_nocache Linus Torvalds 2019-12-09 19:48 ` Christoph Hellwig 2019-12-17 18:35 ` Christoph Hellwig
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20191209135823.28465-1-hch@lst.de \ --to=hch@lst.de \ --cc=arnd@arndb.de \ --cc=jhogan@kernel.org \ --cc=linux-arch@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mips@vger.kernel.org \ --cc=paulburton@kernel.org \ --cc=torvalds@linux-foundation.org \ --subject='Re: RFC: kill off ioremap_nocache' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).