RE: [PATCH V2 2/6] ARM: SAMSUNG: Add PWM backlight support on Samsung S3C6410

2011-03-04 Thread Kukjin Kim
Banajit Goswami wrote: This patch adds support for LCD backlight using PWM timer for Samsung SMDK6410 board. Signed-off-by: Banajit Goswami banaji...@samsung.com --- Changes since v1: - Used common GPIO macro - Removed redundant timers arch/arm/mach-s3c64xx/Kconfig |1 +

[PATCH 5/7] s5p-fimc: add pm_runtime support

2011-03-04 Thread Marek Szyprowski
This patch adds basic support for pm_runtime to s5p-fimc driver. PM runtime support is required to enable the driver on S5PV310 series with power domain driver enabled. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 1/7] ARM: S5PV310: Add platform definitions for FIMC

2011-03-04 Thread Marek Szyprowski
From: Sylwester Nawrocki s.nawro...@samsung.com Add support for fourth FIMC platform device definition and define resources for FIMC modules on S5PV310 machines. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Marek

[PATCH/RFC 0/7] Samsung IOMMU videobuf2 allocator and s5p-fimc update

2011-03-04 Thread Marek Szyprowski
Hello, This patch series introduces new type of videbuf2 memory allocator - vb2-s5p-iommu. This allocator can be used only on Samsung SoCs that have IOMMU module. Currently only Samsung EXYNOS4 (former S5PV310) platform has SYSMMU modules. The allocator is then used by s5p-fimc driver. To make it

[PATCH 7/7] ARM: S5PC210: enable FIMC on Universal_C210

2011-03-04 Thread Marek Szyprowski
This patch adds definitions to enable support for s5p-fimc driver together with required power domains and sysmmu controller on Universal C210 board. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv310/Kconfig

[PATCH 2/7] ARM: S5PV310: power domains: fixes and code cleanup

2011-03-04 Thread Marek Szyprowski
From: Tomasz Stanislawski t.stanisl...@samsung.com This patch extends power domain driver with support for enabling and disabling modules in S5P_CLKGATE_BLOCK register. It also performs a little code cleanup to avoid confusion between s5pv310_device_pd array index and power domain id.

[PATCH/RFC v7 5/5] v4l: Documentation for the codec interface

2011-03-04 Thread Kamil Debski
This patch adds documentation for the codec interface of V4L2. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Documentation/DocBook/v4l/dev-codec.xml | 169 --- 1 files changed, 155 insertions(+), 14

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

2011-03-04 Thread Tomasz Stanislawski
From: Marek Szyprowski m.szyprow...@samsung.com Hello, I would like to present the second version of HDMI driver for S5PC210 platform. The driver is under a heavy development. The most recent changes are: 1. Minor bugs and fixes: - pink line on left side of display - premature start of VP's

[PATCH 1/6] i2c-s3c2410: fix I2C dedicated for hdmiphy

2011-03-04 Thread Tomasz Stanislawski
The I2C HDMIPHY dedicated controller has different timeout handling and reset conditions. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: ben-li...@fluff.org --- drivers/i2c/busses/i2c-s3c2410.c | 36

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

2011-03-04 Thread Tomasz Stanislawski
Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- 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 +

[PATCH 6/6] s5pv310: add s5p-tv to Universal C210 board

2011-03-04 Thread Tomasz Stanislawski
Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv310/Kconfig |2 + arch/arm/mach-s5pv310/mach-universal_c210.c | 54 +++ 2 files changed, 56 insertions(+), 0

Re: [RFC/PATCH v7 1/5] Changes in include/linux/videodev2.h for MFC 5.1

2011-03-04 Thread Laurent Pinchart
On Friday 04 March 2011 12:26:18 Kamil Debski wrote: This patch adds fourcc values for compressed video stream formats and V4L2_CTRL_CLASS_CODEC. Also adds controls used by MFC 5.1 driver. Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

RE: [RFC/PATCH v7 1/5] Changes in include/linux/videodev2.h for MFC 5.1

2011-03-04 Thread Kamil Debski
Hi, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: 04 March 2011 17:39 To: Kamil Debski Cc: linux-me...@vger.kernel.org; linux-samsung-soc@vger.kernel.org; m.szyprow...@samsung.com; kyungmin.p...@samsung.com; jaeryul...@samsung.com;

[PATCH 0/4] ARM: EXYNOS4: Add keypad device to the SMDKV310

2011-03-04 Thread Naveen Krishna Ch
This patch adds support KEYPAD on Samsung SMDKV310 board. [PATCH 1/4] ARM: EXYNOS4: Add keypad device helpers [PATCH 2/4] ARM: EXYNOS4: Update keypad base address [PATCH 3/4] ARM: EXYNOS4: Update clocks for keypad [PATCH 4/4] ARM: EXYNOS4: Add keypad device to the SMDKV310 -- To unsubscribe from

[PATCH 3/4] ARM: EXYNOS4: Update clocks for keypad

2011-03-04 Thread Naveen Krishna Ch
The keypad IF on EXYNOS4 uses 100MHz from PERIR functional block for clocks, this patch updates the same. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos4/clock.c |5 + 1 files changed, 5 insertions(+), 0

[PATCH 4/4] ARM: EXYNOS4: Add keypad device to the SMDKV310

2011-03-04 Thread Naveen Krishna Ch
This patch is to support keypad device to the SMDKV310 board. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos4/Kconfig |2 ++ arch/arm/mach-exynos4/mach-smdkv310.c | 24 2 files

[PATCH 2/4] ARM: EXYNOS4: Update keypad base address

2011-03-04 Thread Naveen Krishna Ch
This patch updates the keypad IF base address in the memory map for EXYNOS4. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos4/include/mach/map.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff

[PATCH 1/4] ARM: EXYNOS4: Add keypad device helpers

2011-03-04 Thread Naveen Krishna Ch
This patch adds the samsung_keypad_cfg_gpio() for EXYNOS4. Now, this helpers are only for keypad operating in PORT-0. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com --- arch/arm/mach-exynos4/Kconfig|5 arch/arm/mach-exynos4/Makefile |1 +

[PATCH 3/4] ARM: EXYNOS4: Update clocks for keypad

2011-03-04 Thread Naveen Krishna Ch
The keypad IF on EXYNOS4 uses 100MHz from PERIR functional block for clocks, this patch updates the same. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com --- arch/arm/mach-exynos4/clock.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

[PATCH 2/4] ARM: EXYNOS4: Update keypad base address

2011-03-04 Thread Naveen Krishna Ch
This patch updates the keypad IF base address in the memory map for EXYNOS4. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com --- arch/arm/mach-exynos4/include/mach/map.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/include/mach/map.h

[PATCH 4/4] ARM: EXYNOS4: Add keypad device to the SMDKV310

2011-03-04 Thread Naveen Krishna Ch
This patch is to support keypad device to the SMDKV310 board. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com --- arch/arm/mach-exynos4/Kconfig |2 ++ arch/arm/mach-exynos4/mach-smdkv310.c | 24 2 files changed, 26 insertions(+), 0 deletions(-) diff