[PATCH V2 3/3] ARM: EXYNOS4: Update HRT for supporting PM

2011-03-09 Thread Kukjin Kim
From: Jaecheol Lee This patch updates HRT driver for supporting PM. The resume function of PWM4 timer which is used clocksource is needed when kernel is resuming for restarting. Signed-off-by: Jaecheol Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos4/time.c | 16 1 f

[PATCH V2 2/3] ARM: EXYNOS4: Suspend to RAM Support

2011-03-09 Thread Kukjin Kim
From: Jaecheol Lee This patch adds support suspend to ram for EXYNOS4210. As a note, this includes function of outer cache flush because it is used before entering PM. Signed-off-by: Jaecheol Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos4/Makefile |1 + arch/arm/mac

[PATCH V2 1/3] ARM: EXYNOS4: Add PMU and CMU Registers for PM

2011-03-09 Thread Kukjin Kim
From: Jaecheol Lee This patch adds definitions of PMU and CMU registers for EXYNOS4 PM. Signed-off-by: Jaecheol Lee Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos4/include/mach/regs-clock.h | 22 +++- arch/arm/mach-exynos4/include/mach/regs-pmu.h | 143 +-- 2 file

[PATCH V2 0/3] ARM: EXYNOS4: Suspend to RAM Support

2011-03-09 Thread Kukjin Kim
This patch adds support suspend to ram on EXYNOS4. This is made based on generic CPU sleep support. Changes since v1: - re-maded based on rmk/pm - added some more registers of CMU to save and restore - fixed MAUDIO retention after resuming [PATCH V2 1/3] ARM: EXYNOS4: Add PMU and CMU Registers fo

RE: [PATCH v4 1/3] ARM: S5P: Add s5p_timer support for HRT

