From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Fri, 15 Sep 2017 09:36:29 +0200 Subject: [U-Boot] [PATCH v2 10/13] mips: Use asm-generic/io.h In-Reply-To: <20170914220513.9359-11-paul.burton@imgtec.com> References: <20170914220513.9359-1-paul.burton@imgtec.com> <20170914220513.9359-11-paul.burton@imgtec.com> Message-ID: <472b7784-9301-e5e2-57f0-9f89b006bfd9@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 15.09.2017 um 00:05 schrieb Paul Burton: > Convert the mips architecture to make use of the new asm-generic/io.h to > provide address mapping functions. As mips actually performs > non-identity mapping between physical & virtual addresses we can't > simply make use of the generic functions, with the exception of being > able to drop our no-op unmap_physmem() and definitions of unused map > flags. > > Signed-off-by: Paul Burton > Cc: Daniel Schwierzeck Reviewed-by: Daniel Schwierzeck Acked-by: Daniel Schwierzeck -- - Daniel