RE: [PATCH v7 5/6] [media] s5p-mfc: MFCv6 register definitions

2012-10-01 Thread JeongTae Park
mar K [mailto:arun...@samsung.com] > Sent: Monday, October 01, 2012 1:37 PM > To: Sylwester Nawrocki > Cc: linux-media@vger.kernel.org; Kamil Debski; Jeongtae Park; Jang-Hyuck Kim; > peter Oh; NAVEEN KRISHNA > CHATRADHI; Marek Szyprowski; Sylwester Nawrocki; kmp...@infradead.org; SUNIL

[PATCH 2/3] v4l2-ctrl: add codec controls support to the control framework

2012-03-01 Thread Jeongtae Park
Add support for the codec controls to the v4l2 control framework. Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- drivers/media/video/v4l2-ctrls.c | 41 +- 1 files changed, 40 insertions(+), 1 deletions(-) diff --git a/drivers

[PATCH 1/3] v4l: add contorl definitions for codec devices.

2012-03-01 Thread Jeongtae Park
Add control definitions for controls specific to codec devices. Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- include/linux/videodev2.h | 51 ++-- 1 files changed, 48 insertions(+), 3 deletions(-) diff --git a/include/linux

[PATCH 0/3] Multi Format Codec 6.x driver for Exynos5

2012-03-01 Thread Jeongtae Park
framework [PATCH 3/3] MFC: update MFC v4l2 driver to support MFC6.x Best regards, Jeongtae Park Patch summary: Jeongtae Park (3): v4l: add contorl definitions for codec devices. v4l2-ctrl: add codec controls support to the control framework MFC: update MFC v4l2 driver to support

[PATCH] MAINTAINERS: add a maintainer for s5p-mfc driver

2011-10-15 Thread Jeongtae Park
Add a maintainer for s5p-mfc driver. Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- MAINTAINERS |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5e207a8..ef16770 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH] MAINTAINERS: add a maintainer for s5p-mfc driver

2011-10-13 Thread Jeongtae Park
Add a maintainer for s5p-mfc driver. Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- MAINTAINERS |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5e207a8..ef16770 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

RE: [PATCH] MAINTAINERS: add entries for s5p-mfc and s5p-tv drivers

2011-09-17 Thread Jeongtae Park
ebski'; younglak1004@samsung.com; > kyungmin.p...@samsung.com > Subject: RE: [PATCH] MAINTAINERS: add entries for s5p-mfc and s5p-tv drivers > > Hello, > > On Wednesday, August 31, 2011 10:36 AM Jeongtae Park wrote: > > > Authors of the code definitely should be main

RE: [PATCH] MAINTAINERS: add entries for s5p-mfc and s5p-tv drivers

