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
/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
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
/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
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:
/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
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.
>
>> +
>>
/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
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
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
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
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_
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
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
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
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
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
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
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
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
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
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
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.
>
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.
>
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.
&
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
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
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
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
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
+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
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
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
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
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
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,
> >> >
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
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
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
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.
> >
>
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
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
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
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
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
=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
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
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
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
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
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.
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
/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 |
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
54 matches
Mail list logo