[PATCH v10 01/12] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-10-17 Thread Arun Kumar K
The patch adds the DT binding documentation for Samsung Exynos5 SoC series imaging subsystem (FIMC-IS). Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- .../devicetree/bindings/media/exynos5-fimc-is.txt | 84 1

[PATCH v10 02/12] exynos5-fimc-is: Add driver core files

2013-10-17 Thread Arun Kumar K
This driver is for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. This patch adds the core files for the new driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media

[PATCH v10 09/12] exynos5-fimc-is: Add the hardware interface module

2013-10-17 Thread Arun Kumar K
The hardware interface module finally sends the commands to the FIMC-IS firmware and runs the interrupt handler for getting the responses. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com

[PATCH v10 12/12] V4L: Add s5k4e5 sensor driver

2013-10-17 Thread Arun Kumar K
communication. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media/i2c/Kconfig |8 ++ drivers/media/i2c/Makefile |1 + drivers/media/i2c/s5k4e5.c | 344 3 files changed, 353

[PATCH v10 08/12] exynos5-fimc-is: Add the hardware pipeline control

2013-10-17 Thread Arun Kumar K
, ODC, 3DNR, FD etc. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- .../media/platform/exynos5-is/fimc-is-pipeline.c | 1699 .../media/platform/exynos5-is/fimc

[PATCH v10 11/12] V4L: Add DT binding doc for s5k4e5 image sensor

2013-10-17 Thread Arun Kumar K
S5K4E5 is a Samsung raw image sensor controlled via I2C. This patch adds the DT binding documentation for the same. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- .../devicetree/bindings/media/samsung-s5k4e5.txt | 45

[PATCH v10 10/12] exynos5-is: Add Kconfig and Makefile

2013-10-17 Thread Arun Kumar K
Adds Kconfig and Makefile for exynos5-is driver files. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media/platform/Kconfig |1 + drivers/media/platform

Re: [PATCH v4 3/4] [media] exynos-scaler: Add m2m functionality for the SCALER driver

2013-10-17 Thread Arun Kumar K
Hi Kamil, As Shaik is on travel, I will correct this patch and post the updated version. Hope its ok for you to take the corrected version of this patch alone without re-spinning the whole series. Regards Arun On Wed, Oct 16, 2013 at 3:26 PM, Kamil Debski k.deb...@samsung.com wrote: Hi Shaik,

[PATCH v5] exynos-scaler: Add m2m functionality for the SCALER driver

2013-10-17 Thread Arun Kumar K
From: Shaik Ameer Basha shaik.am...@samsung.com This patch adds the Makefile and memory to memory (m2m) interface functionality for the SCALER driver. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- This patch is part of the Exynos5

Re: [GIT PULL FOR 3.13] Exynos5 SoC FIMC-IS imaging subsystem driver

2013-11-04 Thread Arun Kumar K
Hi Sylwester, Sorry for the delayed response as I was on leave. I will address the comments from Mark today itself and post those DT binding patches. Regards Arun On Wed, Oct 30, 2013 at 5:48 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 10/29/2013 01:54 PM, Mauro Carvalho

Re: [PATCH v10 01/12] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-11-04 Thread Arun Kumar K
Hi Mark, Thank you for the review. Will address your comments. Regards Arun On Tue, Oct 29, 2013 at 5:02 AM, Mark Rutland mark.rutl...@arm.com wrote: Hi, Apologies for the late reply. I have a few comments, but nothing major. On Fri, Oct 18, 2013 at 06:37:28AM +0100, Arun Kumar K wrote

[PATCH v11 02/12] [media] exynos5-fimc-is: Add driver core files

2013-11-04 Thread Arun Kumar K
This driver is for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. This patch adds the core files for the new driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media

[PATCH v11 00/12] Exynos5 IS driver

2013-11-04 Thread Arun Kumar K
from Sylwester - Made sensor subdevs as independent i2c devices - Lots of cleanup - Debugfs support added - Removed PMU global register access Arun Kumar K (12): [media] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation [media] exynos5-fimc-is: Add driver core files

[PATCH v11 01/12] [media] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-11-04 Thread Arun Kumar K
The patch adds the DT binding documentation for Samsung Exynos5 SoC series imaging subsystem (FIMC-IS). Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Mark Rutland mark.rutl...@arm.com --- .../devicetree/bindings/media/exynos5

[PATCH v11 08/12] [media] exynos5-fimc-is: Add the hardware pipeline control