2011-03-09 Thread Sangbeom Kim
Hi Jamie, As you said, .shift = 32, is useless line. And Do you mean that Is needed error handling of clk_enable like below? clk_enable(timerclk); if (IS_ERR(timerclk)){ clk_put(timerclk) panic("failed to enable timers clock");

RE: [PATCH 2/3] ARM: EXYNOS4: Suspend to RAM Support

2011-03-09 Thread Kukjin Kim
Russell King - ARM Linux wrote: > > On Wed, Mar 09, 2011 at 11:08:40AM +0900, Jaecheol Lee wrote: > > This patch adds support suspend to ram for EXYNOS4210. > > As a note, this includes function of outer cache flush > > because it is used before entering PM. > > This should be updated to use the

RE: [PATCH 2/3] ARM: EXYNOS4: Suspend to RAM Support

2011-03-09 Thread Kukjin Kim
MyungJoo Ham wrote: > > On Wed, Mar 9, 2011 at 11:08 AM, Jaecheol Lee wrote: > > This patch adds support suspend to ram for EXYNOS4210. > > As a note, this includes function of outer cache flush > > because it is used before entering PM. > > > > Signed-off-by: Jaecheol Lee > > --- Hi, Mr. Ham.

RE: [PATCH v2 3/3] ARM: S5P: Add support for common MIPI CSIS/DSIM D-PHY control

2011-03-09 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > Add common code for MIPI-CSIS and MIPI-DSIM drivers to support > their corresponding D-PHY's enable and reset control. > Tested with S5PV210 and EXYNOS4 SoCs. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > --- > arch/arm/mach-exynos4/includ

[PATCH v2 7/7] s5p-fimc: Fix G_FMT ioctl handler

2011-03-09 Thread Sylwester Nawrocki
Use pix_mp member of struct v4l2_format to return a format description rather than pix. Also fill in the plane_fmt array. This is a missing bit of conversion to the multiplanar API. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/video/s5p-fimc/fimc-core.c | 2

[PATCH v2 1/7] s5p-fimc: fix ISR and buffer handling for fimc-capture

2011-03-09 Thread Sylwester Nawrocki
From: Sungchun Kang In some cases fimc H/W did not stop although there were no output buffers available. So the capture deactivation interrupt routine is modified and the state of ST_CAPT_RUN is cleared only in the LAST-IRQ call. After LAST-IRQ is generated, H/W pointer will be skipped by 1 fram

[PATCH v2 0/2(7)] s5p fimc driver fixes

2011-03-09 Thread Sylwester Nawrocki
Hello, this is basically a resend of my previous s5p fimc driver bugfix change set including altered 2 out of 7. It's a result of my further struggle with the DMA engine and also a correction of the G_FMT ioctl function to return proper bytesperline/sizeimage for all supported formats. [PATCH 1/7

[PATCH v2] ARM: S5P: Extend MIPI-CSIS platform_data with the PHY control callback

2011-03-09 Thread Sylwester Nawrocki
Extend MIPI-CSIS driver's platform data structure with a callback for D-PHY enable and reset control. Also add a flag indicating whether the external MIPI-CSI (VDD18_MIPI) power supply should be managed in the driver through the "vdd" power supply. On some boards this regulator may be a fixed volta

[PATCH v2] ARM: S5P: Add platform helpers for camera GPIO configuration

2011-03-09 Thread Sylwester Nawrocki
Add functions for configuration of the parallel camera bus pins on S5PV210 and Exynos4 SoC. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- Hello, this is a corrected version of platform helpers for the peripheral parallel camera bus configuration in S5PV210 and Exynos4 SoCs

Re: [PATCH v4 1/3] ARM: S5P: Add s5p_timer support for HRT

2011-03-09 Thread Jamie Iles
Hi, A couple of minor comments inline. Jamie On Wed, Mar 09, 2011 at 11:13:31AM +0900, Sangbeom Kim wrote: > This patch adds support HR-Timer(High Resolution Timer) and dynamic > tick system for S5P SoCs. There are many clock sources for HR-Timer > on S5P SoCs. The PWM timer, RTC, System Timer,

ARM11; S3C6410 USB-OTG-Host driver soruce-code

2011-03-09 Thread Sho
Hello, I would like to look for USB-OTG-Host Linux driver for S3C6410. Please let me know your idea. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-in

[PATCH v2 1/8] media: Changes in include/linux/videodev2.h for MFC 5.1

2011-03-09 Thread Jeongtae Park
Add V4L2_CTRL_CLASS_CODEC and adds controls used by MFC 5.1 driver Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- include/linux/videodev2.h | 158 + 1 files changed, 158 insertions(+), 0 deletions(-) d

[PATCH v2 2/8] ARM: S5PV310: Add clock support for MFC v5.1

2011-03-09 Thread Jeongtae Park
This patch adds clock support for MFC v5.1. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- arch/arm/mach-s5pv310/clock.c | 68 +++ arch/arm/mach-s5pv310/include/mach/regs-clock.h |3 + 2 files changed, 7

[PATCH v2 4/8] ARM: S5P: Add platform support for MFC v5.1

2011-03-09 Thread Jeongtae Park
Add platform support for MFC v5.1 is a module available on S5PC110 and S5PC210 Samsung SoCs. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- arch/arm/plat-s5p/Kconfig |5 +++ arch/arm/plat-s5p/Makefile|1 + a

[PATCH v2 0/8] MFC 5.1 driver for S5PV310 (+encoder)

2011-03-09 Thread Jeongtae Park
Hello, This patch series is the sencond version of the MFC 5.1 driver based on Kmail's nice work (Version 6). All of Kmail's features not incldue yet, but I hope it will be merge for few months with co-work. Current driver support H.264, H.263, MPEG4 encoding and use DMA pool allocator. I tried to

[PATCH v2 5/8] ARM: S5PV310: Add 'CONSISTENT_DMA_SIZE' definition for DMA pool allocator

2011-03-09 Thread Jeongtae Park
This patch adds 'CONSISTENT_DMA_SIZE' definition for DMA pool allocator. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- arch/arm/mach-s5pv310/include/mach/memory.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/m

[PATCH v2 7/8] ARM: S5PV310: Add MFC v5.1 platform device support for SMDKC210

2011-03-09 Thread Jeongtae Park
This patch adds MFC v5.1 platform device support for SMDKC210. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- arch/arm/mach-s5pv310/Kconfig |1 + arch/arm/mach-s5pv310/mach-smdkc210.c |3 +++ 2 files changed, 4 insertions(+), 0 del

[PATCH v2 3/8] ARM: S5PV310: Add memory map support for MFC v5.1

2011-03-09 Thread Jeongtae Park
This patch adds memroy map support for MFC v5.1. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- arch/arm/mach-s5pv310/include/mach/map.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv310/include/mach/

[PATCH v2 8/8] ARM: S5PV310: Add MFC v5.1 platform device support for SMDKV310

2011-03-09 Thread Jeongtae Park
This patch adds MFC v5.1 platform device support for SMDKV310. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- arch/arm/mach-s5pv310/Kconfig |1 + arch/arm/mach-s5pv310/mach-smdkv310.c |3 +++ 2 files changed, 4 insertions(+), 0 del

[PATCH 1/1] v4l: videobuf2: Add DMA pool allocator

2011-03-09 Thread Jeongtae Park
Add an implementation of DMA pool memory allocator and handling routines for videobuf2. The DMA pool allocator allocates a memory using dma_alloc_coherent(), creates a pool using generic allocator in the initialization. For every allocation requests, the allocator returns a part of its memory pool

[PATCH 0/1] Add videobuf2 DMA pool allocator

2011-03-09 Thread Jeongtae Park
Hello! The DMA pool allocator allocates a memory using dma_alloc_coherent(), creates a pool using generic allocator in the initialization. For every allocation requests, the allocator returns a part of its memory pool using generic allocator instead of new memory allocation. This allocator used f

Re: [PATCH v2 0/6] HDMI driver for Samsung S5PV310 platform

2011-03-09 Thread Kyungmin Park
On Wed, Mar 9, 2011 at 9:11 PM, Kukjin Kim wrote: > Hi all, > > As I know, S5P-TV(HDMI) stuff needs more discussion. > > I don't want to just merge platform devices which is not used anywhere. > Besides, there are two schemes for it in mailing list now. It's different one, which scheme is used at

RE: [PATCH v2 0/6] HDMI driver for Samsung S5PV310 platform

2011-03-09 Thread Kukjin Kim
Hi all, As I know, S5P-TV(HDMI) stuff needs more discussion. I don't want to just merge platform devices which is not used anywhere. Besides, there are two schemes for it in mailing list now. I think we have to improve this next time and need to focus more on its driver now. Thanks. Best regar

Re: [PATCH 2/6] universal: i2c: add I2C controller 8 (HDMIPHY)

2011-03-09 Thread Kyungmin Park
On Wed, Mar 9, 2011 at 9:00 PM, Kukjin Kim wrote: > Tomasz Stanislawski wrote: >> >> Signed-off-by: Tomasz Stanislawski >> Signed-off-by: Kyungmin Park >> --- >>  arch/arm/mach-s5pv310/clock.c             |    6 +++ >>  arch/arm/mach-s5pv310/include/mach/irqs.h |    4 ++ >>  arch/arm/mach-s5pv31

RE: [PATCH 2/6] universal: i2c: add I2C controller 8 (HDMIPHY)

2011-03-09 Thread Kukjin Kim
Tomasz Stanislawski wrote: > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park > --- > arch/arm/mach-s5pv310/clock.c |6 +++ > arch/arm/mach-s5pv310/include/mach/irqs.h |4 ++ > arch/arm/mach-s5pv310/include/mach/map.h |1 + > arch/arm/plat-samsung/Kco

RE: [PATCH] ARM: SAMSUNG: Enable watchdog parent clock for SMDKV310

2011-03-09 Thread Kukjin Kim
Inderpal Singh wrote: > > This patch adds the parent clock for watchdog timer for SMDKV310. > > Signed-off-by: Inderpal Singh > --- > arch/arm/mach-exynos4/clock.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-exynos4/clock.c b/arch/arm/mach-exynos

Re: [PATCH] SAMSUNG: S5PV310: Add I2S playback support

2011-03-09 Thread Mark Brown
On Wed, Mar 09, 2011 at 03:50:18PM +0530, Giridhar Bachalli Maruthy wrote: > Since WM8994 codec requires CONFIG_REGULATOR to be defined, would it > be appropriate to select REGULATOR also in [1] and remove the ifdef > CONFIG_REGULATOR? What makes you say that CONFIG_REGULATOR is required? -- To u

Re: [PATCH] SAMSUNG: S5PV310: Add I2S playback support

2011-03-09 Thread Giridhar Bachalli Maruthy
Hi Mark, Thanks for your comments. On 8 March 2011 17:07, Mark Brown wrote: > > On Tue, Mar 08, 2011 at 04:10:52PM +0530, Giridhar Maruthy wrote: > > > +#ifdef CONFIG_REGULATOR_WM8994 > > +static struct regulator_consumer_supply wm8994_fixed_voltage0_supplies[] = > > { > > +     { > > +        

Re: [PATCH 2/3] ARM: EXYNOS4: Suspend to RAM Support

2011-03-09 Thread Russell King - ARM Linux
On Wed, Mar 09, 2011 at 11:08:40AM +0900, Jaecheol Lee wrote: > This patch adds support suspend to ram for EXYNOS4210. > As a note, this includes function of outer cache flush > because it is used before entering PM. This should be updated to use the generic CPU sleep support, found in my tree. --