Re: [PATCH 08/21] x86: Clean up ioremap()

2019-10-30 Thread Thomas Gleixner
On Tue, 29 Oct 2019, Christoph Hellwig wrote: > Use ioremap() as the main implemented function, and defines > ioremap_nocache() as a deprecated alias of ioremap() in > preparation of removing ioremap_nocache() entirely. > > Signed-off-by: Christoph Hellwig Reviewed-by: Thomas Gleixner ___

[PATCH 08/21] x86: Clean up ioremap()

2019-10-28 Thread Christoph Hellwig
Use ioremap() as the main implemented function, and defines ioremap_nocache() as a deprecated alias of ioremap() in preparation of removing ioremap_nocache() entirely. Signed-off-by: Christoph Hellwig --- arch/x86/include/asm/io.h | 8 ++-- arch/x86/mm/ioremap.c | 8 arch/x86/mm

Re: [PATCH 08/21] x86: clean up ioremap

2019-10-28 Thread Christoph Hellwig
On Mon, Oct 21, 2019 at 10:23:03AM +0200, Thomas Gleixner wrote: > Should this go with your larger series or can this be picked up > independently? This should all go together. ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://li

Re: [PATCH 08/21] x86: clean up ioremap

2019-10-21 Thread Thomas Gleixner
On Thu, 17 Oct 2019, Christoph Hellwig wrote: Please change the subject to: x86/mm: Cleanup ioremap() > Use ioremap as the main implemented function, and defined ioremap() please s/defined/define/ > ioremap_nocache to it as a deprecated alias. ioremap_nocache() as a deprecated alias o

[PATCH 08/21] x86: clean up ioremap

2019-10-17 Thread Christoph Hellwig
Use ioremap as the main implemented function, and defined ioremap_nocache to it as a deprecated alias. Signed-off-by: Christoph Hellwig --- arch/x86/include/asm/io.h | 8 ++-- arch/x86/mm/ioremap.c | 8 arch/x86/mm/pageattr.c| 4 ++-- 3 files changed, 8 insertions(+), 12 del