From: Vignesh R <vigneshr@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4] dm: core: implement dev_map_phsymem()
Date: Mon, 9 May 2016 09:39:16 +0530 [thread overview]
Message-ID: <57300D6C.8020005@ti.com> (raw)
In-Reply-To: <CAD6G_RRwZu9f3AW5-uhhAJLk5B7ehAjcdQn2ygF65LmStR1XCA@mail.gmail.com>
On 05/06/2016 10:00 PM, Jagan Teki wrote:
> On 6 May 2016 at 21:16, R, Vignesh <vigneshr@ti.com> wrote:
>>
>>
>> On 5/6/2016 9:00 PM, Jagan Teki wrote:
>>> On 6 May 2016 at 09:28, Vignesh R <vigneshr@ti.com> 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 <vigneshr@ti.com>
>>>> Suggested-by: Simon Glass <sjg@chromium.org>
>>>> Reviewed-by: Jagan Teki <jteki@openedev.com>
>>>>
>>>> ---
>>>>
>>>> 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 <common.h>
>>>> +#include <asm/io.h>
>>>
>>> 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
next prev parent reply other threads:[~2016-05-09 4:09 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-04 11:19 [U-Boot] [PATCH v3 00/12] Convert davinci_spi to DM Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 01/12] dm: core: implement dev_map_phsymem() Vignesh R
2016-05-05 17:44 ` Jagan Teki
2016-05-06 3:58 ` [U-Boot] [PATCH v4] " Vignesh R
2016-05-06 15:30 ` Jagan Teki
2016-05-06 15:46 ` R, Vignesh
2016-05-06 16:30 ` Jagan Teki
2016-05-09 4:09 ` Vignesh R [this message]
2016-05-14 19:34 ` [U-Boot] [PATCH v3 01/12] " Simon Glass
2016-05-16 9:18 ` Vignesh R
2016-05-16 9:16 ` [U-Boot] [PATCH v5] dm: core: implement dev_map_physmem() Vignesh R
2016-05-19 4:02 ` Simon Glass
2016-05-04 11:19 ` [U-Boot] [PATCH v3 02/12] spi: davinci_spi: Convert to driver to adapt to DM Vignesh R
2016-05-06 17:49 ` Tom Rini
2016-05-16 9:38 ` [U-Boot] [PATCH v4 " Vignesh R
2016-05-20 15:23 ` Simon Glass
2016-05-20 5:01 ` [U-Boot] [PATCH v5 " Vignesh R
2016-05-20 15:24 ` Simon Glass
2016-05-24 4:26 ` Vignesh R
2016-05-24 4:24 ` [U-Boot] [PATCH v6 " Vignesh R
2016-06-16 10:42 ` Vignesh R
2016-06-16 23:29 ` Simon Glass
2016-05-04 11:19 ` [U-Boot] [PATCH v3 03/12] keystone2: spi: do not define DM_SPI and DM_SPI_FLASH for SPL build Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 04/12] ARM: dts: keystone2: add SPI aliases for davinci SPI nodes Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 05/12] ARM: dts: k2hk: Enable Davinci SPI controller Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 06/12] defconfig: k2hk_evm_defconfig: enable SPI driver model Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 07/12] ARM: dts: k2e: Enable Davinci SPI controller Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 08/12] defconfig: k2e_evm_defconfig: enable SPI driver model Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 09/12] ARM: dts: k2l: Enable Davinci SPI controller Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 10/12] defconfig: k2l_evm_defconfig: enable SPI driver model Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 11/12] ARM: dts: k2g: add support for Davinci SPI controller Vignesh R
2016-05-04 11:19 ` [U-Boot] [PATCH v3 12/12] defconfig: k2g_evm_defconfig: enable SPI driver model Vignesh R
2016-05-05 18:02 ` [U-Boot] [PATCH v3 00/12] Convert davinci_spi to DM Jagan Teki
2016-06-01 13:43 ` Vignesh R
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57300D6C.8020005@ti.com \
--to=vigneshr@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox