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

2013-10-17 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 Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is/fimc-is-regs.h | 105

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

2013-10-17 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 Reviewed-by: Sylwester Nawrocki --- drivers/media/platform

[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 Reviewed-by: Sylwester Nawrocki --- .../devicetree/bindings/media/samsung-s5k4e5.txt | 45 1 file changed, 45 insertions

[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 Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- .../media/platform/exynos5-is/fimc-is-pipeline.c | 1699 .../media/platform/exynos5-is/fimc-is-pipeline.h | 129 ++ 2 files changed, 1828 insertions(+) create

[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 Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- .../media/platform/exynos5-is/fimc-is-interface.c | 810

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

2013-10-17 Thread Arun Kumar K
e I2C communication. Signed-off-by: Arun Kumar K Reviewed-by: Sylwester Nawrocki --- drivers/media/i2c/Kconfig |8 ++ drivers/media/i2c/Makefile |1 + drivers/media/i2c/s5k4e5.c | 344 3 files changed, 353 insertions(+) create mode 100644 dr

[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 Signed-off-by: Arun Kumar K Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/Kconfig |1 + drivers/media/platform/Makefile|1 + drivers/media/platform/exynos5-is

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 wrote: > Hi Shaik, > > I tried to build

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

2013-10-17 Thread Arun Kumar K
From: Shaik Ameer Basha This patch adds the Makefile and memory to memory (m2m) interface functionality for the SCALER driver. Signed-off-by: Shaik Ameer Basha Signed-off-by: Arun Kumar K --- This patch is part of the Exynos5 Series SCALER Driver patchset [1] with the compilation error

[PATCH] ARM: dts: Add atmel trackpad node to 5250 cros

2014-04-13 Thread Arun Kumar K
The newer versions of exynos5250 based Snow boards have atmel trackpad. Updating relevant nodes for the same. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5250-cros-common.dtsi | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH 2/2] [media] s5p-mfc: Add support for resolution change event

2014-04-16 Thread Arun Kumar K
From: Pawel Osciak When a resolution change point is reached, queue an event to signal the userspace that a new set of buffers is required before decoding can continue. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc/s5p_mfc.c |6

[PATCH 1/2] v4l: Add resolution change event.

2014-04-16 Thread Arun Kumar K
From: Pawel Osciak This event indicates that the decoder has reached a point in the stream, at which the resolution changes. The userspace is expected to provide a new set of CAPTURE buffers for the new format before decoding can continue. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar

Re: [PATCH 1/2] v4l: Add resolution change event.

2014-04-16 Thread Arun Kumar K
Hi Laurent and Hans, Thank you for the review. On Wed, Apr 16, 2014 at 7:46 PM, Hans Verkuil wrote: > On 04/16/2014 04:09 PM, Laurent Pinchart wrote: >> Hi Arun, >> >> Thank you for the patch. >> On Wednesday 16 April 2014 18:29:21 Arun Kumar K wrote: >>> Fr

[PATCH] ARM: dts: Add peach-pit board support

2014-04-19 Thread Arun Kumar K
Adds the google peach-pit board dts file which uses exynos5420 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos5420-peach-pit.dts | 225 2 files changed, 226 insertions

[PATCH 0/4] Add support for Exynos5800 SoC

2014-04-20 Thread Arun Kumar K
-use the 5420 dtsi by renaming it to exynos5-octa. This series is re-based on the 5420 clock cleanup series posted by Shaik [1]. [1] http://www.spinics.net/lists/arm-kernel/msg318493.html Alim Akhtar (1): clk: exynos5420: Add 5800 specific clocks Arun Kumar K (3): ARM: EXYNOS: Add 5800 SoC

[PATCH 1/4] ARM: EXYNOS: Add 5800 SoC support

2014-04-20 Thread Arun Kumar K
Exynos5800 is an octa core SoC which is based on the 5420 platform. This patch adds the basic SoC support. Signed-off-by: Arun Kumar K --- arch/arm/mach-exynos/Kconfig |8 arch/arm/mach-exynos/exynos.c|1 + arch/arm/mach-exynos/platsmp.c |2

[PATCH 4/4] ARM: dts: Add peach-pi board support

2014-04-20 Thread Arun Kumar K
Adds support for google peach-pi board having the Exynos5800 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson --- arch/arm/boot/dts/Makefile|3 +- arch/arm/boot/dts/exynos5800-peach-pi.dts | 225 + 2 files changed, 227 insertions

[PATCH 2/4] clk: exynos5420: Add 5800 specific clocks

2014-04-20 Thread Arun Kumar K
Signed-off-by: Arun Kumar K --- .../devicetree/bindings/clock/exynos5420-clock.txt |3 +- drivers/clk/samsung/clk-exynos5420.c | 276 include/dt-bindings/clock/exynos5420.h |4 + 3 files changed, 224 insertions(+), 59 deletions(-) diff

[PATCH 3/4] ARM: dts: Add 5800 dt files

2014-04-20 Thread Arun Kumar K
Most of the nodes of exynos5420 remains same for exynos5800. So moving the common dt nodes to exynos5-octa.dtsi. The pinctrl dtsi is completely re-used and is renamed to exynos5-octa-pinctrl.dtsi. Signed-off-by: Arun Kumar K --- ...5420-pinctrl.dtsi => exynos5-octa-pinctrl.dtsi} |0 a

[PATCH v2 0/2] Add resolution change event

2014-04-21 Thread Arun Kumar K
This patchset adds the resolution change event to the MFC decoder. This will be used for triggering the runtime resolution change. Changes from v1 --- - Addressed review comments from Hans and Laurent https://patchwork.kernel.org/patch/4000951/ Pawel Osciak (2): v4l: Add resolutio

[PATCH v2 2/2] [media] s5p-mfc: Add support for resolution change event

2014-04-21 Thread Arun Kumar K
From: Pawel Osciak When a resolution change point is reached, queue an event to signal the userspace that a new set of buffers is required before decoding can continue. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc/s5p_mfc.c |6

[PATCH v2 1/2] v4l: Add resolution change event.

2014-04-21 Thread Arun Kumar K
involving resolution or format changes at runtime for all kinds of video devices. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- .../DocBook/media/v4l/vidioc-subscribe-event.xml | 16 include/uapi/linux/videodev2.h |6 ++ 2 files changed

Re: [PATCH v2 1/2] v4l: Add resolution change event.

2014-04-21 Thread Arun Kumar K
Hi Pawel, On Mon, Apr 21, 2014 at 2:58 PM, Pawel Osciak wrote: > Arun, I think it'd better if you attributed this patch to yourself, I'm not > the author of it. I only wrote patch 2/2 in this series. > Thanks, > Pawel > > Sure I will change it. I kept your name as it was a rework of your patch f

Re: [PATCH v2 1/2] v4l: Add resolution change event.

2014-04-21 Thread Arun Kumar K
Hi Laurent, Thank you for the review. On Mon, Apr 21, 2014 at 3:54 PM, Laurent Pinchart wrote: > Hi Arun, > > Thank you for the patch. > > On Monday 21 April 2014 14:56:01 Arun Kumar K wrote: >> From: Pawel Osciak >> >> This event indicates that the decoder

Re: [PATCH] ARM: dts: Add peach-pit board support

2014-04-21 Thread Arun Kumar K
Hi Sachin, Thank you for the review. Will address you comments and post the next version. Regards Arun On Mon, Apr 21, 2014 at 10:59 AM, Sachin Kamat wrote: > Hi Arun, > > On 20 April 2014 10:56, Arun Kumar K wrote: >> Adds the google peach-pit board dts file which uses &g

Re: [PATCH] ARM: dts: Add peach-pit board support

2014-04-22 Thread Arun Kumar K
Hi Doug, Thank you for the review. On Tue, Apr 22, 2014 at 4:26 AM, Doug Anderson wrote: > Arun, > > On Sat, Apr 19, 2014 at 10:26 PM, Arun Kumar K wrote: >> Adds the google peach-pit board dts file which uses >> exynos5420 SoC. >> >> Signed-off-by: Aru

Re: [PATCH] ARM: dts: Add peach-pit board support

2014-04-22 Thread Arun Kumar K
Hi Tushar, Thank you for the review. On Tue, Apr 22, 2014 at 11:13 AM, Tushar Behera wrote: > On 20 April 2014 10:56, Arun Kumar K wrote: >> Adds the google peach-pit board dts file which uses >> exynos5420 SoC. >> >> Signed-off-by: Arun Kumar K >> Signed-off-b

[PATCH] [media] s5p-mfc: Add IOMMU support

2014-04-22 Thread Arun Kumar K
The patch adds IOMMU support for MFC driver. Signed-off-by: Arun Kumar K --- This patch is tested on IOMMU support series [1] posted by KyonHo Cho. [1] https://lkml.org/lkml/2014/3/14/9 --- drivers/media/platform/s5p-mfc/s5p_mfc.c | 33 ++ 1 file changed, 33

Re: [PATCH] [media] s5p-mfc: Add IOMMU support

2014-04-22 Thread Arun Kumar K
Hi Laurent, Thank you for the review. On Tue, Apr 22, 2014 at 5:23 PM, Laurent Pinchart wrote: > Hi Arun, > > Thank you for the patch. > > On Tuesday 22 April 2014 16:32:48 Arun Kumar K wrote: >> The patch adds IOMMU support for MFC driver. > > I've been working

[PATCH 3/3] [media] s5p-mfc: Rename IS_MFCV7 macro

2014-04-23 Thread Arun Kumar K
With the inclusion of MFCv8 which reuses the v7 code, the macro IS_MFCV7 is modified to IS_MFCV7_PLUS. Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc/s5p_mfc_common.h |2 +- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c|2 +- drivers/media/platform/s5p-mfc

[PATCH 0/3] Add MFCv8 support

2014-04-23 Thread Arun Kumar K
buffer for decode. [media] s5p-mfc: Add a control for IVF format for VP8 encoder Arun Kumar K (1): [media] s5p-mfc: Rename IS_MFCV7 macro Kiran AVND (2): [media] s5p-mfc: Add variants to access mfc registers [media] s5p-mfc: Core support to add v8 decoder .../devicetree/bindings/media/s

[PATCH 2/3] [media] s5p-mfc: Core support to add v8 decoder

2014-04-23 Thread Arun Kumar K
From: Kiran AVND This patch adds variant data and core support for V8 decoder. This patch also adds the register definition file for new firmware version v8 for MFC. Signed-off-by: Kiran AVND Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- .../devicetree/bindings/media/s5p

[PATCH v2] ARM: dts: Add peach-pit board support

2014-04-23 Thread Arun Kumar K
Adds the google peach-pit board dts file which uses exynos5420 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson --- Changes from v1 --- - Addressed review comments from Doug, Sachin & Tushar - Removed adc and lid-switch nodes --- arch/arm/boot/dts/Make

[PATCH v5] clk: Exynos5250: Add clocks for G3D

2014-04-24 Thread Arun Kumar K
This patch adds the required clocks for ARM Mali IP in Exynos5250. Signed-off-by: Arun Kumar K --- This patch somehow got missed getting merged long time back after Acks by Mike and Kukjin and review done by Tomasz and Doug. http://www.spinics.net/lists/linux-samsung-soc/msg21608.html Resending

Re: [PATCH v2] ARM: dts: Add peach-pit board support

2014-04-24 Thread Arun Kumar K
Thanks Doug & Tushar for the Reviewed-by. On Fri, Apr 25, 2014 at 12:27 AM, Doug Anderson wrote: > Arun, > > On Wed, Apr 23, 2014 at 9:17 PM, Arun Kumar K wrote: >> Adds the google peach-pit board dts file which uses >> exynos5420 SoC. >> >> Signed-off-by:

Re: [PATCH 0/5] ARM: dts: enable display for peach-pit and snow boards

2014-04-25 Thread Arun Kumar K
Hi, Tested this whole series on peach-pit board. Tested-by : Arun Kumar K On Sun, Apr 20, 2014 at 5:18 PM, Rahul Sharma wrote: > From: Rahul Sharma > > Add nodes for fimd and dp controller for exynos5250 based snow > and exynos5420 based peach-pit board. > > This series

Re: [PATCH v5] clk: Exynos5250: Add clocks for G3D

2014-04-27 Thread Arun Kumar K
Hi Tomasz, Thank you for the review. Will address your comments and post the updated patch soon. Regards Arun On Sat, Apr 26, 2014 at 5:15 AM, Tomasz Figa wrote: > Hi Arun, > > > On 24.04.2014 16:49, Arun Kumar K wrote: >> >> This patch adds the required clocks for ARM

Re: [PATCH v2] ARM: dts: Add peach-pit board support

2014-04-27 Thread Arun Kumar K
Hi Tomasz, On Sat, Apr 26, 2014 at 5:02 PM, Tomasz Figa wrote: > Hi Arun, > > > On 24.04.2014 06:17, Arun Kumar K wrote: >> >> Adds the google peach-pit board dts file which uses >> exynos5420 SoC. >> >> Signed-off-by: Arun Kumar K >> Signed-

[PATCH v6] clk: Exynos5250: Add clocks for G3D

2014-04-28 Thread Arun Kumar K
This patch adds the required clocks for ARM Mali IP in Exynos5250. Signed-off-by: Arun Kumar K --- Changes from v5 - Addressed comments from Tomasz Figa http://www.spinics.net/lists/arm-kernel/msg326118.html Changes from v4 - Rebased on latest kernel - Added macros Changes from v3 - Renamed

[PATCH] clk: exynos5420: Add clock IDs needed by GPU

2014-04-28 Thread Arun Kumar K
Adds IDs for the clocks needed by the ARM Mali GPU in exynos5420. Signed-off-by: Arun Kumar K --- drivers/clk/samsung/clk-exynos5420.c |4 ++-- include/dt-bindings/clock/exynos5420.h |2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/clk/samsung/clk

Re: [PATCH 2/3] [media] s5p-mfc: Core support to add v8 decoder

2014-04-29 Thread Arun Kumar K
Hi Sachin, Thank you for the review. On 04/29/14 22:45, Sachin Kamat wrote: Hi Arun, On 23 April 2014 18:27, Arun Kumar K wrote: From: Kiran AVND This patch adds variant data and core support for V8 decoder. This patch also adds the register definition file for new firmware version v8 for

Re: [PATCH 2/3] [media] s5p-mfc: Core support to add v8 decoder

2014-04-29 Thread Arun Kumar K
Hi Sachin, On Wed, Apr 30, 2014 at 11:19 AM, Sachin Kamat wrote: > Hi Arun, > > On 30 April 2014 11:15, Arun Kumar K wrote: >> Hi Sachin, >> >> Thank you for the review. >> >> >> On 04/29/14 22:45, Sachin Kamat wrote: >>> >>&g

Re: [PATCH v2] ARM: dts: Add peach-pit board support

2014-04-29 Thread Arun Kumar K
Hi, On Sat, Apr 26, 2014 at 5:02 PM, Tomasz Figa wrote: > Hi Arun, > > > On 24.04.2014 06:17, Arun Kumar K wrote: >> >> Adds the google peach-pit board dts file which uses >> exynos5420 SoC. >> >> Signed-off-by: Arun Kumar K >> Signed-

Re: [PATCH 3/4] ARM: dts: Add usb2phy support on exynos5420

2014-04-30 Thread Arun Kumar K
Hi Vivek, On 04/30/14 14:25, Vivek Gautam wrote: > Add required device node for usb2phy to let enable USB 2.0 > support. > > Signed-off-by: Vivek Gautam > --- > arch/arm/boot/dts/exynos5420.dtsi | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5420

[PATCH v3 0/2] Add peach-pit board support

2014-04-30 Thread Arun Kumar K
adc and lid-switch nodes Arun Kumar K (2): ARM: dts: Add node references to 5420 ARM: dts: Add peach-pit board support arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos5420-peach-pit.dts | 156 arch/arm/boot/dts/exynos5420.

[PATCH v3 2/2] ARM: dts: Add peach-pit board support

2014-04-30 Thread Arun Kumar K
Adds the google peach-pit board dts file which uses exynos5420 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos5420-peach-pit.dts | 156 2 files changed, 157 insertions

[PATCH v3 1/2] ARM: dts: Add node references to 5420

2014-04-30 Thread Arun Kumar K
Adding references to nodes which do not have it yet in exynos5420.dtsi. This is done so as to use reference based node updation in board files. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5420.dtsi | 26 +- 1 file changed, 13 insertions(+), 13 deletions

Re: [PATCH v2 1/2] v4l: Add resolution change event.

2014-04-30 Thread Arun Kumar K
Hi Hans, On 04/22/14 18:22, Hans Verkuil wrote: > On 04/21/2014 11:26 AM, Arun Kumar K wrote: >> From: Pawel Osciak >> >> This event indicates that the decoder has reached a point in the stream, >> at which the resolution changes. The userspace is expected to prov

Re: [PATCH v2] ARM: dts: Add peach-pit board support

2014-05-01 Thread Arun Kumar K
Hi Doug, On Wed, Apr 30, 2014 at 10:18 PM, Doug Anderson wrote: > Arun, > > On Wed, Apr 23, 2014 at 9:17 PM, Arun Kumar K wrote: >> Adds the google peach-pit board dts file which uses >> exynos5420 SoC. >> >> Signed-off-by: Arun Kumar K >> Signed-off-by

Re: [PATCH v6] clk: Exynos5250: Add clocks for G3D

2014-05-01 Thread Arun Kumar K
Hi Tomasz, On Thu, May 1, 2014 at 4:18 AM, Tomasz Figa wrote: > On 28.04.2014 11:37, Arun Kumar K wrote: >> >> This patch adds the required clocks for ARM Mali IP >> in Exynos5250. >> >> Signed-off-by: Arun Kumar K >> --- >> Changes from v5 >&g

Re: [PATCH v6] clk: Exynos5250: Add clocks for G3D

2014-05-01 Thread Arun Kumar K
Hi Tomasz, On Thu, May 1, 2014 at 9:37 PM, Tomasz Figa wrote: > Hi Arun, > > > On 01.05.2014 00:48, Tomasz Figa wrote: >> >> On 28.04.2014 11:37, Arun Kumar K wrote: >>> >>> This patch adds the required clocks for ARM Mali IP >>>

Re: [PATCH v3 1/2] ARM: dts: Add node references to 5420

2014-05-01 Thread Arun Kumar K
Hi Tomasz, Will make these changes. Thanks & Regards Arun On 05/01/14 22:55, Tomasz Figa wrote: > Hi Arun, > > Looks mostly fine, just some minor nits to improve readability. > > On 30.04.2014 13:08, Arun Kumar K wrote: >> Adding references to nodes which do not hav

[PATCH] ARM: dts: Add pwmX_out pinctrl nodes to Exynos5420

2014-05-02 Thread Arun Kumar K
Adds the PWM nodes to 5420 pinctrl dtsi file. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420-pinctrl.dtsi b/arch/arm/boot/dts/exynos5420-pinctrl.dtsi

[PATCH 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-02 Thread Arun Kumar K
Signed-off-by: Arun Kumar K --- .../devicetree/bindings/clock/exynos5420-clock.txt |3 +- drivers/clk/samsung/clk-exynos5420.c | 192 +++- include/dt-bindings/clock/exynos5420.h |1 + 3 files changed, 150 insertions(+), 46 deletions(-) diff

[PATCH 0/3] Add Exynos5800 support

2014-05-02 Thread Arun Kumar K
): clk: exynos5420: Add 5800 specific clocks Arun Kumar K (2): ARM: dts: Add Exynos5800 dt file ARM: dts: Add peach-pi board support .../devicetree/bindings/clock/exynos5420-clock.txt |3 +- arch/arm/boot/dts/Makefile |3 +- arch/arm/boot/dts/exynos5800-peach

[PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-02 Thread Arun Kumar K
Adds support for google peach-pi board having the Exynos5800 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson --- arch/arm/boot/dts/Makefile|3 +- arch/arm/boot/dts/exynos5800-peach-pi.dts | 144 + 2 files changed, 146 insertions

[PATCH 2/3] ARM: dts: Add Exynos5800 dt file

2014-05-02 Thread Arun Kumar K
Most of the nodes of exynos5420 remains same for exynos5800. So the exynos5420.dtsi is included in exynos5800 and the changed node properties will be overriden. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5800.dtsi | 24 1 file changed, 24 insertions

Re: [PATCH 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-03 Thread Arun Kumar K
Hi Tomasz, Thanks for the review. On Fri, May 2, 2014 at 10:53 PM, Tomasz Figa wrote: > Hi Arun, Alim, > > > On 02.05.2014 15:03, Arun Kumar K wrote: >> >> From: Alim Akhtar >> >> Exynos5800 clock structure is mostly similar to 5420 with only >> a smal

Re: [PATCH 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-03 Thread Arun Kumar K
Hi Andrew, On Fri, May 2, 2014 at 11:21 PM, Andrew Bresticker wrote: > Hi Arun, > > On Fri, May 2, 2014 at 6:03 AM, Arun Kumar K wrote: >> From: Alim Akhtar >> >> Exynos5800 clock structure is mostly similar to 5420 with only >> a small delta changes. So t

[PATCH v4 0/2] Add peach-pit board support

2014-05-05 Thread Arun Kumar K
. - Included patch to update 5420.dtsi with node references for all existing nodes. Changes from v1 -- - Addressed review comments from Doug, Sachin & Tushar - Removed adc and lid-switch nodes Arun Kumar K (2): ARM: dts: Add node labels to 5420 ARM: dts: Add peach-pit board support

[PATCH v4 1/2] ARM: dts: Add node labels to 5420

2014-05-05 Thread Arun Kumar K
Adding labels to nodes which do not have it yet in exynos5420.dtsi. This is done so as to use reference based node updation in board files. Signed-off-by: Arun Kumar K Reviewed-by: Tomasz Figa Reviewed-by: Doug Anderson --- arch/arm/boot/dts/exynos5420.dtsi | 26

[PATCH v4 2/2] ARM: dts: Add peach-pit board support

2014-05-05 Thread Arun Kumar K
Adds the google peach-pit board dts file which uses exynos5420 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos5420-peach-pit.dts | 147 2 files changed, 148 insertions

Re: [PATCH v2 1/2] v4l: Add resolution change event.

2014-05-05 Thread Arun Kumar K
Hi Hans, On Wed, Apr 30, 2014 at 8:03 PM, Hans Verkuil wrote: > On 04/30/2014 12:38 PM, Arun Kumar K wrote: >> Hi Hans, >> >> >> On 04/22/14 18:22, Hans Verkuil wrote: >>> On 04/21/2014 11:26 AM, Arun Kumar K wrote: >>>> From: Pawel Osciak >

[PATCH] [media] s5p-mfc: Dequeue sequence header after STREAMON

2014-05-07 Thread Arun Kumar K
versions if the application calls STREAMON on CAPTURE with some delay after doing STREAMON on OUTPUT. So this patch keeps the header buffer until the other frame buffers are ready and dequeues it just before the first frame is ready. Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc

[PATCH] [media] s5p-mfc: Update scratch buffer size for VP8 encoder

2014-05-07 Thread Arun Kumar K
From: Kiran AVND Scratch buffer size updated for vp8 encoding as per the latest v7 firmware. As the new macro increases the scratch buffer size, it is backward compatible with the older firmware too. Signed-off-by: Kiran AVND Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc

[PATCH v3 0/2] Add resolution change event

2014-05-08 Thread Arun Kumar K
://patchwork.kernel.org/patch/4023131/ Changes from v2 --- - Event can be subscribed on specific pad / port as suggested by Hans. Changes from v1 --- - Addressed review comments from Hans and Laurent https://patchwork.kernel.org/patch/4000951/ Arun Kumar K (1): [media] v4l

[PATCH v3 1/2] [media] v4l: Add source change event

2014-05-08 Thread Arun Kumar K
expected to reallocate buffers before proceeding. The application can subscribe to events on a specific pad or input/output port which it is interested in. Signed-off-by: Arun Kumar K --- Documentation/DocBook/media/v4l/vidioc-dqevent.xml | 32 + .../DocBook/media/v4l/vidioc-subscribe

[PATCH v3 2/2] [media] s5p-mfc: Add support for resolution change event

2014-05-08 Thread Arun Kumar K
From: Pawel Osciak When a resolution change point is reached, queue an event to signal the userspace that a new set of buffers is required before decoding can continue. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc/s5p_mfc.c |7

Re: [PATCH] [media] s5p-mfc: Don't try to resubmit VP8 bitstream buffer for decode.

2014-05-08 Thread Arun Kumar K
Hi Kamil, On 05/08/14 21:52, Kamil Debski wrote: > Hi, > > >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] On Behalf Of Arun >> Kumar K >> Sent: Friday, March 07, 2014 9:26 AM >> >> From: Pawel Osciak >> >> Currently, for formats that

Re: [PATCH v2] [media] s5p-mfc: add init buffer cmd to MFCV6

2014-05-08 Thread Arun Kumar K
Hi Kamil, On 05/08/14 21:52, Kamil Debski wrote: > Hi, > >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] On Behalf Of Arun >> Kumar K >> Sent: Tuesday, March 11, 2014 10:16 AM >> >> From: avnd kiran >> >> Latest MFC v6 firmware requires ti

Re: [PATCH] [media] s5p-mfc: Add IOMMU support

2014-05-08 Thread Arun Kumar K
Hi Kamil, On 05/08/14 21:54, Kamil Debski wrote: > Hi Arun, > >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] >> Sent: Tuesday, April 22, 2014 2:22 PM >> >> Hi Laurent, >> >> Thank you for the review. >> >> On Tue, Apr 22, 20

Re: [PATCH 1/3] [media] s5p-mfc: Add variants to access mfc registers

2014-05-08 Thread Arun Kumar K
Hi Tomasz, On 05/09/14 10:50, Tomasz Figa wrote: > Hi Arun, Paweł, > > On 09.05.2014 06:49, Arun Kumar K wrote: >> Hi Kamil, >> >> On 05/09/14 06:30, Pawel Osciak wrote: >>> Hi Kamil, >>> >>> On Fri, May 9, 2014 at 1:31 AM, Kamil Debski

[PATCH v2 0/3] Add Exynos5800 support

2014-05-09 Thread Arun Kumar K
Changes from v1 -- - Rebased on Shaik's clock consolidation for 5420 - Addressed review comments from Tomasz Alim Akhtar (1): clk: exynos5420: Add 5800 specific clocks Arun Kumar K (2): ARM: dts: Add Exynos5800 dt file ARM: dts: Add peach-pi board support .../devicetree/bindings/clock/

[PATCH v2 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-09 Thread Arun Kumar K
Signed-off-by: Arun Kumar K --- Changes from v1 --- - Rebased on clock cleanup by Shaik - Added 5800 also to save / restore handling - Extra 5800 clocks added as now they have common terminating gates with 5420 (Added by Shaik's series) --- .../devicetree/bindings/clock/exyno

[PATCH v2 3/3] ARM: dts: Add peach-pi board support

2014-05-09 Thread Arun Kumar K
Adds support for google peach-pi board having the Exynos5800 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson Reviewed-by: Tomasz Figa --- Changes from v1 - Updated memory node with a safe size of 2GB --- arch/arm/boot/dts/Makefile|3 +- arch/arm/boot/dts

[PATCH v2 2/3] ARM: dts: Add Exynos5800 dt file

2014-05-09 Thread Arun Kumar K
Most of the nodes of exynos5420 remains same for exynos5800. So the exynos5420.dtsi is included in exynos5800 and the changed node properties will be overriden. Signed-off-by: Arun Kumar K Reviewed-by: Tomasz Figa Acked-by: Olof Johansson --- No changes from v1 --- arch/arm/boot/dts

Re: [PATCH v3 0/4] ARM: dts: enable display for peach-pit and snow boards

2014-05-11 Thread Arun Kumar K
Hi Rahul, On Fri, May 9, 2014 at 3:39 PM, Rahul Sharma wrote: > From: Rahul Sharma > > Add nodes for fimd and dp controller for exynos5250 based snow > and exynos5420 based peach-pit board. > It would be great to include the display support for 5800 peach-pi board also in this series. Most of t

[RFC] ARM: EXYNOS: Add support for clock handling in power domain

2014-05-12 Thread Arun Kumar K
a domain. Signed-off-by: Prathyush K Signed-off-by: Andrew Bresticker Signed-off-by: Arun Kumar K --- This patch is posted for getting the opinion from all on what would be the best possible solution to the issue at hand. The issue is observed with multiple IPs like MFC, GSC, G2D, MSC etc. where

[PATCH v2] [media] s5p-mfc: Don't try to resubmit VP8 bitstream buffer for decode.

2014-05-12 Thread Arun Kumar K
The only way to make it work is to queue only one frame per buffer from userspace and the check in the kernel is useless and wrong for VP8. So adding VP8 also along with H264 to disallow re-submitting of buffer back to hardware for decode. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K -

Re: [PATCH v3 5/5] ARM: dts: enable hdmi for exynos5800 based peach-pi board

2014-05-12 Thread Arun Kumar K
Hi Rahul, On 05/12/14 15:54, Rahul Sharma wrote: > From: Rahul Sharma > > Enable hdmi for peach-pi board. > > Signed-off-by: Rahul Sharma > --- > arch/arm/boot/dts/exynos5800-peach-pi.dts | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/arch/arm/boot/dts

Re: [PATCH v3 1/2] [media] v4l: Add source change event

2014-05-12 Thread Arun Kumar K
Hi Hans, Laurent, On 05/09/14 18:45, Hans Verkuil wrote: > On 05/09/2014 03:09 PM, Laurent Pinchart wrote: >> Hi Arun, >> >> Thank you for the patch. We're slowly getting there :-) >> >> On Thursday 08 May 2014 17:19:15 Arun Kumar K wrote: >>>

[PATCH v4 0/2] Add resolution change event

2014-05-12 Thread Arun Kumar K
://patchwork.kernel.org/patch/4135731/ Changes from v2 --- - Event can be subscribed on specific pad / port as suggested by Hans. Changes from v1 --- - Addressed review comments from Hans and Laurent https://patchwork.kernel.org/patch/4000951/ Arun Kumar K (1): [media] v4l

[PATCH v4 2/2] [media] s5p-mfc: Add support for resolution change event

2014-05-12 Thread Arun Kumar K
From: Pawel Osciak When a resolution change point is reached, queue an event to signal the userspace that a new set of buffers is required before decoding can continue. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc/s5p_mfc.c |7

[PATCH v4 1/2] [media] v4l: Add source change event

2014-05-12 Thread Arun Kumar K
expected to reallocate buffers before proceeding. The application can subscribe to events on a specific pad or input port which it is interested in. Signed-off-by: Arun Kumar K --- Documentation/DocBook/media/v4l/vidioc-dqevent.xml | 32 + .../DocBook/media/v4l/vidioc-subscribe

[PATCH] ARM: dts: Remove g2d_pd node for exynos5420

2014-05-13 Thread Arun Kumar K
G2D power domain also controls the CMU block of G2D. Since clock registers can be accessed anytime for viewing clk_summary, it can cause a system crash if g2d power domain is disabled. Signed-off-by: Arun Kumar K --- Please also refer to the existing discussion on removal of mau_pd node. http

Re: [PATCH v2] [media] s5p-mfc: add init buffer cmd to MFCV6

2014-05-13 Thread Arun Kumar K
Hi Kamil, On Tue, May 13, 2014 at 2:49 PM, Kamil Debski wrote: > Hi, > >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] On Behalf Of Arun >> Kumar K >> Sent: Tuesday, March 11, 2014 10:16 AM >> >> From: avnd kiran >> >> Latest MFC v6 firmwa

Re: [PATCH v4 2/2] [media] s5p-mfc: Add support for resolution change event

2014-05-13 Thread Arun Kumar K
Hi Hans, On Tue, May 13, 2014 at 1:29 PM, Hans Verkuil wrote: > On 05/13/14 07:59, Arun Kumar K wrote: >> From: Pawel Osciak >> >> When a resolution change point is reached, queue an event to signal the >> userspace that a new set of buffers is required befo

Re: [PATCH v4 1/2] [media] v4l: Add source change event

2014-05-13 Thread Arun Kumar K
Hi Hans, Will make the changes you suggested. Thanks & regards Arun On Tue, May 13, 2014 at 1:30 PM, Hans Verkuil wrote: > Hi Arun, > > I've got some more comments w.r.t. the documentation: > > On 05/13/14 07:59, Arun Kumar K wrote: >> This event indicates that th

Re: [PATCH 1/3] [media] s5p-mfc: Add variants to access mfc registers

2014-05-13 Thread Arun Kumar K
Hi Kamil, On 05/13/14 16:02, Kamil Debski wrote: > Hi, > > One small comment below, > >> -Original Message----- >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] On Behalf Of Arun >> Kumar K >> Sent: Wednesday, April 23, 2014 2:58 PM >> To:

Re: [PATCH] [media] s5p-mfc: Dequeue sequence header after STREAMON

2014-05-13 Thread Arun Kumar K
Hi Sachin, Thank you for the review. Will address your comments and post updated version. Regards Arun On Thu, May 8, 2014 at 3:09 PM, Sachin Kamat wrote: > Hi Arun, > > Just 2 small nits. > > On 7 May 2014 17:00, Arun Kumar K wrote: >> MFCv6 encoder needs specific mini

[PATCH v3] [media] s5p-mfc: add init buffer cmd to MFCV6

2014-05-13 Thread Arun Kumar K
hexadecimal value based on the firmware date. Signed-off-by: avnd kiran Signed-off-by: Arun Kumar K --- Changes from v2 - Addressed Kamil's comment https://patchwork.linuxtv.org/patch/22989/ Changes from v1 - Check for v6 firmware date for differenciating old and new firmware as per com

[PATCH v2] [media] s5p-mfc: Don't allocate codec buffers on STREAMON.

2014-05-13 Thread Arun Kumar K
o move the allocation of private codec buffers to REQBUFS for OUTPUT queue. Also, move MFC instance opening and closing to REQBUFS as well, as it's tied to allocation and deallocation of private codec buffers. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- Posting only p

[PATCH v2] [media] s5p-mfc: Dequeue sequence header after STREAMON

2014-05-13 Thread Arun Kumar K
also come in earlier MFC firmware versions if the application calls STREAMON on CAPTURE with some delay after doing STREAMON on OUTPUT. So this patch keeps the header buffer until the other frame buffers are ready and dequeues it just before the first frame is ready. Signed-off-by: Arun Kumar K

[PATCH] [media] s5p-mfc: Update scratch buffer size for MPEG4

2014-05-13 Thread Arun Kumar K
Update the MPEG4 decoder scratch buffer size as per the new v6 firmware. This updation is increasing the size and so is backward compatible with older v6 firmwares. Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc/regs-mfc-v6.h |3 +-- 1 file changed, 1 insertion(+), 2

[PATCH v2 0/4] Add MFCv8 support

2014-05-13 Thread Arun Kumar K
rg/patch/23770/ https://patchwork.linuxtv.org/patch/23768/ Arun Kumar K (1): [media] s5p-mfc: Rename IS_MFCV7 macro Kiran AVND (3): [media] s5p-mfc: Add variants to access mfc registers [media] s5p-mfc: Core support to add v8 decoder [media] s5p-mfc: Core support for v8 encoder .../devic

[PATCH v2 2/4] [media] s5p-mfc: Rename IS_MFCV7 macro

2014-05-13 Thread Arun Kumar K
Renaming the IS_MFCV7 macro to IS_MFCV7_PLUS for the addition of MFCv8 support which reuses the v7 code. Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc/s5p_mfc_common.h |2 +- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c|2 +- drivers/media/platform/s5p-mfc

[PATCH v2 4/4] [media] s5p-mfc: Core support for v8 encoder

2014-05-13 Thread Arun Kumar K
From: Kiran AVND This patch adds core support for v8 encoder. This patch also adds register definitions and buffer size requirements for H264 & VP8 encoding, needed for new firmware version v8 for MFC Signed-off-by: Kiran AVND Signed-off-by: Pawel Osciak Signed-off-by: Arun Kum

[PATCH v2 3/4] [media] s5p-mfc: Core support to add v8 decoder

2014-05-13 Thread Arun Kumar K
From: Kiran AVND This patch adds variant data and core support for V8 decoder. This patch also adds the register definition file for new firmware version v8 for MFC. Signed-off-by: Kiran AVND Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- .../devicetree/bindings/media/s5p

[PATCH v5 0/2] Add resolution change event

2014-05-14 Thread Arun Kumar K
from v1 --- - Addressed review comments from Hans and Laurent https://patchwork.kernel.org/patch/4000951/ Arun Kumar K (1): [media] v4l: Add source change event Pawel Osciak (1): [media] s5p-mfc: Add support for resolution change event Documentation/DocBook/media/v4l/vidioc

[PATCH v5 1/2] [media] v4l: Add source change event

2014-05-14 Thread Arun Kumar K
expected to reallocate buffers before proceeding. The application can subscribe to events on a specific pad or input port which it is interested in. Signed-off-by: Arun Kumar K --- Documentation/DocBook/media/v4l/vidioc-dqevent.xml | 33 ++ .../DocBook/media/v4l/vidioc-subscribe

<    1   2   3   4   5   >