[RESEND PATCHv2 3/3] ARM: dts: Add clock property for mfc_pd in 5420

2014-07-07 Thread Arun Kumar K
Adding the optional clock property for the mfc_pd for handling the re-parenting while pd on/off. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi |3

[RESEND PATCHv2 0/3] Power-domain clk handling

2014-07-07 Thread Arun Kumar K
This patch series for clock handling in power domain is re-send for merging after rebasing onto latest linux-samsung.git, for-next branch. Original series and discussion can be found here: https://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg31550.html Arun Kumar K (2): clk

Re: [PATCH v2 1/3] ARM: EXYNOS: Add support for clock handling in power domain

2014-05-29 Thread Arun Kumar K
, parent is set to oscclk and while powering back on, its re-set to the correct parent which is as per the recommended pd on/off sequence. Signed-off-by: Prathyush K prathyus...@samsung.com Signed-off-by: Andrew Bresticker abres...@chromium.org Signed-off-by: Arun Kumar K arun...@samsung.com Signed

[PATCH 0/3] Power-domain clk handling

2014-05-22 Thread Arun Kumar K
with the required clk and dt support. [1] https://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg30479.html Arun Kumar K (2): clk: exynos5420: Add IDs for clocks used in PD mfc ARM: dts: Add clock property for mfc_pd in 5420 Prathyush K (1): ARM: EXYNOS: Add support for clock handling in power

[PATCH 1/3] ARM: EXYNOS: Add support for clock handling in power domain

2014-05-22 Thread Arun Kumar K
...@samsung.com Signed-off-by: Andrew Bresticker abres...@chromium.org Signed-off-by: Arun Kumar K arun...@samsung.com --- .../bindings/arm/exynos/power_domain.txt | 18 +++ arch/arm/mach-exynos/pm_domains.c | 56 +++- 2 files changed, 73 insertions

[PATCH 3/3] ARM: dts: Add clock property for mfc_pd in 5420

2014-05-22 Thread Arun Kumar K
Adding the optional clock property for the mfc_pd for handling the re-parenting while pd on/off. Signed-off-by: Arun Kumar K arun...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts

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

2014-05-14 Thread Arun Kumar K
Hi Tomasz, On Thu, May 15, 2014 at 2:16 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Arun, Alim, On 09.05.2014 14:25, Arun Kumar K wrote: From: Alim Akhtar alim.akh...@samsung.com Exynos5800 clock structure is mostly similar to 5420 with only a small delta changes. So the 5420 clock

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 rahul.sha...@samsung.com Enable hdmi for peach-pi board. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5800-peach-pi.dts | 26 ++ 1 file changed, 26

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 rahul.sha...@samsung.com wrote: From: Rahul Sharma rahul.sha...@samsung.com 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

