From: p.paneri@samsung.com
To: linux-usb@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
balbi@ti.com, tmarri@apm.com, naushad@samsung.com,
thomas.ab@samsung.com, a.kesavan@samsung.com
Subject: [RFC][PATCH 3/5] ARM: SAMSUNG: Adding IO mapping for OTG PHY.
Date: Tue, 21 Jun 2011 12:33:45 +0530 [thread overview]
Message-ID: <1308639827-2121-4-git-send-email-p.paneri@samsung.com> (raw)
In-Reply-To: <1308639827-2121-1-git-send-email-p.paneri@samsung.com>
From: Praveen Paneri <p.paneri@samsung.com>
Adding virtual addresses for OTG PHY.
Signed-off-by: Praveen Paneri <p.paneri@samsung.com>
---
arch/arm/mach-s5p64x0/cpu.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5p64x0/cpu.c b/arch/arm/mach-s5p64x0/cpu.c
index a5c0095..8dc6f20 100644
--- a/arch/arm/mach-s5p64x0/cpu.c
+++ b/arch/arm/mach-s5p64x0/cpu.c
@@ -57,6 +57,11 @@ static struct map_desc s5p64x0_iodesc[] __initdata = {
.pfn = __phys_to_pfn(S5P64X0_PA_VIC1),
.length = SZ_16K,
.type = MT_DEVICE,
+ }, {
+ .virtual = (unsigned long)S3C_VA_USB_HSPHY,
+ .pfn = __phys_to_pfn(S5P64X0_PA_USB_HSPHY),
+ .length = SZ_1M,
+ .type = MT_DEVICE,
},
};
--
1.7.0.4
WARNING: multiple messages have this Message-ID (diff)
From: p.paneri@samsung.com (p.paneri at samsung.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC][PATCH 3/5] ARM: SAMSUNG: Adding IO mapping for OTG PHY.
Date: Tue, 21 Jun 2011 12:33:45 +0530 [thread overview]
Message-ID: <1308639827-2121-4-git-send-email-p.paneri@samsung.com> (raw)
In-Reply-To: <1308639827-2121-1-git-send-email-p.paneri@samsung.com>
From: Praveen Paneri <p.paneri@samsung.com>
Adding virtual addresses for OTG PHY.
Signed-off-by: Praveen Paneri <p.paneri@samsung.com>
---
arch/arm/mach-s5p64x0/cpu.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5p64x0/cpu.c b/arch/arm/mach-s5p64x0/cpu.c
index a5c0095..8dc6f20 100644
--- a/arch/arm/mach-s5p64x0/cpu.c
+++ b/arch/arm/mach-s5p64x0/cpu.c
@@ -57,6 +57,11 @@ static struct map_desc s5p64x0_iodesc[] __initdata = {
.pfn = __phys_to_pfn(S5P64X0_PA_VIC1),
.length = SZ_16K,
.type = MT_DEVICE,
+ }, {
+ .virtual = (unsigned long)S3C_VA_USB_HSPHY,
+ .pfn = __phys_to_pfn(S5P64X0_PA_USB_HSPHY),
+ .length = SZ_1M,
+ .type = MT_DEVICE,
},
};
--
1.7.0.4
next prev parent reply other threads:[~2011-06-21 6:59 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-21 7:03 [RFC][PATCH 0/5] USB: DWC OTG: Add dwc_otg driver for S5P6440 samsung SoC p.paneri
2011-06-21 7:03 ` p.paneri at samsung.com
2011-06-21 7:03 ` [RFC][PATCH 1/5] USB: DWC OTG: Modification in DWC OTG driver for ARM based SoCs p.paneri
2011-06-21 7:03 ` p.paneri at samsung.com
2011-06-21 9:25 ` Felipe Balbi
2011-06-21 9:25 ` Felipe Balbi
[not found] ` <1308639827-2121-1-git-send-email-p.paneri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2011-06-21 7:03 ` [RFC][PATCH 2/5] ARM: SAMSUNG: Changing the build condition of OTG platform device for samsung p.paneri-Sze3O3UU22JBDgjK7y7TUQ
2011-06-21 7:03 ` p.paneri at samsung.com
[not found] ` <1308639827-2121-3-git-send-email-p.paneri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2011-06-21 9:16 ` Felipe Balbi
2011-06-21 9:16 ` Felipe Balbi
2011-06-21 11:47 ` Sergei Shtylyov
2011-06-21 11:47 ` Sergei Shtylyov
2011-06-21 11:49 ` Felipe Balbi
2011-06-21 11:49 ` Felipe Balbi
[not found] ` <20110621114940.GB2531-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-06-21 12:00 ` Sergei Shtylyov
2011-06-21 12:00 ` Sergei Shtylyov
2011-06-21 7:03 ` p.paneri [this message]
2011-06-21 7:03 ` [RFC][PATCH 3/5] ARM: SAMSUNG: Adding IO mapping for OTG PHY p.paneri at samsung.com
[not found] ` <1308639827-2121-4-git-send-email-p.paneri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2011-06-21 11:18 ` Banajit Goswami
2011-06-21 11:18 ` Banajit Goswami
2011-06-21 12:15 ` Praveen Paneri
2011-06-21 12:15 ` Praveen Paneri
2011-06-21 7:03 ` [RFC][PATCH 4/5] ARM: S5P64x0: Adding OTG PHY control code p.paneri
2011-06-21 7:03 ` p.paneri at samsung.com
[not found] ` <1308639827-2121-5-git-send-email-p.paneri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2011-06-21 9:31 ` Felipe Balbi
2011-06-21 9:31 ` Felipe Balbi
2011-06-21 9:36 ` Russell King - ARM Linux
2011-06-21 9:36 ` Russell King - ARM Linux
2011-06-22 4:18 ` Kyungmin Park
2011-06-22 4:18 ` Kyungmin Park
2011-06-21 7:03 ` [RFC][PATCH 5/5] ARM: S5P64x0: Adding OTG device for smdk6440 p.paneri
2011-06-21 7:03 ` p.paneri at samsung.com
2011-06-21 9:45 ` [RFC][PATCH 0/5] USB: DWC OTG: Add dwc_otg driver for S5P6440 samsung SoC Marek Szyprowski
2011-06-21 9:45 ` Marek Szyprowski
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=1308639827-2121-4-git-send-email-p.paneri@samsung.com \
--to=p.paneri@samsung.com \
--cc=a.kesavan@samsung.com \
--cc=balbi@ti.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=naushad@samsung.com \
--cc=thomas.ab@samsung.com \
--cc=tmarri@apm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.