From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 13 Sep 2015 15:46:39 +0200 Subject: [U-Boot] [PATCH v2 1/3] nios2: map physical address to uncached virtual address In-Reply-To: <1442151606-10266-2-git-send-email-thomas@wytron.com.tw> References: <1442133130-11174-1-git-send-email-thomas@wytron.com.tw> <1442151606-10266-1-git-send-email-thomas@wytron.com.tw> <1442151606-10266-2-git-send-email-thomas@wytron.com.tw> Message-ID: <201509131546.40016.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday, September 13, 2015 at 03:40:04 PM, Thomas Chou wrote: > Add ioremap() to map physical address to uncached virtual > address. We need this to convert the reg address from the > device tree. > > The order of headers inclusion in interrupts.c is changed > because common.h will include board header that contains > IO_REGION_BASE. > > In the future, the IO_REGION_BASE should be decided from > the device tree. > > Signed-off-by: Thomas Chou This is good :) Acked-by: Marek Vasut Best regards, Marek Vasut