Re: Linaro Website Contact

2012-09-19 Thread Sangwook Lee
Hi JunrongYe, [snip] I have installed the pre-built image of ubuntu 12.08 on my OrigenBoard. At the first I download the firmware-linux and copy the folder /ath6k/AR6003/hw2.1.1 to the folder /etc/firmware/ on my board.Then the wifi can work well.But now the wifi does not work.And it can

Re: [RFC PATCH v7] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-13 Thread Sangwook Lee
those remarks are correct, but please let me know if I'm missing something. See below. On 09/12/2012 01:26 PM, Sangwook Lee wrote: +static int s5k4ecgx_s_power(struct v4l2_subdev *sd, int on) +{ + struct s5k4ecgx *priv = to_s5k4ecgx(sd); + int ret; + + v4l2_dbg(1, debug, sd

[RFC PATCH v8] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-13 Thread Sangwook Lee
/brightness/sharpness Signed-off-by: Sangwook Lee sangwook@linaro.org Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com Cc: Francesco Lavra francescolavra...@gmail.com Cc: Scott Bambrough scott.bambro...@linaro.org Cc: Homin Lee suap...@insignal.co.kr --- Changes since v7: - added gpio free

[RFC PATCH v7] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-12 Thread Sangwook Lee
/brightness/sharpness Signed-off-by: Sangwook Lee sangwook@linaro.org Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com Cc: Francesco Lavra francescolavra...@gmail.com CC: Scott Bambrough scott.bambro...@linaro.org Cc: Homin Lee suap...@insignal.co.kr --- Changes since v6: - fix alignment

Re: [RFC PATCH v6] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-11 Thread Sangwook Lee
Hi Francesco Thanks for your advice. @ Sylwester Thanks for your nice patch, and I will squash and then send it again. Thanks Sangwook On 10 September 2012 21:29, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 09/10/2012 08:52 PM, Francesco Lavra wrote: On 09/10/2012 05:04 PM,

Re: [RFC PATCH v5] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-06 Thread Sangwook Lee
Hi Sylwester Thank you for the review again. On 5 September 2012 22:56, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Sangwook, On 09/05/2012 02:28 PM, Sangwook Lee wrote: [snip] +#includelinux/vmalloc.h What do we need this header for ? Ok, let me delete

[RFC PATCH v6] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-06 Thread Sangwook Lee
/brightness/sharpness Signed-off-by: Sangwook Lee sangwook@linaro.org Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- Changes since v5: - deleted dummy lines - fixed pointer errors in handling firmware - updated comments - added le32_to_cpu,le16_to_cpu Changes since v4: - replaced

[RFC PATCH v5] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-05 Thread Sangwook Lee
/brightness/sharpness Signed-off-by: Sangwook Lee sangwook@linaro.org Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Scott Bambrough scott.bambro...@linaro.org --- Changes since v4: - replaced register tables with the function from Sylwester - updated firmware parsing function with CRC32 check

Re: [PATH v3 0/2] Add v4l2 subdev driver for S5K4ECGX sensor with embedded SoC ISP

2012-08-20 Thread Sangwook Lee
Hi Sylwester On 19 August 2012 22:29, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Sangwook, On 08/03/2012 04:24 PM, Sangwook Lee wrote: I was thinking about this, but this seems to be is a bit time-consuming because I have to do this just due to lack of s5k4ecgx hardware

Re: [PATH v3 0/2] Add v4l2 subdev driver for S5K4ECGX sensor with embedded SoC ISP

2012-08-20 Thread Sangwook Lee
Hi Sylwester On 20 August 2012 09:12, Sangwook Lee sangwook@linaro.org wrote: Hi Sylwester On 19 August 2012 22:29, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Sangwook, On 08/03/2012 04:24 PM, Sangwook Lee wrote: I was thinking about this, but this seems to be is a bit

Re: [PATH v3 0/2] Add v4l2 subdev driver for S5K4ECGX sensor with embedded SoC ISP

2012-08-20 Thread Sangwook Lee
Hi Sylwester On 20 August 2012 12:33, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Sangwook, [snip] registers definitions. Attached patch should correct this, sorry about this oversight. Let me know if there are still any issues. To make sure the I2C write sequences are correct

