From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh R Date: Mon, 9 May 2016 09:39:16 +0530 Subject: [U-Boot] [PATCH v4] dm: core: implement dev_map_phsymem() In-Reply-To: References: <1462360772-27542-2-git-send-email-vigneshr@ti.com> <1462507105-28131-1-git-send-email-vigneshr@ti.com> <572CBC5A.4070109@ti.com> Message-ID: <57300D6C.8020005@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/06/2016 10:00 PM, Jagan Teki wrote: > On 6 May 2016 at 21:16, R, Vignesh wrote: >> >> >> On 5/6/2016 9:00 PM, Jagan Teki wrote: >>> On 6 May 2016 at 09: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. >>>> >>>> Signed-off-by: Vignesh R >>>> Suggested-by: Simon Glass >>>> Reviewed-by: Jagan Teki >>>> >>>> --- >>>> >>>> v4: Reorder include files to avoid build warning on dra7xx. >>>> >>>> drivers/core/device.c | 6 ++++++ >>>> include/dm/device.h | 9 +++++++++ >>>> 2 files changed, 15 insertions(+) >>>> >>>> diff --git a/drivers/core/device.c b/drivers/core/device.c >>>> index 1322991d6c7b..6b19b4b8c7a0 100644 >>>> --- a/drivers/core/device.c >>>> +++ b/drivers/core/device.c >>>> @@ -10,6 +10,7 @@ >>>> */ >>>> >>>> #include >>>> +#include >>> >>> I think this look same as v3 [1] please check? >> >> Yeah, v3 has the include files in correct. Please ignore this patch. >> Sorry for the spam. > > Did you test this series on top of master? Yes, this is tested on top of 2016.05-rc3 -- Regards Vignesh