From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh R Date: Mon, 16 May 2016 14:48:33 +0530 Subject: [U-Boot] [PATCH v3 01/12] dm: core: implement dev_map_phsymem() In-Reply-To: References: <1462360772-27542-1-git-send-email-vigneshr@ti.com> <1462360772-27542-2-git-send-email-vigneshr@ti.com> Message-ID: <57399069.40609@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/15/2016 01:04 AM, Simon Glass wrote: > Hi, > > On 4 May 2016 at 05:19, Vignesh R wrote: >> This API helps to map physical register addresss pace of device to >> virtual address space easily. Its just a wrapper around map_physmem() >> with MAP_NOCACHE flag. >> >> Signed-off-by: Vignesh R >> Suggested-by: Simon Glass >> --- >> >> v3: Explicitly include header file > > A few nits, sorry this review is late. Posted a v5 in reply to this thread. -- Regards Vignesh