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 i

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

2012-09-13 Thread Sangwook Lee
/brightness/sharpness Signed-off-by: Sangwook Lee Reviewed-by: Sylwester Nawrocki Cc: Francesco Lavra Cc: Scott Bambrough Cc: Homin Lee --- Changes since v7: - added gpio free function - fixed return value of power function Changes since v6: - fixed alignment issue from Francesco, Sylwester

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

2012-09-13 Thread Sangwook Lee
ks 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); >> + i

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

2012-09-12 Thread Sangwook Lee
/brightness/sharpness Signed-off-by: Sangwook Lee Reviewed-by: Sylwester Nawrocki Cc: Francesco Lavra CC: Scott Bambrough Cc: Homin Lee --- Changes since v6: - fix alignment issue from Francesco, Sylwester Changes since v5: - deleted dummy lines - fixed pointer errors in handling firmware

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 wrote: > On 09/10/2012 08:52 PM, Francesco Lavra wrote: >> On 09/10/2012 05:04 PM, Sylwester Nawrocki wrote:

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

2012-09-06 Thread Sangwook Lee
/brightness/sharpness Signed-off-by: Sangwook Lee Reviewed-by: Sylwester Nawrocki --- 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 register tables with the function from Sylwester

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 wrote: > Hi Sangwook, > > On 09/05/2012 02:28 PM, Sangwook Lee wrote: [snip] >> +#include > > What do we need this header for ? Ok, let me delete this. > >> + >>

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

2012-09-05 Thread Sangwook Lee
/brightness/sharpness Signed-off-by: Sangwook Lee Cc: Sylwester Nawrocki Cc: Scott Bambrough --- Changes since v4: - replaced register tables with the function from Sylwester - updated firmware parsing function with CRC32 check firmware generator from user space: git://git.linaro.org/people

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 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 it might be usefu

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 wrote: > Hi Sylwester > > On 19 August 2012 22:29, Sylwester Nawrocki > 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 19 August 2012 22:29, Sylwester Nawrocki 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 hard

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 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 request_

