RE: [PATCH v3] ARM: S5P: Add support for gpio interrupts

2010-09-29 Thread Kukjin Kim
Marek Szyprowski wrote: Hello, Hi :-) This patch series adds support for gpio interrupts on Samsung S5P SoC series (S5PC100 and S5PC110/S5PV210). It is based on the previous version created by Joonyoung Shim (which is available from the [PATCH v2 0/4] ARM: S5P: Support gpio interrupts

[PATCH v2] Add support for camera capture in s5p-fimc driver

2010-09-29 Thread Sylwester Nawrocki
Hi all, The following is a second version of patches adding camera capture capability to the s5p-fimc driver, ready for review. The driver uses videobuf however it is meant as a first step to vb2 based implementation. The host interface driver has been tested on Samsung Aquila and GONI boards

[PATCH v2 3/4] V4L/DVB: s5p-fimc: Do not lock both capture and output buffer queue in s_fmt

2010-09-29 Thread Sylwester Nawrocki
It is not necessary to lock both capture and output buffer queue while setting format for single queue. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-core.c | 69

[PATCH v2 2/4] V4L/DVB: s5p-fimc: M2M driver cleanup and minor improvements

2010-09-29 Thread Sylwester Nawrocki
Fixed errors on module unload, comments and whitespace cleanup. Removed workqueue since it was only useful for FIFO output mode which is not supported at this time. Fixed 90/270 deg rotation errors (driver performing 270 deg rotation instead of 90 in some conditions). Signed-off-by: Sylwester

[PATCH v2 1/4] V4L/DVB: s5p-fimc: Register definition cleanup

2010-09-29 Thread Sylwester Nawrocki
Add MIPI CSI format definitions, prepare DMA address definitions for interlaced input frame mode. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-reg.c |6 +-

RE: [PATCH 2/2] ARM: S5PV310: Update CPU hotplug implementation

2010-09-29 Thread Kukjin Kim
Kukjin Kim wrote: From: Changhwan Youn chaos.y...@samsung.com This patch updates CPU hotplug implementation to reduce CPU power consumption and will turn off the CPU power when CPU1 is unplugged while previous CPU hotplug used CPU idle. This patch removes init memory freeing code to use

RE: [PATCH] ARM: S5PV210: Add Torbreck board support

2010-09-29 Thread Kukjin Kim
Kyuho Choi wrote: This patch adds to support Torbreck board of aESOP community using Samsung S5PV210 SoC. Signed-off-by: Kyuho Choi chlrb...@gmail.com Signed-off-by: Hyunchul Ko ghcs...@gmail.com --- arch/arm/mach-s5pv210/Kconfig | 18 + arch/arm/mach-s5pv210/Makefile

RE: [PATCH 1/2] ARM: S5PV210: Add audio support to Aquila

2010-09-29 Thread Kukjin Kim
Chanwoo Choi wrote: Mark Brown wrote: On Wed, Jul 28, 2010 at 12:04:44PM +0900, Chanwoo Choi wrote: +static struct regulator_consumer_supply wm8994_fixed_voltage0_supplies[] = { + { + .dev_name = 5-001a, + .supply = DBVDD, + }, { +

RE: [PATCH v3 3/3] ARM: S5PC100/S5PC110/S5PC210: Remove duplicated selete PLAT_S5P at each ARCH_S5P series

2010-09-29 Thread Kukjin Kim
Kyungmin Park wrote: From: Kyungmin Park kyungmin.p...@samsung.com It's already selected whtn S5P series. So remove it. Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pc100/Kconfig |1 - arch/arm/mach-s5pv210/Kconfig |1 -

[PATCH] ARM: S5P64XX: Remove redundant selection PLAT_S5P.

2010-09-29 Thread Kukjin Kim
This patch removes redundant selection PLAT_S5P in the CPU_S5P64XX config. Because PLAT_S5P is selected if select ARCH_S5P64XX in the plat-s5p/Kconfig. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-s5p6442/Kconfig |1 - arch/arm/mach-s5p64x0/Kconfig |2 -- 2 files

Re: [PATCH 5/5] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-29 Thread Kyungmin Park
On Sat, Sep 18, 2010 at 12:59 AM, Chris Ball c...@laptop.org wrote: Hi, On Thu, Sep 16, 2010 at 06:08:28PM +0900, Kyungmin Park wrote: Well there are two implementations. and no conclusion yet. as s5pc210 don't support internal SDHCI clock, DMC overrides the function operation itself when

RE: [PATCH 1/2] ARM: S5PV210: Add audio support to Aquila

2010-09-29 Thread Kukjin Kim
Chanwoo Choi wrote: Kukjin Kim wrote: Chanwoo Choi wrote: Mark Brown wrote: On Wed, Jul 28, 2010 at 12:04:44PM +0900, Chanwoo Choi wrote: +static struct regulator_consumer_supply wm8994_fixed_voltage0_supplies[] = { +{ +.dev_name = 5-001a, +

Re: [PATCH 5/5] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-29 Thread Chris Ball
Hi Kyungmin, Ben, On Thu, Sep 30, 2010 at 10:18:12AM +0900, Kyungmin Park wrote: On Sat, Sep 18, 2010 at 12:59 AM, Chris Ball c...@laptop.org wrote: Hi, On Thu, Sep 16, 2010 at 06:08:28PM +0900, Kyungmin Park wrote: Well there are two implementations. and no conclusion yet. as s5pc210

Re: [PATCH 1/2] ARM: S5PV210: Add audio support to Aquila

2010-09-29 Thread Chanwoo Choi
Kukjin Kim wrote: Chanwoo Choi wrote: Kukjin Kim wrote: Chanwoo Choi wrote: Mark Brown wrote: On Wed, Jul 28, 2010 at 12:04:44PM +0900, Chanwoo Choi wrote: +static struct regulator_consumer_supply wm8994_fixed_voltage0_supplies[] = { +{ +.dev_name =

RE: [PATCH 5/5] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-29 Thread Jeongbae Seo
Chris wrote: Hi Kyungmin, Ben, On Thu, Sep 30, 2010 at 10:18:12AM +0900, Kyungmin Park wrote: On Sat, Sep 18, 2010 at 12:59 AM, Chris Ball c...@laptop.org wrote: Hi, On Thu, Sep 16, 2010 at 06:08:28PM +0900, Kyungmin Park wrote: Well there are two implementations. and no