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

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

[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

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

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

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

[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

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

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

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

[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

[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

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-

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

[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

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

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

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

[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

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

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

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

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

2014-03-11 Thread Arun Kumar K
Hi Kamil, On Tue, Mar 11, 2014 at 4:59 PM, Kamil Debski wrote: > Hi Arun, > >> 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

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

2014-03-11 Thread Arun Kumar K
hexadecimal value based on the firmware date. Signed-off-by: avnd kiran Signed-off-by: Arun Kumar K --- Changes from v1 --- - Check for v6 firmware date for differenciating old and new firmware as per comments from Kamil and Sylwester. --- drivers/media/platform/s5p-mfc/regs-mfc-v6

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

2014-03-09 Thread Arun Kumar K
Hi Kamil, On Fri, Mar 7, 2014 at 6:18 PM, Kamil Debski wrote: > Hi Arun, > >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] >> Sent: Friday, March 07, 2014 12:10 PM >> >> Hi Sylwester, >> >> On Fri, Mar 7, 2014 at 2:59 PM, Sylwester Nawrocki >&

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

2014-03-07 Thread Arun Kumar K
Hi Sylwester, On Fri, Mar 7, 2014 at 2:59 PM, Sylwester Nawrocki wrote: > Hi, > > On 07/03/14 09:31, Arun Kumar K wrote: >> From: avnd kiran >> >> Latest MFC v6 firmware requires tile mode and loop filter >> setting to be done as part of Init buffer command, i

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

2014-03-07 Thread Arun Kumar K
-by: Arun Kumar K --- drivers/media/platform/s5p-mfc/regs-mfc-v6.h|1 + drivers/media/platform/s5p-mfc/regs-mfc-v7.h|2 -- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 11 +++ 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/drivers/media/platform/s5p

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

2014-03-07 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. MPEG4 still seems to require it, so keep it only for that format. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc

[PATCH] [media] s5p-mfc: Add a control for IVF format for VP8 encoder

2014-03-05 Thread Arun Kumar K
From: Pawel Osciak Add a control to enable/disable IVF output stream format for VP8 encode. Set the IVF format output to disabled as default. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- Documentation/DocBook/media/v4l/controls.xml|8 drivers/media/platform

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

2014-02-03 Thread Arun Kumar K
it is fine to be merged. Regards Arun On Fri, Dec 13, 2013 at 10:42 AM, Arun Kumar K wrote: > From: Shaik Ameer Basha > > The patch adds the DT binding doc for exynos5 SoC camera > subsystem. > > Signed-off-by: Shaik Ameer Basha > Signed-off-by: Arun Kumar K > -

[PATCH] [media] exynos-gsc: swap cb/cr only for 3 plane formats

2013-12-20 Thread Arun Kumar K
dma_address are (Y, CbCr, 0) and we swap them (Y, 0, CbCr) which is incorrect. Signed-off-by: Prathyush K Signed-off-by: Shirish S Signed-off-by: Arun Mankuzhi Signed-off-by: Arun Kumar K --- drivers/media/platform/exynos-gsc/gsc-core.c |6 +- 1 file changed, 1 insertion(+), 5 deletions

Re: [PATCH 3/3] cpufreq: exynos: Add exynos5420 cpufreq driver

2013-12-17 Thread Arun Kumar K
Hi Lukasz, On Tue, Dec 17, 2013 at 1:44 PM, Lukasz Majewski wrote: > Hi Jassi, > >> On Tue, Dec 10, 2013 at 10:02 PM, Lukasz Majewski >> wrote: >> >> >> >> Actually these values are not for PLL, but for the dividers. >> >> If you see below, the PLL rate setting is done through >> >> clk_set_rate

Re: [PATCH 3/3] cpufreq: exynos: Add exynos5420 cpufreq driver

2013-12-17 Thread Arun Kumar K
Hi Lukasz, On Tue, Dec 17, 2013 at 1:30 PM, Lukasz Majewski wrote: > Hi Viresh, > >> On 6 December 2013 15:18, Arun Kumar K wrote: >> > From: "Arjun.K.V" >> > >> > The patch adds cpufreq driver for exynos5420. >> > >> &

Re: [PATCH 3/3] cpufreq: exynos: Add exynos5420 cpufreq driver

2013-12-17 Thread Arun Kumar K
Hi Viresh, Thank you for the review. On Tue, Dec 17, 2013 at 11:42 AM, Viresh Kumar wrote: > On 6 December 2013 15:18, Arun Kumar K wrote: >> From: "Arjun.K.V" >> >> The patch adds cpufreq driver for exynos5420. >> >> Signed-off-by: Arjun.K.V >

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

2013-12-16 Thread Arun Kumar K
From: Kiran AVND 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: Kiran AVND Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- Changes from v1

[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 http://www.sp

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

2013-12-12 Thread Arun Kumar K
From: Shaik Ameer Basha The patch adds the DT binding doc for exynos5 SoC camera subsystem. Signed-off-by: Shaik Ameer Basha Signed-off-by: Arun Kumar K --- .../bindings/media/exynos5250-camera.txt | 136 1 file changed, 136 insertions(+) create mode 100644

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

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

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 wrote: > Hi Arun, > > (Adding Mark and Mauro to Cc) > > On 05/11/13 12:19, Arun Kumar K wrote: >> From: Shaik Ameer Basha >> >> The patch adds the DT binding doc for exynos5 SoC camera >>

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 wrote: > Hi Arun, > > On 10 December 2013 10:15, Arun Kumar K wrote: >> Hi Pawel, >> >> On Tue, Dec 10, 2013 at 6:21 AM, Pawel Osciak wrote: >>> Hi Arun, >>> > >> >> Ok w

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 wrote: > Hi Arun, > > On Mon, Dec 9, 2013 at 10: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 >> 1: Versio

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

Re: [PATCH 3/3] cpufreq: exynos: Add exynos5420 cpufreq driver

2013-12-09 Thread Arun Kumar K
Hi Lukasz, Thank you for the review. On Mon, Dec 9, 2013 at 1:53 PM, Lukasz Majewski wrote: > Hi Arun, > >> From: "Arjun.K.V" >> >> The patch adds cpufreq driver for exynos5420. >> >> Signed-off-by: Arjun.K.V >> Signed-off-b

[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 Signed-off-by: Kiran AVND Signed-off-by: Arun Kumar K --- This patch is rebased over another VP8 control patch from me

[PATCH 2/3] clk: exynos5420: Add alias names for cpu clocks

2013-12-06 Thread Arun Kumar K
Adds alias names for cpu clocks to be used in the cpufreq driver. Signed-off-by: Arun Kumar K --- drivers/clk/samsung/clk-exynos5420.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c

[PATCH 0/3] Exynos5420 Cpufreq support

2013-12-06 Thread Arun Kumar K
The patch series adds the cpufreq driver for exynos5420 with its dependencies. This initial version of the driver only modifies the A15 core frequencies. Arjun.K.V (1): cpufreq: exynos: Add exynos5420 cpufreq driver Arun Kumar K (2): ARM: EXYNOS: Add exynos5 CPU clock divider offsets clk

[PATCH 1/3] ARM: EXYNOS: Add exynos5 CPU clock divider offsets

2013-12-06 Thread Arun Kumar K
Adds the CPU clock divider shifts and masks for Exynos5 SoC. These defines will be used in cpufreq driver. Signed-off-by: Arjun.K.V Signed-off-by: Arun Kumar K --- arch/arm/mach-exynos/include/mach/regs-clock.h | 24 1 file changed, 24 insertions(+) diff --git a

[PATCH 3/3] cpufreq: exynos: Add exynos5420 cpufreq driver

2013-12-06 Thread Arun Kumar K
From: "Arjun.K.V" The patch adds cpufreq driver for exynos5420. Signed-off-by: Arjun.K.V Signed-off-by: Andrew Bresticker Signed-off-by: Arun Kumar K --- drivers/cpufreq/Kconfig.arm | 11 ++ drivers/cpufreq/Makefile |1 + drivers/cpufreq/exynos

[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 Signed-off-by: Arun Kumar K --- Changes from v1: - Removed the valid range from documentation as suggested by Hans. http://www.mail-archive.com/linux-media@vger.kernel.org/msg68352.html

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 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 wrote: >>> Hi Arun, >>> >>> On 11/11/2013 10:19 AM, Arun Kumar K wrote: &

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

[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 Signed-off-by: Arun Kumar K --- Documentation/DocBook/media/v4l/controls.xml| 32 + drivers/media/platform/s5p-mfc/s5p_mfc_common.h |4 +++ drivers/media/platform

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 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]; &

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

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

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

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

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

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

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

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

2013-11-05 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 v12 00/12] Exynos5 IS driver

2013-11-05 Thread Arun Kumar K
ccess 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] ex

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

[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 Reviewed-by: Sylwester Nawrocki Acked-by: Mark Rutland --- .../devicetree/bindings/media/exynos5-fimc-is.txt | 113 1 file changed, 113

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

[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 Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is

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 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 v11 1/2] [media] exynos5-is: Adds DT binding documentation

2013-11-05 Thread Arun Kumar K
From: Shaik Ameer Basha The patch adds the DT binding doc for exynos5 SoC camera subsystem. Signed-off-by: Shaik Ameer Basha Signed-off-by: Arun Kumar K --- .../bindings/media/exynos5250-camera.txt | 126 1 file changed, 126 insertions(+) create mode 100644

<    1   2   3   4   5   >