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

2010-09-29 Thread Kyungmin Park
On Thu, Sep 30, 2010 at 2:40 PM, Jeongbae Seo wrote: > 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 wrote: >> > > Hi, >> > > >> > > On Thu, Sep 16, 2010 at 06:08:28PM +0900, Kyungmin Park

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 wrote: > > > Hi, > > > > > > On Thu, Sep 16, 2010 at 06:08:28PM +0900, Kyungmin Park wrote: > > >> Well there are two implementations. and no concl

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[] >> = { >> +{ >

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

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

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

2010-09-29 Thread Chanwoo Choi
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", + .supply

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

[PATCH] ARM: Samsung: add a workaround for get_clock() for serial driver

2010-09-29 Thread Marek Szyprowski
Serial drivers call get_clock() very early, before platform bus has been set up, this requires a special check to let them get a proper clock. Without this patch, a serial console is broken on Universal C210 board. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/plat-s

[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 --- arch/arm/mach-s5p6442/Kconfig |1 - arch/arm/mach-s5p64x0/Kconfig |2 -- 2 files changed, 0 insertions(+),

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 > > It's already selected whtn S5P series. So remove it. > > Signed-off-by: Kyungmin Park > --- > arch/arm/mach-s5pc100/Kconfig |1 - > arch/arm/mach-s5pv210/Kconfig |1 - > arch/arm/mach-s5pv310/Kconfig |1 - > 3 files changed, 0 inser

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] 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 > Signed-off-by: Hyunchul Ko > --- > arch/arm/mach-s5pv210/Kconfig | 18 + > arch/arm/mach-s5pv210/Makefile|1 + > arch/arm/ma

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

2010-09-29 Thread Kukjin Kim
Kukjin Kim wrote: > > From: Changhwan Youn > > 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 CPU boot code

[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 Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-reg.c |6 +- drivers/media/video/s5p-fimc/regs-fimc.h | 61 -

[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 Nawr

[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 Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-core.c | 69 + 1 files changed, 31 insertions(+), 38 deletio

[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