From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh R Date: Mon, 11 Jul 2016 10:09:32 +0530 Subject: [U-Boot] [RESEND PATCH v5 01/12] dm: core: implement dev_map_phsymem() In-Reply-To: References: <20160706042906.13482-1-vigneshr@ti.com> <20160706042906.13482-2-vigneshr@ti.com> Message-ID: <57832304.6090208@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 Saturday 09 July 2016 08:20 PM, Jagan Teki wrote: > On 7 July 2016 at 04:49, Simon Glass wrote: >> Hi, >> >> On 5 July 2016 at 22:28, 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. >>> >> >> nit: dev_map_physmem() in the subject > > Thanks for the nit Simon, updated the same! > Thanks for fixing this! -- Regards Vignesh