[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 arun...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org Reviewed-by: Tomasz Figa t.f...@samsung.com --- Changes from v1 - Updated memory node with a safe size of 2GB --- 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 arun...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com Acked-by: Olof Johansson o...@lixom.net

[PATCH v2 0/3] Add Exynos5800 support

2014-05-09 Thread Arun Kumar K
-- - 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/exynos5420-clock.txt

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

2014-05-09 Thread Arun Kumar K
. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- 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

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

[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 arun...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com Reviewed-by: Doug Anderson diand...@chromium.org --- arch/arm

[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 arun...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos5420-peach-pit.dts | 147

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 tomasz.f...@gmail.com wrote: Hi Arun, Alim, On 02.05.2014 15:03, Arun Kumar K wrote: From: Alim Akhtar alim.akh...@samsung.com Exynos5800 clock structure is mostly similar to 5420 with only a small delta

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 abres...@google.com wrote: Hi Arun, On Fri, May 2, 2014 at 6:03 AM, Arun Kumar K arun...@samsung.com wrote: From: Alim Akhtar alim.akh...@samsung.com Exynos5800 clock structure is mostly similar to 5420 with only a small delta

[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 arun...@samsung.com --- 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

[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 arun...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org --- arch/arm/boot/dts/Makefile|3 +- arch/arm/boot/dts/exynos5800-peach-pi.dts | 144

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

2014-05-02 Thread Arun Kumar K
. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- .../devicetree/bindings/clock/exynos5420-clock.txt |3 +- drivers/clk/samsung/clk-exynos5420.c | 192 +++- include/dt-bindings/clock/exynos5420.h |1

[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

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 diand...@chromium.org wrote: Arun, On Wed, Apr 23, 2014 at 9:17 PM, Arun Kumar K arun...@samsung.com wrote: Adds the google peach-pit board dts file which uses exynos5420 SoC. Signed-off-by: Arun Kumar K arun...@samsung.com Signed

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 have it yet in exynos5420.dtsi

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

2014-04-30 Thread Arun Kumar K
Hi, On Sat, Apr 26, 2014 at 5:02 PM, Tomasz Figa tomasz.f...@gmail.com 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 arun...@samsung.com Signed-off-by: Doug Anderson diand

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 gautam.vi...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git

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

2014-04-30 Thread Arun Kumar K
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.dtsi

[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 arun...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 26 +- 1 file changed, 13 insertions

[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 arun...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos5420-peach-pit.dts | 156

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 tomasz.f...@gmail.com 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 arun...@samsung.com Signed-off-by: Doug Anderson diand

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 arun...@samsung.com On Sun, Apr 20, 2014 at 5:18 PM, Rahul Sharma rahul.sha...@samsung.com wrote: From: Rahul Sharma rahul.sha...@samsung.com Add nodes for fimd and dp controller for exynos5250 based snow

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 diand...@chromium.org wrote: Arun, On Wed, Apr 23, 2014 at 9:17 PM, Arun Kumar K arun...@samsung.com wrote: Adds the google peach-pit board dts file which uses exynos5420 SoC. Signed-off-by: Arun Kumar

[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 arun...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org --- Changes from v1 --- - Addressed review comments from Doug, Sachin Tushar - Removed adc and lid-switch nodes

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

2014-04-22 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 sachin.ka...@linaro.org wrote: Hi Arun, On 20 April 2014 10:56, Arun Kumar K arun...@samsung.com wrote: Adds the google peach-pit board dts

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 diand...@google.com wrote: Arun, On Sat, Apr 19, 2014 at 10:26 PM, Arun Kumar K arun...@samsung.com wrote: Adds the google peach-pit board dts file which uses exynos5420 SoC. Signed-off-by: Arun Kumar K arun

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 tushar.beh...@linaro.org wrote: On 20 April 2014 10:56, Arun Kumar K arun...@samsung.com wrote: Adds the google peach-pit board dts file which uses exynos5420 SoC. Signed-off-by: Arun Kumar K arun

[PATCH 0/4] Add support for Exynos5800 SoC

2014-04-21 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 2/4] clk: exynos5420: Add 5800 specific clocks

2014-04-21 Thread Arun Kumar K
. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- .../devicetree/bindings/clock/exynos5420-clock.txt |3 +- drivers/clk/samsung/clk-exynos5420.c | 276 include/dt-bindings/clock/exynos5420.h |4

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

2014-04-21 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 arun...@samsung.com --- arch/arm/mach-exynos/Kconfig |8 arch/arm/mach-exynos/exynos.c|1 + arch/arm/mach-exynos

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

2014-04-21 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 arun...@samsung.com --- ...5420-pinctrl.dtsi = exynos5-octa

[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 arun...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos5420-peach-pit.dts | 225

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

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

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

[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

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

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

Re: [PATCH v9 13/13] V4L: Add driver for s5k4e5 image sensor

2013-10-17 Thread Arun Kumar K
Hi Sylwester, On Thu, Oct 17, 2013 at 10:40 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 27/09/13 12:59, Arun Kumar K wrote: This patch adds subdev driver for Samsung S5K4E5 raw image sensor. Like s5k6a3, it is also another fimc-is firmware controlled sensor. This minimal sensor

Re: [PATCH v9 09/13] [media] exynos5-fimc-is: Add the hardware pipeline control

2013-10-17 Thread Arun Kumar K
Hi Hans, Thank you for the review. On Mon, Sep 30, 2013 at 6:13 PM, Hans Verkuil hverk...@xs4all.nl wrote: On 09/27/2013 12:59 PM, Arun Kumar K wrote: This patch adds the crucial hardware pipeline control for the fimc-is driver. All the subdev nodes will call this pipeline interfaces

[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 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 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 arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro

[PATCH v10 00/12] Exynos5 IS driver

2013-10-17 Thread Arun Kumar K
, Sachin Changes from v1 --- - Addressed all review comments from Sylwester - Made sensor subdevs as independent i2c devices - Lots of cleanup - Debugfs support added - Removed PMU global register access Arun Kumar K (12): exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings

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

2013-10-17 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 v10 05/12] exynos5-fimc-is: Add isp subdev

2013-10-17 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 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 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 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