2013-11-04 Thread Arun Kumar K
, ODC, 3DNR, FD etc. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- .../media/platform/exynos5-is/fimc-is-pipeline.c | 1699 .../media/platform/exynos5-is/fimc

[PATCH v11 04/12] [media] exynos5-fimc-is: Add register definition and context header

2013-11-04 Thread Arun Kumar K
This patch adds the register definition file for the fimc-is driver and also the header file containing the main context for the driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com

[PATCH v11 10/12] [media] exynos5-is: Add Kconfig and Makefile

2013-11-04 Thread Arun Kumar K
Adds Kconfig and Makefile for exynos5-is driver files. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media/platform/Kconfig |1 + drivers/media/platform

[PATCH v11 11/12] V4L: Add DT binding doc for s5k4e5 image sensor

2013-11-04 Thread Arun Kumar K
S5K4E5 is a Samsung raw image sensor controlled via I2C. This patch adds the DT binding documentation for the same. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Mark Rutland mark.rutl...@arm.com --- .../devicetree/bindings/media

[PATCH v11 06/12] [media] exynos5-fimc-is: Add scaler subdev

2013-11-04 Thread Arun Kumar K
FIMC-IS has two hardware scalers named as scaler-codec and scaler-preview. This patch adds the common code handling the video nodes and subdevs of both the scalers. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki

[PATCH v11 07/12] [media] exynos5-fimc-is: Add sensor interface

2013-11-04 Thread Arun Kumar K
Some sensors to be used with fimc-is are exclusively controlled by the fimc-is firmware. This minimal sensor driver provides the required info for the firmware to configure the sensors sitting on I2C bus. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro

[PATCH v11 05/12] [media] exynos5-fimc-is: Add isp subdev

2013-11-04 Thread Arun Kumar K
fimc-is driver takes video data input from the ISP video node which is added in this patch. This node accepts Bayer input buffers which is given from the IS sensors. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki

[PATCH v11 09/12] [media] exynos5-fimc-is: Add the hardware interface module

2013-11-04 Thread Arun Kumar K
The hardware interface module finally sends the commands to the FIMC-IS firmware and runs the interrupt handler for getting the responses. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com

[PATCH v11 12/12] V4L: Add s5k4e5 sensor driver

2013-11-04 Thread Arun Kumar K
communication. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media/i2c/Kconfig |8 ++ drivers/media/i2c/Makefile |1 + drivers/media/i2c/s5k4e5.c | 344 3 files changed, 353

Re: [GIT PULL FOR 3.13] Exynos5 SoC FIMC-IS imaging subsystem driver

2013-11-05 Thread Arun Kumar K
Hi Sylwester, Ok will resend the media-dev patch after splitting. Thanks Arun On Tue, Nov 5, 2013 at 3:48 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 05/11/13 05:21, Arun Kumar K wrote: Hi Sylwester, Sorry for the delayed response as I was on leave. I will address the comments

[PATCH v11 1/2] [media] exynos5-is: Adds DT binding documentation

2013-11-05 Thread Arun Kumar K
From: Shaik Ameer Basha shaik.am...@samsung.com The patch adds the DT binding doc for exynos5 SoC camera subsystem. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- .../bindings/media/exynos5250-camera.txt | 126

[PATCH v11 2/2] [media] exynos5-is: Add media device driver for exynos5 SoCs camera subsystem

2013-11-05 Thread Arun Kumar K
-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com [s.nawro...@samsung.com: improved the commit description] Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media/platform/exynos5-is/exynos5-mdev.c | 1211

Re: [PATCH v11 02/12] [media] exynos5-fimc-is: Add driver core files

2013-11-05 Thread Arun Kumar K
Hi Sakari, Thank you for the review. Will make the required changes. Thanks Arun On Tue, Nov 5, 2013 at 4:51 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Arun, Thanks for the patch. A few comments below. On Tue, Nov 05, 2013 at 11:42:33AM +0530, Arun Kumar K wrote: This driver

[PATCH v12 00/12] Exynos5 IS driver

2013-11-05 Thread Arun Kumar K
Arun Kumar K (12): [media] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation [media] exynos5-fimc-is: Add driver core files [media] exynos5-fimc-is: Add common driver header files [media] exynos5-fimc-is: Add register definition and context header [media] exynos5

[PATCH v12 06/12] [media] exynos5-fimc-is: Add scaler subdev

