[PATCH] ARM: EXYNOS: PD: Fix duplicate variable

2012-05-09 Thread Sangwook Lee
struct generic_pm_domain already has a field for name. Use that field instead of creating another field in struct exynos_pm_domain Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/mach-exynos/pm_domains.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff

[PATCH] usb: gadget: s3c-hsotg: fix kernel panic

2012-03-16 Thread Sangwook Lee
Majewski's patches: [PATCH 0/9] USB: s3c-hsotg: USB S3C-HSOTG driver fixes and code cleanu in order to test g_mass_storage in Origen board: Signed-off-by: Sangwook Lee sangwook@linaro.org --- drivers/usb/gadget/s3c-hsotg.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions

[PATCH 0/2] add ehci-s5p AHB burst function

2012-02-29 Thread Sangwook Lee
=root_hub, Driver=exynos-ohci/3p, 12M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=s5p-ehci/3p, 480M |__ Port 1: Dev 2, If 0, Class=vend., Driver=MOSCHIP usb-ethernet driver, 480M Sangwook Lee (2): ARM: EXYNOS: Add EHCI AHB burst function USB: ehci-s5p: add function for burst arch/arm

[PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Sangwook Lee
Enable burst transfer from AHB for EHCI. This fixes data transfer of USB Ethernet with EHCI. Without this patch, scp hardly works. Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/mach-exynos/setup-usb-phy.c |6 ++ arch/arm/plat-samsung/devs.c |2

[PATCH 2/2] USB: ehci-s5p: add function for burst

2012-02-29 Thread Sangwook Lee
Add platform specific function for EHCI burst function Signed-off-by: Sangwook Lee sangwook@linaro.org --- drivers/usb/host/ehci-s5p.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/usb/host/ehci-s5p.c b/drivers/usb/host/ehci-s5p.c index 293f741..c5eb0ce

Re: [PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Sangwook Lee
definitions. Also, comment will be modified properly. Thank you. Best regards, Jingoo Han. -Original Message- From: Sangwook Lee [mailto:sangwook@linaro.org] Sent: Wednesday, February 29, 2012 9:41 PM To: linux-samsung-soc@vger.kernel.org; linux-...@vger.kernel.org; linux-arm-ker

Re: [PATCH 1/2] ARM: EXYNOS: Add EHCI AHB burst function

2012-02-29 Thread Sangwook Lee
On 29/02/12 13:01, Thomas Abraham wrote: Hi Sangwook, On 29 February 2012 18:11, Sangwook Leesangwook@linaro.org wrote: Enable burst transfer from AHB for EHCI. This fixes data transfer of USB Ethernet with EHCI. Without this patch, scp hardly works. Signed-off-by: Sangwook

[PATCH v2] ARM: EXYNOS: Add WLAN init on ORIGEN

2012-02-27 Thread Sangwook Lee
Add WLAN init code on Origen for both hw2.1.1 and hw2.0 in AR6003 Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/mach-exynos/mach-origen.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm

Re: [PATCH] ARM: EXYNOS: Add WLAN init on ORIGEN

2012-02-21 Thread Sangwook Lee
On 16 February 2012 20:13, Sylwester Nawrocki snj...@gmail.com wrote: Hi Sangwook, On 02/16/2012 03:55 PM, Sangwook Lee wrote: Add WLAN init code on Origen for both hw2.1.1 and hw2.0 in AR6003 Signed-off-by: Sangwook Leesangwook@linaro.org ---  arch/arm/mach-exynos/mach-origen.c

[PATCH] ARM: EXYNOS: Add WLAN init on ORIGEN

2012-02-16 Thread Sangwook Lee
Add WLAN init code on Origen for both hw2.1.1 and hw2.0 in AR6003 Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/mach-exynos/mach-origen.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch

[PATCH v2 1/2] ARM: SAMSUNG: Add pm_caps into platform data

2011-11-16 Thread Sangwook Lee
Add pm_caps into platform_data. This is power management, usually for SDIO device such as SDIO WLAN. Signed-off-by: Sangwook Lee sangwook@samsung.com --- arch/arm/plat-samsung/include/plat/sdhci.h |2 ++ arch/arm/plat-samsung/platformdata.c |2 ++ 2 files changed, 4 insertions

[PATCH 2/2] mmc: sdhci-s3c: Add pm_caps into SD/MMC host

2011-11-07 Thread Sangwook Lee
sdhci-s3c updates pm_caps from platform data for SDIO PM. Signed-off-by: Sangwook Lee sangwook@samsung.com --- drivers/mmc/host/sdhci-s3c.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index fe886d6

[PATCH] ARM: EXYNOS4: Enable Bluetooth on ORIGEN

2011-10-26 Thread Sangwook Lee
This patch enables Bluetooth support on ORIGEN board. Signed-off-by: Sangwook sangwook@linaro.org --- arch/arm/mach-exynos4/mach-origen.c | 32 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/mach-origen.c

[PATCH] ARM:EXYNOS4:Fix Samsung Power Domain

2011-07-27 Thread Sangwook Lee
with both Origen and SMDK Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/plat-samsung/pd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-samsung/pd.c b/arch/arm/plat-samsung/pd.c index efe1d56..5ffc737 100644 --- a/arch/arm/plat-samsung/pd.c

[PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse [re-submit]

2011-07-11 Thread Sangwook Lee
-samsung/include/plat/s3c-dma-pl330.h arch/arm/mach-s3c2410/include/mach/dma.h So all arguments should be of type 'enum dma_ch' Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/mach-s3c64xx/dma.c | 14 +++--- arch/arm/plat-s3c24xx/dma.c | 12

Re: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse

2011-07-06 Thread Sangwook Lee
I can reproduce this errors and let me see how to fix those. On 6 July 2011 07:08, Kukjin Kim kgene@samsung.com wrote: Kukjin Kim wrote: Sangwook Lee wrote: Function declaration differs between file:s3c-pl330.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error

Re: [PATCH 5/7] ARM: EXYNOS4: Use generic DMA PL330 driver

2011-07-05 Thread Sangwook Lee
@@ -47,6 +47,11 @@ static struct clk clk_sclk_usbphy1 = {        .id             = -1,  }; +static struct clk dummy_apb_pclk = { +       .name           = apb_pclk, +       .id             = -1, +}; + What is the need to creating dummy_apb_pclk ? I guess this is right, because amba

[PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse

2011-06-30 Thread Sangwook Lee
Function declaration differs between file:s3c-pl330.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error messages Signed-off-by: Sangwook Lee sangwook@linaro.org --- arch/arm/plat-samsung/include/plat/dma.h | 16 1 files changed, 8 insertions(+), 8 deletions