[PATCH v4 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-08-10 Thread Sangwook Lee
This driver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported: contrast/saturation/brightness/sharpness Signed-off-by: Sangwook Lee sangwook@linaro.org --- drivers/media/video/Kconfig|8

Re: [PATCH v4 0/2] Add v4l2 subdev driver for S5K4ECGX sensor with embedded SoC ISP

2012-08-10 Thread Sangwook Lee
Ccing Sylwester. On 10 August 2012 15:14, Sangwook Lee sangwook@linaro.org wrote: The following 2 patches add driver for S5K4ECGX sensor with embedded ISP SoC, and minor v4l2 control API enhancement. S5K4ECGX is 5M CMOS Image sensor from Samsung Changes since v3: - used

Re: [PATH v3 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-08-06 Thread Sangwook Lee
Hi Sylwester On 2 August 2012 22:18, Sylwester Nawrocki sylvester.nawro...@gmail.comwrote: On 08/02/2012 03:42 PM, Sangwook Lee wrote: This driver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls

Re: [PATH v3 0/2] Add v4l2 subdev driver for S5K4ECGX sensor with embedded SoC ISP

2012-08-03 Thread Sangwook Lee
Hi Sylwester Thank you for the review. On 2 August 2012 21:11, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Sangwook, On 08/02/2012 03:42 PM, Sangwook Lee wrote: The following 2 patches add driver for S5K4ECGX sensor with embedded ISP SoC, and minor v4l2 control API

Re: [PATH v3 1/2] v4l: Add factory register values form S5K4ECGX sensor

2012-08-03 Thread Sangwook Lee
Hi Sylwester On 2 August 2012 21:50, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 08/02/2012 03:42 PM, Sangwook Lee wrote: Add factory default settings for S5K4ECGX sensor registers, which was copied from the reference code of Samsung S.LSI. Signed-off-by: Sangwook Leesangwook

[PATH v3 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-08-02 Thread Sangwook Lee
This driver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported: contrast/saturation/brightness/sharpness Signed-off-by: Sangwook Lee sangwook@linaro.org --- drivers/media/video/Kconfig|8

[PATH v3 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-08-02 Thread Sangwook Lee
This driver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported: contrast/saturation/brightness/sharpness Signed-off-by: Sangwook Lee sangwook@linaro.org --- drivers/media/video/Kconfig|8

Re: [PATCH v2 1/2] v4l: Add factory register values form S5K4ECGX sensor

2012-07-20 Thread Sangwook Lee
Hi Sylwester Thank for the review. On 19 July 2012 20:40, Sylwester Nawrocki sylvester.nawro...@gmail.comwrote: Hi Sangwook, On 07/19/2012 02:14 PM, Sangwook Lee wrote: Add factory default settings for S5K4ECGX sensor registers. I copied them from the reference code of Samsung S.LSI

Re: [PATCH v2 1/2] v4l: Add factory register values form S5K4ECGX sensor

2012-07-20 Thread Sangwook Lee
Opps, the previous email has a HTML part, so resending. Hi Sylwester Thank for the review. On 19 July 2012 20:40, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Sangwook, On 07/19/2012 02:14 PM, Sangwook Lee wrote: Add factory default settings for S5K4ECGX sensor registers

Re: [PATCH v2 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-07-20 Thread Sangwook Lee
Hi Sylwester Thank you for the great review! On 19 July 2012 22:40, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Sangwook, A few review comments for you below... On 07/19/2012 02:14 PM, Sangwook Lee wrote: This dirver implements preview mode of the S5K4ECGX sensor. dirver

[PATCH 0/2] Add v4l2 subdev driver for S5K4ECGX sensor with embedded SoC ISP

2012-07-17 Thread Sangwook Lee
The following 2 patches add driver for S5K4ECGX sensor with embedded ISP SoC, and minor v4l2 control API enhancement. S5K4ECGX is 5M CMOS Image sensor from Samsung. Currenlty ony preview mode is supported. (no capture mode/face detection) Sangwook Lee (2): v4l: Add factory register values

Re: How can I contribute to android-ucm project?

2012-06-28 Thread Sangwook Lee
+Usman, Tushar who are in charge of Origen project On 28 June 2012 10:29, Claude Youn cla...@insignal.co.kr wrote: Dear Mr Kurt Taylor, Hello, I'm Claude Youn, work for InSignal, she made Origen board. I'm so interest your project 'android-ucm', because I have a role on sound of Origen

Re: New Gator version ready for Linaro kernels / Mali

2012-05-17 Thread Sangwook Lee
On 17 May 2012 08:37, Jon Medhurst (Tixy) t...@linaro.org wrote: On Thu, 2012-05-17 at 07:42 +0800, Andy Green wrote: Just curious... how many LTs have Mali stuff? If it's more than one, we should perhaps be talking about moving it to linux-linaro-core-tracking. We have two teams with

[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

Re: Linaro 12.04 3.4-rc1 based androidization branch is available

2012-04-13 Thread Sangwook Lee
Hi John On 11/04/12 20:19, John Stultz wrote: On 04/09/2012 03:18 PM, John Stultz wrote: I went ahead and forward ported the AOSP-3.3 tree to 3.4-rc1. You can grab it here: git://git.linaro.org/people/jstultz/android.git linaro-android-3.4-jstultz-rebase Sigh. Looks like the Google devs are

Re: Linaro 12.04 3.4-rc1 based androidization branch is available

2012-04-13 Thread Sangwook Lee
On 13 April 2012 12:01, Tushar Behera tushar.beh...@linaro.org wrote: On 04/13/2012 04:19 PM, Tushar Behera wrote: On 04/13/2012 02:48 PM, Sangwook Lee wrote: Hi John On 11/04/12 20:19, John Stultz wrote: On 04/09/2012 03:18 PM, John Stultz wrote: I went ahead and forward ported

Re: Slow/broken USB and Ethernet on Snowballs/Origen boards?

2012-03-16 Thread Sangwook Lee
On 16 March 2012 04:14, Sachin Kamat sachin.ka...@linaro.org wrote: Hi, On 15/03/2012, Mans Rullgard mans.rullg...@linaro.org wrote: On 14 March 2012 20:04, Jannis Pohlmann jannis.pohlm...@codethink.co.uk wrote: Hi, I am currently playing with a couple of the development boards for

Re: Slow/broken USB and Ethernet on Snowballs/Origen boards?

2012-03-16 Thread Sangwook Lee
Hi Mans On 16 March 2012 11:50, Mans Rullgard mans.rullg...@linaro.org wrote: On 16 March 2012 04:14, Sachin Kamat sachin.ka...@linaro.org wrote: Hi, On 15/03/2012, Mans Rullgard mans.rullg...@linaro.org wrote: On 14 March 2012 20:04, Jannis Pohlmann jannis.pohlm...@codethink.co.uk

[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

Re: Slow/broken USB and Ethernet on Snowballs/Origen boards?

2012-03-16 Thread Sangwook Lee
On 16 March 2012 14:55, Mans Rullgard mans.rullg...@linaro.org wrote: On 16 March 2012 12:36, Sangwook Lee sangwook@linaro.org wrote: Hi Mans On 16 March 2012 11:50, Mans Rullgard mans.rullg...@linaro.org wrote: On 16 March 2012 04:14, Sachin Kamat sachin.ka...@linaro.org wrote

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

2012-03-01 Thread Sangwook Lee
On 1 March 2012 03:24, Tushar Behera tushar.beh...@linaro.org wrote: On 02/29/2012 06:31 PM, Thomas Abraham wrote: Hi Sangwook, On 29 February 2012 18:11, Sangwook Lee sangwook@linaro.org wrote: Enable burst transfer from AHB for EHCI. This fixes data transfer of USB Ethernet

Re: [PATCH v2 1/2] ARM: EXYNOS: Add USB HOST register definitions

2012-03-01 Thread Sangwook Lee
On 1 March 2012 15:24, Heiko Stübner he...@sntech.de wrote: Am Donnerstag, 1. März 2012, 06:38:20 schrieb Jingoo Han: This patch adds USB HOST register definitions. The definition for EHCI INSNREG00 regiser and corresponding bit field definitions are added. Signed-off-by: Sangwook Lee

[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

[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

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-...@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 1/2] ARM: SAMSUNG: Add pm_caps into platform data

2011-11-07 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/dev-hsmmc3.c |2 ++ arch/arm/plat-samsung/include/plat/sdhci.h |2 ++ 2 files changed, 4 insertions

[PATCH 0/2] ARM: SAMSUNG: Add pm_caps

2011-11-07 Thread Sangwook Lee
Add pm_caps into platform data and update it in SD/MMC driver This field can be used with SDIO device such as SDIO WLAN. Sangwook Lee (2): ARM: SAMSUNG: Add pm_caps into platform data mmc: sdhci-s3c: Add pm_caps into SD/MMC host arch/arm/plat-samsung/dev-hsmmc3.c |2 ++ arch/arm

[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

Re: [Samsung] Origen touchscreen problem

2011-09-19 Thread Sangwook Lee
Thanks Angus! I updated your advice into the following: https://wiki.linaro.org/Boards/Origen/Setup Regards Sangwook On 19 September 2011 00:35, Angus Ainslie angus.ains...@linaro.org wrote: Hi, For the last few days I've been fighting what I thought was a touchscreen software problem

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

2011-07-08 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

[PATCH] Samsung ARM:EXYNOS4: DMA Cleanup

2011-06-27 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