2013-11-05 Thread Arun Kumar K
FIMC-IS has two hardware scalers named as scaler-codec and scaler-preview. This patch adds the common code handling the video nodes and subdevs of both the scalers. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki

[PATCH v12 01/12] [media] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-11-05 Thread Arun Kumar K
The patch adds the DT binding documentation for Samsung Exynos5 SoC series imaging subsystem (FIMC-IS). Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Mark Rutland mark.rutl...@arm.com --- .../devicetree/bindings/media/exynos5

[PATCH v12 02/12] [media] exynos5-fimc-is: Add driver core files

2013-11-05 Thread Arun Kumar K
This driver is for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. This patch adds the core files for the new driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media

[PATCH v12 05/12] [media] exynos5-fimc-is: Add isp subdev

2013-11-05 Thread Arun Kumar K
fimc-is driver takes video data input from the ISP video node which is added in this patch. This node accepts Bayer input buffers which is given from the IS sensors. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki

[PATCH v12 04/12] [media] exynos5-fimc-is: Add register definition and context header

2013-11-05 Thread Arun Kumar K
This patch adds the register definition file for the fimc-is driver and also the header file containing the main context for the driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com

[PATCH v12 11/12] V4L: Add DT binding doc for s5k4e5 image sensor

2013-11-05 Thread Arun Kumar K
S5K4E5 is a Samsung raw image sensor controlled via I2C. This patch adds the DT binding documentation for the same. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Mark Rutland mark.rutl...@arm.com --- .../devicetree/bindings/media

[PATCH v12 10/12] [media] exynos5-is: Add Kconfig and Makefile

2013-11-05 Thread Arun Kumar K
Adds Kconfig and Makefile for exynos5-is driver files. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media/platform/Kconfig |1 + drivers/media

[PATCH v12 07/12] [media] exynos5-fimc-is: Add sensor interface

2013-11-05 Thread Arun Kumar K
Some sensors to be used with fimc-is are exclusively controlled by the fimc-is firmware. This minimal sensor driver provides the required info for the firmware to configure the sensors sitting on I2C bus. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro

[PATCH v12 12/12] V4L: Add s5k4e5 sensor driver

2013-11-05 Thread Arun Kumar K
communication. Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media/i2c/Kconfig |8 ++ drivers/media/i2c/Makefile |1 + drivers/media/i2c/s5k4e5.c | 344 3 files changed, 353

Re: [PATCH v11 03/12] [media] exynos5-fimc-is: Add common driver header files

2013-11-05 Thread Arun Kumar K
Hi Sakari, Thank you for the review. On Tue, Nov 5, 2013 at 6:21 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Arun, On Tue, Nov 05, 2013 at 11:42:34AM +0530, Arun Kumar K wrote: This patch adds all the common header files used by the fimc-is driver. It includes the commands

Re: [PATCH v11 03/12] [media] exynos5-fimc-is: Add common driver header files