2011-08-31 Thread Jeongtae Park
INERS > index 51d42fb..0618d9a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1084,6 +1084,24 @@ F: arch/arm/plat-s5p/dev-fimc* > F: arch/arm/plat-samsung/include/plat/*fimc* > F: drivers/media/video/s5p-fimc/ > > +ARM/SAMSUNG S5P SERIES Multi Format Codec

RE: [RFC/PATCH v2] v4l: add control definitions for codec devices.

2011-06-03 Thread Jeongtae Park
n.p...@samsung.com; > younglak1004@samsung.com; 'Marek Szyprowski' > Subject: RE: [RFC/PATCH v2] v4l: add control definitions for codec devices. > > > From: Jeongtae Park [mailto:jtp.p...@samsung.com] > > Sent: 02 June 2011 09:44 > > To: 'Kamil Debski';

RE: [RFC/PATCH v2] v4l: add control definitions for codec devices.

2011-06-02 Thread Jeongtae Park
Hi, Thank you for your nice work. Here are my some comments. > -Original Message- > From: Kamil Debski [mailto:k.deb...@samsung.com] > Sent: Tuesday, May 31, 2011 6:08 PM > Cc: m.szyprow...@samsung.com; kyungmin.p...@samsung.com; > k.deb...@samsung.com; jaeryul...@samsung.com; > hverk..

[PATCH 3/4] v4l2-ctrls: add support for per-buffer control

2011-05-23 Thread Jeongtae Park
This patch adds is_bufferable member to v4l2_ctrl structure and v4l2_ctrl_p_ctrl() to support per-buffer control. Signed-off-by: Jeongtae Park Cc: Hans Verkuil Cc: Kamil Debski --- drivers/media/video/v4l2-ctrls.c | 17 + include/media/v4l2-ctrls.h | 18

[PATCH 2/4] v4l2: Apply control events patch series

2011-05-23 Thread Jeongtae Park
://www.spinics.net/lists/linux-media/msg31010.html or http://git.linuxtv.org/hverkuil/v4l-utils.git?a=shortlog;h=refs/heads/core Signed-off-by: Hans Verkuil Signed-off-by: Jeongtae Park Cc: Kamil Debski --- drivers/media/video/cx2341x.c| 58 +-- drivers/media/video/saa7115.c|3

[PATCH 4/4] media: MFC: Add support control framework in decoder

2011-05-23 Thread Jeongtae Park
This patch migrate to v4l2 control framework for MFC decoder. It utilize per-filehandle & per-buffer control handling facilities. Signed-off-by: Jeongtae Park Cc: Hans Verkuil Cc: Kamil Debski --- drivers/media/video/s5p-mfc/regs-mfc.h |1 + drivers/media/video/s5p-mfc/s5p_m

Add support control framework in MFC decoder

2011-05-23 Thread Jeongtae Park
trls: add support for per-buffer control [PATCH 4/4] media: MFC: Add support control framework in decoder Best regards, Jeongtae Park -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH 1/4] media: MFC: Remove usused variables & compile warnings

2011-05-23 Thread Jeongtae Park
This patch removes unused variables & compile warnings Signed-off-by: Jeongtae Park Cc: Kamil Debski --- drivers/media/video/s5p-mfc/s5p_mfc_enc.c |1 - drivers/media/video/s5p-mfc/s5p_mfc_mem.c |1 + drivers/media/video/s5p-mfc/s5p_mfc_opr.c |1 - 3 files changed, 1 insert

RE: [RFC] New controls for codec devices

2011-04-05 Thread Jeongtae Park
AAZABlAHYAaQBjAGUAcw Ax-cr-puzzleid: {D5185033-3373-475A-A768-FCD559F05F0C} Hi Laurent, and Hi Kamil. I think there are some point that I can reply. First, How about think adding the prefix of common(decoding & encoding) and encoding controls? Now, only controls for decoding have DECODER

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

2011-03-13 Thread Jeongtae Park
12, 2011 11:41 AM > To: 'Jeongtae Park'; linux-media@vger.kernel.org; linux-samsung- > s...@vger.kernel.org > Cc: k.deb...@samsung.com; jaeryul...@samsung.com; ben-li...@fluff.org; > jonghun@samsung.com; 'Marek Szyprowski' > Subject: RE: [PATCH v2 2/8] ARM: S5PV310

RE: [PATCH/RFC 0/2] Support controls at the subdev file handler level

2011-03-10 Thread Jeongtae Park
Hi, all. Some hardware need to handle per-filehandle level controls. Hans suggests add a v4l2_ctrl_handler struct v4l2_fh. It will be work fine. Although below patch series are for subdev, but it's great start point. I will try to make a patch. If v4l2 control framework can be handle per-filehand

[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

[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

[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

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

2011-03-09 Thread Jeongtae Park
10: Add MFC v5.1 platform device support for SMDKV310 Best regards, Jeongtae Park * Changelog: == Changes since v1 == 1) Heavily re-organized to devide decoder and encoder. 2) Support videobuf2 DMA-Pool allocator. 3) Support H.263, MPEG4 encoding. 4) Support B-F

[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

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

[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

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

2011-03-09 Thread Jeongtae Park
from the start address) - the allocation address should be aligned Reviewed-by: Jonghun Han Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- This allocator used for s5p-mfc. s5p-mfc has above limitations. The CMA and CMA allocator for videobuf2 can be resolve all of described

[PATCH 0/1] Add videobuf2 DMA pool allocator

2011-03-09 Thread Jeongtae Park
same previous sent one. But, It is based on git://linuxtv.org/media_tree.git tree, staging/for_v2.6.39 branch I would be grateful for your comments. This patch series contains: [PATCH 1/1] v4l: videobuf2: Add DMA pool allocator Best regards, Jeongtae Park Patch summary: Jeongtae Park (1

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

2011-01-18 Thread Jeongtae Park
Hi, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Marek Szyprowski > Sent: Tuesday, January 18, 2011 12:48 AM > To: 'Jeongtae Park'; linux-media@vger.kernel.org; linux-samsung- > s...

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

2010-12-29 Thread Jeongtae Park
from the start address) - the allocation address should be aligned Reviewed-by: Jonghun Han Signed-off-by: Jeongtae Park Cc: Marek Szyprowski Cc: Kamil Debski --- This allocator used for s5p-mfc. s5p-mfc has above limitations. The CMA and CMA allocator for videobuf2 can be resolve all of described

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

2010-12-29 Thread Jeongtae Park
grateful for your comments. This patch series contains: [PATCH 1/1] v4l: videobuf2: Add DMA pool allocator Best regards, Jeongtae Park Patch summary: Jeongtae Park (1): v4l: videobuf2: Add DMA pool allocator drivers/media/video/Kconfig |7 + drivers/media/video/Makefile

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

2010-12-22 Thread Jeongtae Park
This patch adds MFC v5.1 platform device support for SMDKC210. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/Kconfig |1 + arch/arm/mach-s5pv310/mach-smdkc210.c |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach

[PATCH 5/9] ARM: S5PV310: Add CMA support for MFC v5.1 on SMDKC210

2010-12-22 Thread Jeongtae Park
This patch adds CMA support for MFC v5.1. It includes CMA region definition and reserve callback addition. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/mach-smdkc210.c | 35 + 1 files changed, 35 insertions(+), 0 deletions

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

2010-12-22 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 --- arch/arm/plat-s5p/Kconfig |5 +++ arch/arm/plat-s5p/Makefile|1 + arch/arm/plat-s5p/dev-mfc.c

[PATCH 0/9] Multi Format Codec 5.1 driver for S5PC210 SoC

2010-12-22 Thread Jeongtae Park
for MFC v5.1 on SMDKV310 [PATCH 7/9] media: MFC: Add MFC v5.1 V4L2 driver [PATCH 8/9] ARM: S5PV310: Add MFC v5.1 platform device support for SMDKC210 [PATCH 9/9] ARM: S5PV310: Add MFC v5.1 platform device support for SMDKV310 Best regards, Jeongtae Park * Original cover letter: =

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

2010-12-22 Thread Jeongtae Park
Add fourcc values for compressed video stream formats and V4L2_CTRL_CLASS_CODEC. Also adds controls used by MFC 5.1 driver. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- include/linux/videodev2.h | 170 + 1 files changed, 170 insertions

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

2010-12-22 Thread Jeongtae Park
This patch adds clock support for MFC v5.1. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/clock.c | 68 +++ arch/arm/mach-s5pv310/include/mach/regs-clock.h |3 + 2 files changed, 71 insertions(+), 0 deletions(-) diff

[PATCH 6/9] ARM: S5PV310: Add CMA support for MFC v5.1 on SMDKV310

2010-12-22 Thread Jeongtae Park
This patch adds CMA support for MFC v5.1. It includes CMA region definition and reserve callback addition. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/mach-smdkv310.c | 35 + 1 files changed, 35 insertions(+), 0 deletions

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

2010-12-22 Thread Jeongtae Park
This patch adds MFC v5.1 platform device support for SMDKV310. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- arch/arm/mach-s5pv310/Kconfig |1 + arch/arm/mach-s5pv310/mach-smdkv310.c |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach

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

2010-12-22 Thread Jeongtae Park
This patch adds memroy map support for MFC v5.1. Reviewed-by: Peter Oh Signed-off-by: Jeongtae Park --- 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/map.h b/arch/arm/mach-s5pv310/include