Re: [PATCH 2/6] ARM: SAMSUNG: Fix memory size for hsotg

2012-03-07 Thread Tushar Behera
On 03/01/2012 10:10 AM, Kukjin Kim wrote:
 Lukasz Majewski wrote:

 From: Joonyoung Shim jy0922.s...@samsung.com

 The device link core registers for hsotg is base + h ~ base +
 11000h.

 Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com
 Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com
 [Rebased on the newest git/kgene/linux-samsung #for-next]
 Signed-off-by: Lukasz Majewski l.majew...@samsung.com
 ---
  arch/arm/plat-samsung/devs.c |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

 diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c
 index 21168ea..7ca0875 100644
 --- a/arch/arm/plat-samsung/devs.c
 +++ b/arch/arm/plat-samsung/devs.c
 @@ -1436,7 +1436,7 @@ void __init s5p_ehci_set_platdata(struct
 s5p_ehci_platdata *pd)

  #ifdef CONFIG_S3C_DEV_USB_HSOTG
  static struct resource s3c_usb_hsotg_resources[] = {
 -[0] = DEFINE_RES_MEM(S3C_PA_USB_HSOTG, SZ_16K),
 +[0] = DEFINE_RES_MEM(S3C_PA_USB_HSOTG, SZ_128K),
  [1] = DEFINE_RES_IRQ(IRQ_OTG),

As defined in arch/arm/mach-exynos/include/mach/irqs.h, should the IRQ
resource be DEFINE_RES_IRQ(IRQ_USB_HSOTG)?

  };

 --
 1.7.2.3
 
 OK, will apply.
 Thanks.
 
 Best regards,
 Kgene.
 --
 Kukjin Kim kgene@samsung.com, Senior Engineer,
 SW Solution Development Team, Samsung Electronics Co., Ltd.
 
 --
 To unsubscribe from this list: send the line unsubscribe linux-samsung-soc 
 in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html


-- 
Tushar Behera
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH 2/6] ARM: SAMSUNG: Fix memory size for hsotg

2012-02-29 Thread Kukjin Kim
Lukasz Majewski wrote:
 
 From: Joonyoung Shim jy0922.s...@samsung.com
 
 The device link core registers for hsotg is base + h ~ base +
 11000h.
 
 Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com
 Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com
 [Rebased on the newest git/kgene/linux-samsung #for-next]
 Signed-off-by: Lukasz Majewski l.majew...@samsung.com
 ---
  arch/arm/plat-samsung/devs.c |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c
 index 21168ea..7ca0875 100644
 --- a/arch/arm/plat-samsung/devs.c
 +++ b/arch/arm/plat-samsung/devs.c
 @@ -1436,7 +1436,7 @@ void __init s5p_ehci_set_platdata(struct
 s5p_ehci_platdata *pd)
 
  #ifdef CONFIG_S3C_DEV_USB_HSOTG
  static struct resource s3c_usb_hsotg_resources[] = {
 - [0] = DEFINE_RES_MEM(S3C_PA_USB_HSOTG, SZ_16K),
 + [0] = DEFINE_RES_MEM(S3C_PA_USB_HSOTG, SZ_128K),
   [1] = DEFINE_RES_IRQ(IRQ_OTG),
  };
 
 --
 1.7.2.3

OK, will apply.
Thanks.

Best regards,
Kgene.
--
Kukjin Kim kgene@samsung.com, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 2/6] ARM: SAMSUNG: Fix memory size for hsotg

2012-02-10 Thread Lukasz Majewski
From: Joonyoung Shim jy0922.s...@samsung.com

The device link core registers for hsotg is base + h ~ base +
11000h.

Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com
Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com
[Rebased on the newest git/kgene/linux-samsung #for-next]
Signed-off-by: Lukasz Majewski l.majew...@samsung.com
---
 arch/arm/plat-samsung/devs.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c
index 21168ea..7ca0875 100644
--- a/arch/arm/plat-samsung/devs.c
+++ b/arch/arm/plat-samsung/devs.c
@@ -1436,7 +1436,7 @@ void __init s5p_ehci_set_platdata(struct 
s5p_ehci_platdata *pd)
 
 #ifdef CONFIG_S3C_DEV_USB_HSOTG
 static struct resource s3c_usb_hsotg_resources[] = {
-   [0] = DEFINE_RES_MEM(S3C_PA_USB_HSOTG, SZ_16K),
+   [0] = DEFINE_RES_MEM(S3C_PA_USB_HSOTG, SZ_128K),
[1] = DEFINE_RES_IRQ(IRQ_OTG),
 };
 
-- 
1.7.2.3

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html