2013-11-06 Thread Arun Kumar K
Hi Sylwester, On Wed, Nov 6, 2013 at 4:53 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi, On 05/11/13 14:16, Arun Kumar K wrote: +struct is_common_reg { + u32 hicmd; + u32 hic_sensorid; + u32 hic_param[4]; + + u32 reserved1[3]; [...] + u32 meta_iflag

[PATCH] [media] s5p-mfc: Add QP setting support for vp8 encoder

2013-11-11 Thread Arun Kumar K
Adds v4l2 controls to set MIN, MAX QP values and I, P frame QP for vp8 encoder. Signed-off-by: Kiran AVND avnd.ki...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- Documentation/DocBook/media/v4l/controls.xml| 32 + drivers/media/platform/s5p-mfc

Re: [PATCH] [media] s5p-mfc: Add QP setting support for vp8 encoder

2013-11-11 Thread Arun Kumar K
Hi Hans, On Mon, Nov 11, 2013 at 3:01 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Arun, On 11/11/2013 10:19 AM, Arun Kumar K wrote: Adds v4l2 controls to set MIN, MAX QP values and I, P frame QP for vp8 encoder. I assume these parameters and their ranges are all defined by the VP8

Re: [PATCH] [media] s5p-mfc: Add QP setting support for vp8 encoder

2013-11-11 Thread Arun Kumar K
Hi Hans, On Mon, Nov 11, 2013 at 7:03 PM, Hans Verkuil hverk...@xs4all.nl wrote: On 11/11/2013 11:44 AM, Arun Kumar K wrote: Hi Hans, On Mon, Nov 11, 2013 at 3:01 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Arun, On 11/11/2013 10:19 AM, Arun Kumar K wrote: Adds v4l2 controls to set MIN

[PATCH v2] [media] s5p-mfc: Add QP setting support for vp8 encoder

2013-11-14 Thread Arun Kumar K
Adds v4l2 controls to set MIN, MAX QP values and I, P frame QP for vp8 encoder. Signed-off-by: Kiran AVND avnd.ki...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- Changes from v1: - Removed the valid range from documentation as suggested by Hans. http://www.mail-archive.com

[PATCH] CHROMIUM: s5p-mfc: add controls to set vp8 enc profile

2013-12-09 Thread Arun Kumar K
Add v4l2 controls to set desired profile for VP8 encoder. Acceptable levels for VP8 encoder are 0: Version 0 1: Version 1 2: Version 2 3: Version 3 Signed-off-by: Pawel Osciak posc...@chromium.org Signed-off-by: Kiran AVND avnd.ki...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com

Re: [PATCH] CHROMIUM: s5p-mfc: add controls to set vp8 enc profile

2013-12-09 Thread Arun Kumar K
Hi Hans, Thanks for the review. On Mon, Dec 9, 2013 at 6:52 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Arun, Some comments below... On 12/09/2013 02:16 PM, Arun Kumar K wrote: Add v4l2 controls to set desired profile for VP8 encoder. Acceptable levels for VP8 encoder are 0: Version 0

Re: [PATCH] CHROMIUM: s5p-mfc: add controls to set vp8 enc profile

2013-12-09 Thread Arun Kumar K
Hi Pawel, On Tue, Dec 10, 2013 at 6:21 AM, Pawel Osciak posc...@chromium.org wrote: Hi Arun, On Mon, Dec 9, 2013 at 10:16 PM, Arun Kumar K arun...@samsung.com wrote: Add v4l2 controls to set desired profile for VP8 encoder. Acceptable levels for VP8 encoder are 0: Version 0 1: Version 1 2

Re: [PATCH] CHROMIUM: s5p-mfc: add controls to set vp8 enc profile

2013-12-09 Thread Arun Kumar K
Hi Sachin, On Tue, Dec 10, 2013 at 10:38 AM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Arun, On 10 December 2013 10:15, Arun Kumar K arunkk.sams...@gmail.com wrote: Hi Pawel, On Tue, Dec 10, 2013 at 6:21 AM, Pawel Osciak posc...@chromium.org wrote: Hi Arun, Ok will make the change

Re: [PATCH v11 1/2] [media] exynos5-is: Adds DT binding documentation

2013-12-12 Thread Arun Kumar K
Hi Sylwester, On Thu, Dec 12, 2013 at 9:02 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Arun, (Adding Mark and Mauro to Cc) On 05/11/13 12:19, Arun Kumar K wrote: From: Shaik Ameer Basha shaik.am...@samsung.com The patch adds the DT binding doc for exynos5 SoC camera subsystem

[PATCH v10 2/2] [media] exynos5-is: Add media device driver for exynos5 SoCs camera subsystem

2013-12-12 Thread Arun Kumar K
-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com [s.nawro...@samsung.com: improved the commit description] Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com --- drivers/media/platform/exynos5-is/exynos5-mdev.c | 1211

[PATCH v10 1/2] [media] exynos5-is: Adds DT binding documentation

2013-12-12 Thread Arun Kumar K
From: Shaik Ameer Basha shaik.am...@samsung.com The patch adds the DT binding doc for exynos5 SoC camera subsystem. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- .../bindings/media/exynos5250-camera.txt | 136

[PATCH v10 0/2] Exynos5 Camera driver

2013-12-12 Thread Arun Kumar K
This is part of Exynos5 IS driver series with review comments from Mark Rutland addressed for media device driver DT binding part. Only the media driver part of the full series is included in this patchset. Changes from v9 --- - Addressed review comments from Mark Rutland

[PATCH v2] [media] s5p-mfc: Add controls to set vp8 enc profile

2013-12-16 Thread Arun Kumar K
-by: Arun Kumar K arun...@samsung.com --- Changes from v1 --- - Addressed review comments from Hans and Pawel https://www.mail-archive.com/linux-media@vger.kernel.org/msg68970.html https://www.mail-archive.com/linux-media@vger.kernel.org/msg68990.html --- Documentation/DocBook/media/v4l

[PATCH] Add MFC device tree support

2012-10-25 Thread Arun Kumar K
This patch adds device tree support for MFC driver. The arch side patch for Exynos5250 adding MFC DT node is applied to linux-samsung tree. [1] [1]http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg12672.html Arun Kumar K (1): s5p-mfc: Add device tree support drivers/media

[PATCH] s5p-mfc: Add device tree support

2012-10-25 Thread Arun Kumar K
This patch will add the device tree support for MFC driver. Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc.c | 100 +- 1 files changed, 84 insertions(+), 16 deletions(-) diff --git a/drivers/media/platform/s5p-mfc

Re: [PATCH 4/4] s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_coherent

2012-11-03 Thread Arun Kumar K
Hi Kamil, I found an issue while testing this patch on Exynos4. On Wed, Oct 24, 2012 at 7:45 PM, Kamil Debski k.deb...@samsung.com wrote: Change internal buffer allocation from vb2 memory ops call to direct calls of dma_alloc_coherent. This change shortens the code and makes it much more

[PATCH v1] Add MFC device tree support

2012-11-03 Thread Arun Kumar K
by Seung-Woo Kim. Arun Kumar K (1): s5p-mfc: Add device tree support drivers/media/platform/s5p-mfc/s5p_mfc.c | 114 +- 1 files changed, 97 insertions(+), 17 deletions(-) -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

[PATCH v1] s5p-mfc: Add device tree support

2012-11-03 Thread Arun Kumar K
This patch will add the device tree support for MFC driver. Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc.c | 114 +- 1 files changed, 97 insertions(+), 17 deletions(-) diff --git a/drivers/media/platform/s5p-mfc

[PATCH] [media] s5p-mfc: Bug fix of timestamp/timecode copy mechanism

2012-11-05 Thread Arun Kumar K
Modified the function s5p_mfc_get_dec_y_adr_v6 to access the decode Y address register instead of display Y address. Signed-off-by: Sunil Mazhavanchery sun...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |2 +- 1 files

[PATCH] [media] s5p-mfc: Handle multi-frame input buffer

2012-11-14 Thread Arun Kumar K
When one input buffer has multiple frames, it should be fed again to the hardware with the remaining bytes. Removed the check for P frame in this scenario as this condition can come with all frame types. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: ARUN MANKUZHI aru

[PATCH] [media] s5p-mfc: Flush DPB buffers during stream off

2012-11-22 Thread Arun Kumar K
Flushing of delay DPB buffers have to be done during stream off. In MFC v6, it is done with a risc to host command. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Arun Mankuzhi aru...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc.c|6 ++ drivers/media

Re: [PATCH] s5p-mfc: Fix interrupt error handling routine

2012-12-13 Thread Arun Kumar K
Hi Kamil, No problem. First I would like to see this tested by Arun Kumar (he has Exynos 5) and Pawel Osciak (he did report the problem to me). I tested this on Exynos5 with some error streams and found no issues. If there is any specific error stream to test then please tell me. Regards

Re: Wrong patch applied to media-tree

2013-01-18 Thread Arun Kumar K
Hi Sylwester, Now when the patch is in Mauro's tree we can only fix it by applying an incremental patch. Can you prepare it and send to LMML ? I would then include it in my second pull request for v3.9. Sure I will send an incremental patch. Regards Arun -- To unsubscribe from this list:

[PATCH] [media] s5p-mfc: Fix kernel warning on memory init

2013-01-18 Thread Arun Kumar K
Cleaned up the memory devices allocation code and added missing device_initialize() call to remove the kernel warning during memory allocations. Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc.c | 78 +- 1 file changed, 45

[PATCH] [media] s5p-mfc: Fix frame skip bug

2013-02-26 Thread Arun Kumar K
The issue was seen in VP8 decoding where the last frame was skipped by the driver. This patch gets the correct frame_type value to fix this bug. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Arun Mankuzhi aru...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc.c |2

[PATCH] [media] s5p-mfc: Fix encoder control 15 issue

2013-03-06 Thread Arun Kumar K
mfc-encoder is not working in the latest kernel giving the erorr Adding control (15) failed. Adding the missing step parameter in this control to fix the issue. Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c |1 + 1 file changed, 1 insertion

Re: [PATCH] [media] s5p-mfc: Fix encoder control 15 issue

2013-03-06 Thread Arun Kumar K
Hi Sylwester, Do you mean this problem was not observed in 3.8 kernel and something has changed in the v4l2 core so it fails in 3.9-rc now ? Or is it related to some change in the driver itself ? I saw this problem in 3.9rc1 and also in 3.8 stable. But I havent seen this in media-tree v3.9

[RFC 00/12] Exynos5 FIMC-IS driver

2013-03-08 Thread Arun Kumar K
based on media-tree v3.9. [1] http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg16191.html Arun Kumar K (12): exynos-fimc-is: Adding device tree nodes exynos-fimc-is: Adding ARCH support for fimc-is exynos-fimc-is: Adds fimc-is driver core files exynos-fimc-is: Adds common

[RFC 01/12] exynos-fimc-is: Adding device tree nodes

2013-03-08 Thread Arun Kumar K
Add the fimc-is node and the required pinctrl nodes for fimc-is driver for Exynos5. Also adds the DT binding documentation for the new fimc-is node. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- .../devicetree/bindings/media/soc/exynos5

[RFC 02/12] exynos-fimc-is: Adding ARCH support for fimc-is

2013-03-08 Thread Arun Kumar K
Adds new clocks needed for ISP submodules in the camera subsystem of Exynos5250. Also adds the AUXDATA entry in mach-exynos5-dt.c. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 129

[RFC 03/12] exynos-fimc-is: Adds fimc-is driver core files

2013-03-08 Thread Arun Kumar K
This driver is for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. This patch adds the core files for the new driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- drivers/media/platform/exynos5-is/fimc-is-core.c | 421

[RFC 05/12] exynos-fimc-is: Adds the register definition and context header

2013-03-08 Thread Arun Kumar K
This patch adds the register definition file for the fimc-is driver and also the header file containing the main context for the driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- drivers/media/platform/exynos5-is/fimc-is-regs.h | 352

[RFC 06/12] exynos-fimc-is: Adds the sensor subdev

2013-03-08 Thread Arun Kumar K
FIMC-IS uses certain sensors which are exclusively controlled from the IS firmware. This patch adds the sensor subdev for the fimc-is sensors. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- drivers/media/platform/exynos5-is/fimc-is-sensor.c

[RFC 07/12] exynos-fimc-is: Adds isp subdev

2013-03-08 Thread Arun Kumar K
fimc-is driver takes video data input from the ISP video node which is added in this patch. This node accepts Bayer input buffers which is given from the IS sensors. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- drivers/media/platform

[RFC 08/12] exynos-fimc-is: Adds scaler subdev

2013-03-08 Thread Arun Kumar K
FIMC-IS has two hardware scalers named as scaler-codec and scaler-preview. This patch adds the common code handling the video nodes and subdevs of both the scalers. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- drivers/media/platform/exynos5

[RFC 10/12] exynos-fimc-is: Adds the hardware interface module

2013-03-08 Thread Arun Kumar K
The hardware interface module finally sends the commands to the FIMC-IS firmware and runs the interrupt handler for getting the responses. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- .../media/platform/exynos5-is/fimc-is-interface.c

[RFC 11/12] exynos-fimc-is: Adds the Kconfig and Makefile

2013-03-08 Thread Arun Kumar K
Modifies the exynos5-is Makefile and Kconfig to include the new fimc-is driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- drivers/media/platform/exynos5-is/Kconfig | 12 drivers/media/platform/exynos5-is/Makefile |3

[RFC 12/12] mipi-csis: Enable all interrupts for fimc-is usage

2013-03-08 Thread Arun Kumar K
FIMC-IS firmware needs all the MIPI-CSIS interrupts to be enabled. This patch enables all those MIPI interrupts. Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/s5p-fimc/mipi-csis.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media

Re: [RFC 12/12] mipi-csis: Enable all interrupts for fimc-is usage

2013-03-12 Thread Arun Kumar K
Hi Sylwester, /* Interrupt mask */ #define S5PCSIS_INTMSK 0x10 -#define S5PCSIS_INTMSK_EN_ALL0xf000103f +#define S5PCSIS_INTMSK_EN_ALL0xfc00103f Do you know what interrupts are assigned to the CSIS_INTMSK bits 26, 27 ? In the

[PATCH] [media] s5p-mfc: Modify encoder buffer alloc sequence

2013-03-15 Thread Arun Kumar K
context. Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c| 98 +++ drivers/media/platform/s5p-mfc/s5p_mfc_opr.h|1 + drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |7 ++ drivers/media/platform/s5p-mfc

Re: NACK: [PATCH] [media] s5p-mfc: Modify encoder buffer alloc sequence

2013-03-20 Thread Arun Kumar K
Hi John Sheu, On Thu, Mar 21, 2013 at 7:30 AM, John Sheu s...@google.com wrote: Arun Kumar K arun.kk at samsung.com writes: MFC v6 needs minimum number of capture buffers to be queued for encoder depending on the stream type and profile. For achieving this the sequence for allocating buffers

[PATCH v2] [media] s5p-mfc: Modify encoder buffer alloc sequence

2013-03-26 Thread Arun Kumar K
context. Signed-off-by: Arun Kumar K arun...@samsung.com --- Changes from v1 - Corrected the commit message as pointed out by John Sheu. http://www.spinics.net/lists/linux-media/msg61477.html --- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c| 98 +++ drivers/media/platform

Re: [RFC 01/12] exynos-fimc-is: Adding device tree nodes

2013-03-26 Thread Arun Kumar K
Hi Sylwester, Thank you for the review. +Sensor sub-nodes: + +FIMC-IS IP supports custom built sensors to be controlled exclusively by +the FIMC-IS firmware. These sensor properties are to be defined here. [snip] Defining image sensor nodes in a standard way as ISP I2C bus controller

Re: [RFC 01/12] exynos-fimc-is: Adding device tree nodes

2013-03-26 Thread Arun Kumar K
On Wed, Mar 27, 2013 at 4:21 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 03/26/2013 01:17 PM, Arun Kumar K wrote: +Sensor sub-nodes: + +FIMC-IS IP supports custom built sensors to be controlled exclusively by +the FIMC-IS firmware. These sensor properties are to be defined

Re: [PATCH v2] [media] s5p-mfc: Modify encoder buffer alloc sequence

2013-03-27 Thread Arun Kumar K
Hi Kamil, Thank you for the review. Please find my response inline. On Wed, Mar 27, 2013 at 4:54 PM, Kamil Debski k.deb...@samsung.com wrote: Hi, From: Arun Kumar K [mailto:arun...@samsung.com] Sent: Tuesday, March 26, 2013 8:28 AM MFC v6 needs minimum number of output buffers to be queued

RE: [PATCH v4 1/4] [media] s5p-mfc: Update MFCv5 driver for callback based architecture

2012-08-23 Thread Arun Kumar K
Hi Kamil, Thank you for the review comments. Will post v5 patches incorporating your comments. Regards Arun --- Original Message --- Sender : Kamil Debskik.deb...@samsung.com Software Engineer/SPRC-Linux Platform (SSD)/Samsung Electronics Date : Aug 22, 2012 21:48 (GMT+05:30) Title

[PATCH v5 0/4] Update MFC v4l2 driver to support MFC6.x

2012-08-27 Thread Arun Kumar K
-archive.com/linux-media@vger.kernel.org/msg48973.html Arun Kumar K (1): [media] s5p-mfc: Update MFCv5 driver for callback based architecture Jeongtae Park (3): [media] s5p-mfc: Add MFC variant data to device context [media] s5p-mfc: MFCv6 register definitions [media] s5p-mfc: Update MFC v4l2

[PATCH v5 2/4] [media] s5p-mfc: Add MFC variant data to device context

2012-08-27 Thread Arun Kumar K
Kim janghyuck@samsung.com Signed-off-by: Jaeryul Oh jaeryul...@samsung.com Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/video/s5p-mfc/regs-mfc.h | 17 ++ drivers/media/video/s5p-mfc/s5p_mfc.c

[PATCH v5 3/4] [media] s5p-mfc: MFCv6 register definitions

2012-08-27 Thread Arun Kumar K
...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/video/s5p-mfc/regs-mfc-v6.h | 440 + 1 files changed, 440 insertions(+), 0 deletions(-) create mode 100644 drivers/media/video/s5p-mfc/regs-mfc-v6.h diff --git a/drivers/media/video/s5p-mfc

Re: [PATCH v5 0/4] Update MFC v4l2 driver to support MFC6.x

2012-08-27 Thread Arun Kumar K
Hi, Thank you Sylvester and Sachin for pointing it out. Will rebase the patches on media tree along with other comments if any from Kamil. Regards Arun --- Original Message --- Sender : Sylwester Nawrockisylvester.nawro...@gmail.com Date : Aug 28, 2012 00:20 (GMT+05:30) Title : Re:

RE: [PATCH v5 1/4] [media] s5p-mfc: Update MFCv5 driver for callback based architecture

2012-08-31 Thread Arun Kumar K
Platform Group Samsung Poland RD Center From: Arun Kumar K [mailto:arun...@samsung.com] Sent: 27 August 2012 04:58 [...] diff --git a/drivers/media/video/s5p-mfc/s5p_mfc.c b/drivers/media/video/s5p- mfc/s5p_mfc.c index 9bb68e7..ab66680 100644 --- a/drivers/media/video/s5p-mfc/s5p_mfc.c

[PATCH v6 0/6] Update MFC v4l2 driver to support MFC6.x

2012-08-31 Thread Arun Kumar K
patches adding required v4l controls - Addressed review comments of Patch v5 Arun Kumar K (1): [media] s5p-mfc: Update MFCv5 driver for callback based architecture Jeongtae Park (5): [media] v4l: Add fourcc definitions for new formats [media] v4l: Add control definitions for new H264 encoder

[PATCH v6 1/6] [media] v4l: Add fourcc definitions for new formats

2012-08-31 Thread Arun Kumar K
...@samsung.com Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- Documentation/DocBook/media/v4l/pixfmt-nv12m.xml | 17 - Documentation/DocBook/media/v4l/pixfmt.xml | 10 ++ include/linux/videodev2.h

[PATCH v6 2/6] [media] v4l: Add control definitions for new H264 encoder features

2012-08-31 Thread Arun Kumar K
ch.nav...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- Documentation/DocBook/media/v4l/controls.xml | 268 +- drivers/media/v4l2-core/v4l2-ctrls.c | 42 include/linux/videodev2.h| 41 3 files changed, 350

[PATCH v6 4/6] [media] s5p-mfc: Add MFC variant data to device context

2012-08-31 Thread Arun Kumar K
Kim janghyuck@samsung.com Signed-off-by: Jaeryul Oh jaeryul...@samsung.com Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/s5p-mfc/regs-mfc.h | 17 ++ drivers/media/platform/s5p-mfc/s5p_mfc.c

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

2012-08-31 Thread Arun Kumar K
...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/s5p-mfc/regs-mfc-v6.h | 440 ++ 1 files changed, 440 insertions(+), 0 deletions(-) create mode 100644 drivers/media/platform/s5p-mfc/regs-mfc-v6.h diff --git a/drivers/media/platform/s5p

[PATCH v1 0/2] Add MFC device tree support

2012-09-03 Thread Arun Kumar K
: - Moved board specific DT information to different dtsi file - Changed compatible name for the device - Addressed other review comments [1] http://www.mail-archive.com/linux-media@vger.kernel.org/msg51284.html Arun Kumar K (1): [media] s5p-mfc: Add device tree support Naveen Krishna Chatradhi (1

[PATCH v1 1/2] ARM: EXYNOS: Add MFC device tree support

2012-09-03 Thread Arun Kumar K
Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- arch/arm/boot/dts/exynos4210-origen.dts |7 +++ arch/arm/boot/dts/exynos4210.dtsi |6 ++ arch/arm/boot/dts/exynos5250-smdk5250.dts |7 +++ arch/arm/boot/dts/exynos5250.dtsi

[PATCH v1 2/2] [media] s5p-mfc: Add device tree support

2012-09-03 Thread Arun Kumar K
This patch will add the device tree support for MFC driver. Signed-off-by: Arun Kumar K arun...@samsung.com --- .../devicetree/bindings/media/s5p-mfc.txt | 27 + drivers/media/platform/s5p-mfc/s5p_mfc.c | 104 +--- 2 files changed, 115 insertions(+), 16

RE: [PATCH v6 6/6] [media] s5p-mfc: Update MFC v4l2 driver to support MFC6.x

2012-09-28 Thread Arun Kumar K
-by: Jaeryul Oh jaeryul...@samsung.com Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/Kconfig |4 +- drivers/media/platform/s5p-mfc/Makefile |8 +- drivers/media/platform/s5p-mfc

[PATCH v7 0/6] Update MFC v4l2 driver to support MFC6.x

2012-09-28 Thread Arun Kumar K
Kumar K (4): [media] v4l: Add fourcc definitions for new formats [media] v4l: Add control definitions for new H264 encoder features [media] s5p-mfc: Update MFCv5 driver for callback based architecture [media] s5p-mfc: Add MFC variant data to device context Jeongtae Park (2): [media] s5p-mfc

<    1   2   3   4   5   >