[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 --- drivers/media/video/Kconfig|8 + drivers/media/video

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

2012-08-10 Thread Sangwook Lee
called twice - changed mutex_X position to be used when strictly necessary - add additional s_power(0) in case that error happens - update more accurate debugging statements - remove dummy else Sangwook Lee (2): v4l: Add factory register values form S5K4ECGX sensor v4l: Add v4l2 subdev driver for

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

2012-08-10 Thread Sangwook Lee
Add preview default settings for S5K4ECGX sensor registers, which was copied from the reference code of Samsung S.LSI. Signed-off-by: Sangwook Lee --- drivers/media/video/s5k4ecgx_regs.h | 138 +++ 1 file changed, 138 insertions(+) create mode 100644 drivers

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 wrote: > 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 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 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 Le

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 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 con

[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 --- drivers/media/video/Kconfig|8 + drivers/media/video

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

2012-08-02 Thread Sangwook Lee
Sangwook Lee (2): v4l: Add factory register values form S5K4ECGX sensor v4l: Add v4l2 subdev driver for S5K4ECGX sensor drivers/media/video/Kconfig |8 + drivers/media/video/Makefile|1 + drivers/media/video/s5k4ecgx.c | 839 ++ drivers/media/video

[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 --- drivers/media/video/Kconfig|8 + drivers/media/video

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

2012-08-02 Thread Sangwook Lee
Sangwook Lee (2): v4l: Add factory register values form S5K4ECGX sensor v4l: Add v4l2 subdev driver for S5K4ECGX sensor drivers/media/video/Kconfig |8 + drivers/media/video/Makefile|1 + drivers/media/video/s5k4ecgx.c | 839 ++ drivers/media/video

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 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. >

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 wrote: > > Hi Sangwook, > > On 07/19/2012 02:14 PM, Sangwook Lee wrote: > > Add factory default settings for S5K4ECGX sensor registers. >

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 wrote: > 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. &

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

2012-07-19 Thread Sangwook Lee
additional s_power(0) in case that error happens - update more accurate debugging statements - remove dummy else Sangwook Lee (2): v4l: Add factory register values form S5K4ECGX sensor v4l: Add v4l2 subdev driver for S5K4ECGX sensor drivers/media/video/Kconfig |7 + drivers/media

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

2012-07-19 Thread Sangwook Lee
This dirver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported: contrast/saturation/birghtness/sharpness Signed-off-by: Sangwook Lee --- drivers/media/video/Kconfig|7 + drivers/media/video

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

2012-07-18 Thread Sangwook Lee
Hi David Thanks for the review! On 17 July 2012 22:45, David Cohen wrote: > Hi Sangwook, > > I've few comments, some just nitpicking. Feel free to disagree. :) > > > On 07/17/2012 07:17 PM, Sangwook Lee wrote: > >> This dirver implements preview mode of

[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

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

2012-07-17 Thread Sangwook Lee
This dirver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported: contrast/saturation/birghtness/sharpness Signed-off-by: Sangwook Lee --- drivers/media/video/Kconfig|7 + drivers/media/video

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 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 board. And also Mr B

Re: New Gator version ready for Linaro kernels / Mali

2012-05-17 Thread Sangwook Lee
On 17 May 2012 08:37, Jon Medhurst (Tixy) 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 three differ

[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 --- arch/arm/mach-exynos/pm_domains.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach

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 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 w

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: Slow/broken USB and Ethernet on Snowballs/Origen boards?

2012-03-16 Thread Sangwook Lee
On 16 March 2012 14:55, Mans Rullgard wrote: > On 16 March 2012 12:36, Sangwook Lee wrote: > > Hi Mans > > > > On 16 March 2012 11:50, Mans Rullgard wrote: > >> > >> On 16 March 2012 04:14, Sachin Kamat wrote: > >> > Hi, > >> >

[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 --- drivers/usb/gadget/s3c-hsotg.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/usb/g

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 wrote: > On 16 March 2012 04:14, Sachin Kamat wrote: > > Hi, > > > > On 15/03/2012, Mans Rullgard wrote: > >> On 14 March 2012 20:04, Jannis Pohlmann < > jannis.pohlm...@codethink.co.uk> > >> wrote: > >>> Hi, > >>> > >>> I am currently playing with

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

2012-03-16 Thread Sangwook Lee
On 16 March 2012 04:14, Sachin Kamat wrote: > Hi, > > On 15/03/2012, Mans Rullgard wrote: > > On 14 March 2012 20:04, Jannis Pohlmann > > > wrote: > >> Hi, > >> > >> I am currently playing with a couple of the development boards for which > >> there are Linaro hwpacks and LEBs. Since what I am

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 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. > > >

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 wrote: > On 02/29/2012 06:31 PM, Thomas Abraham wrote: > > Hi Sangwook, > > > > On 29 February 2012 18:11, Sangwook Lee wrote: > >> Enable burst transfer from AHB for EHCI. > >> This fixes data transfer of USB Ethernet

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 Lee 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 Lee --- arch/arm/mach-exynos

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

2012-02-29 Thread Sangwook Lee
REG00 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-ar

[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 --- arch/arm/mach-exynos/setup-usb-phy.c |6 ++ arch/arm/plat-samsung/devs.c |2 ++ arch/arm/plat-samsung

[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 --- 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 100644 --- a/drivers/usb

[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

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

2011-11-15 Thread Sangwook Lee
Hi On 15 November 2011 09:53, Kukjin Kim wrote: > Sangwook Lee wrote: > > > > Add pm_caps into platform_data. This is power management, usually > > for SDIO device such as SDIO WLAN. > > > > Signed-off-by: Sangwook Lee > > --- > > arch/arm/plat-sam

[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 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 --- 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..f10dd52 100644 --- a

[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 --- arch/arm/plat-samsung/dev-hsmmc3.c |2 ++ arch/arm/plat-samsung/include/plat/sdhci.h |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff

[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 --- 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 b/arch/arm/mach-exynos4/mach-origen.

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 wrote: > Hi, > > For the last few days I've been fighting what I thought was a > touchscreen software problem with the Origen. > > I

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

2011-07-08 Thread Sangwook Lee
/dma.h arch/arm/plat-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 --- arch/arm/mach-s3c64xx/dma.c | 14 +++--- arch/arm/plat-s3c24xx/dma.c |

[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 --- arch/arm/plat-samsung/include/plat/dma.h | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch