[PATCH 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-01-27 Thread Vikas Sajjan
This patch series adds support for DRM FIMD DT for Exynos4 DT Machines, specifically for Exynos4412 SoC. Is based on branch for-next http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Vikas Sajjan (5): ARM: dts: Add FIMD node to exynos4 ARM: dts: Adds lcd pinctrl node

[PATCH 1/5] ARM: dts: Add FIMD node to exynos4

2013-01-27 Thread Vikas Sajjan
This adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index e1347fc..96c3b4a

[PATCH 2/5] ARM: dts: Adds lcd pinctrl node entries for SAMSUNG EXYNOS4412 SoC

2013-01-27 Thread Vikas Sajjan
This patch adds the lcd lanel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 26 ++ 1 file changed, 26 insertions(+) diff

[PATCH 4/5] ARM: dts: adds FIMD AUXDATA node entry for exynos4 DT

2013-01-27 Thread Vikas Sajjan
This patch adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/mach-exynos/mach-exynos4-dt.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index ab1dacc..6c9e05f

[PATCH 5/5] ARM: EXYNOS: Enable backlight and PWM support for Exynos4 DT machines

2013-01-27 Thread Vikas Sajjan
Enables support for Backlight and PWM on Exynos4 DT machines Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/mach-exynos/Kconfig |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index e103c29..8ecde22 100644

Re: [PATCH 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-01-27 Thread Vikas Sajjan
Sajjan vikas.saj...@linaro.org wrote: This patch series adds support for DRM FIMD DT for Exynos4 DT Machines, specifically for Exynos4412 SoC. Is based on branch for-next http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Vikas Sajjan (5): ARM: dts: Add FIMD node

[PATCH v2 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-01-30 Thread Vikas Sajjan
- added 'status' property to fimd DT node Is based on branch for-next http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Sachin Kamat (1): ARM: dts: Adds lcd pinctrl node entries for SAMSUNG EXYNOS4412 SoC Vikas Sajjan (4): ARM: dts: Add FIMD node to exynos4 ARM: dts

[PATCH v2 1/5] ARM: dts: Add FIMD node to exynos4

2013-01-30 Thread Vikas Sajjan
This adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index e1347fc..96c3b4a

[PATCH v2 2/5] ARM: dts: Adds lcd pinctrl node entries for SAMSUNG EXYNOS4412 SoC

2013-01-30 Thread Vikas Sajjan
From: Sachin Kamat sachin.ka...@linaro.org This patch adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 26

[PATCH v2 3/5] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-01-30 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412

[PATCH v2 4/5] ARM: dts: adds FIMD AUXDATA node entry for exynos4 DT

2013-01-30 Thread Vikas Sajjan
This patch adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/mach-exynos/mach-exynos4-dt.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index ab1dacc..6c9e05f

[PATCH v3 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-02-01 Thread Vikas Sajjan
for mach-exynos4 DT - added 'status' property to fimd DT node Is based on branch for-next http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Sachin Kamat (1): ARM: dts: Adds lcd pinctrl node entries for SAMSUNG EXYNOS4412 SoC Vikas Sajjan (4): ARM: dts: Add

[PATCH v3 1/5] ARM: dts: Add FIMD node to exynos4

2013-02-01 Thread Vikas Sajjan
This adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index e1347fc..57744d6

[PATCH v3 2/5] ARM: dts: Adds lcd pinctrl node entries for SAMSUNG EXYNOS4412 SoC

2013-02-01 Thread Vikas Sajjan
From: Sachin Kamat sachin.ka...@linaro.org This patch adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++ 1 file

[PATCH v3 3/5] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-02-01 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412

[PATCH v3 4/5] ARM: dts: adds FIMD AUXDATA node entry for exynos4 DT

2013-02-01 Thread Vikas Sajjan
This patch adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/mach-exynos/mach-exynos4-dt.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index 2a2c96a..9536657

[PATCH v3 5/5] ARM: exynos: dts: Add FIMD DT binding Documentation

2013-02-01 Thread Vikas Sajjan
Adds FIMD DT binding documentation both SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/drm/exynos/fimd.txt| 37 1 file changed, 37 insertions(+) create mode 100644 Documentation/devicetree/bindings

Re: [PATCH v3 3/5] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-02-04 Thread Vikas Sajjan
any more comments for the below patch. On Fri, Feb 1, 2013 at 5:02 PM, Vikas Sajjan vikas.saj...@linaro.org wrote: Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file

Re: [PATCH v3 1/5] ARM: dts: Add FIMD node to exynos4

2013-02-04 Thread Vikas Sajjan
Hi, any more comments for the below patch. On Fri, Feb 1, 2013 at 5:02 PM, Vikas Sajjan vikas.saj...@linaro.org wrote: This adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |7 +++ 1 file

Re: [PATCH v3 5/5] ARM: exynos: dts: Add FIMD DT binding Documentation

2013-02-04 Thread Vikas Sajjan
Hi, any more comments for the below patch. On Fri, Feb 1, 2013 at 5:02 PM, Vikas Sajjan vikas.saj...@linaro.org wrote: Adds FIMD DT binding documentation both SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/drm/exynos/fimd.txt

Re: [PATCH v3 2/5] ARM: dts: Adds lcd pinctrl node entries for SAMSUNG EXYNOS4412 SoC

2013-02-04 Thread Vikas Sajjan
any more comments for the below patch? On Fri, Feb 1, 2013 at 5:02 PM, Vikas Sajjan vikas.saj...@linaro.org wrote: From: Sachin Kamat sachin.ka...@linaro.org This patch adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off

Re: [RFC PATCH 4/4] video: display: Add Samsung s6e8ax0 display panel driver

2013-02-07 Thread Vikas Sajjan
Hi Figa, On Wed, Jan 30, 2013 at 9:09 PM, Tomasz Figa t.f...@samsung.com wrote: This patch adds Common Display Framework driver for Samsung s6e8ax0 MIPI DSI display panel. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[RFC v2 0/3] Support Common Display Framework on Exynos5 SoC

2013-02-13 Thread Vikas Sajjan
of the dependent patches Could see the linux logo and ran modetest application and saw the test pattern on display panel. Vikas Sajjan (3): video: display: Adding frame related ops to MIPI DSI video source struct video: exynos: mipi dsi: Making Exynos MIPI Compliant with CDF video

[RFC v2 1/3] video: display: Adding frame related ops to MIPI DSI video source struct

2013-02-13 Thread Vikas Sajjan
Adds the frame related ops to MIPI DSI video source struct Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- include/video/display.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/include/video/display.h b/include/video/display.h index b639fd0..fb2f437 100644 --- a/include

[RFC v2 2/3] video: exynos: mipi dsi: Making Exynos MIPI Compliant with CDF

2013-02-13 Thread Vikas Sajjan
Modifies the exynos mipi dsi driver as per the CDF-T. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- drivers/video/exynos/exynos_mipi_dsi.c| 197 ++--- drivers/video/exynos/exynos_mipi_dsi_common.c | 22 ++- drivers/video/exynos/exynos_mipi_dsi_common.h

[RFC v2 3/3] video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-02-13 Thread Vikas Sajjan
Made necessary changes in s6e8ax0 panel driver as per the CDF-T. It also removes the dependency on backlight and lcd framework Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- drivers/video/exynos/s6e8ax0.c | 848 +--- 1 file changed, 444 insertions

Re: [RFC v2 3/3] video: exynos: Making s6e8ax0 panel driver compliant with CDF

2013-02-14 Thread Vikas Sajjan
Hi Mr. Lee, thanks for the review. On 14 February 2013 07:30, Donghwa Lee dh09@samsung.com wrote: On Wed, Feb 13, 2013 at 19:01, Vikas Sajjan wrote: Made necessary changes in s6e8ax0 panel driver as per the CDF-T. It also removes the dependency on backlight and lcd framework Signed

[PATCH v4 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-02-14 Thread Vikas Sajjan
/git/kgene/linux-samsung.git;a=shortlog;h=refs/heads/for-next-next Sachin Kamat (1): ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC Vikas Sajjan (4): ARM: dts: Add FIMD node to exynos4 ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts ARM: dts: add FIMD

[PATCH v4 1/5] ARM: dts: Add FIMD node to exynos4

2013-02-14 Thread Vikas Sajjan
This adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 6581bb2..d73b9ee

[PATCH v4 2/5] ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC

2013-02-14 Thread Vikas Sajjan
From: Sachin Kamat sachin.ka...@linaro.org This patch adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++ 1 file

[PATCH v4 3/5] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-02-14 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412

[PATCH v4 4/5] ARM: dts: add FIMD AUXDATA node entry for exynos4 DT

2013-02-14 Thread Vikas Sajjan
Adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/mach-exynos/mach-exynos4-dt.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index b68115a..779f151 100644

[PATCH v4 5/5] ARM: exynos: dts: Add FIMD DT binding Documentation

2013-02-14 Thread Vikas Sajjan
Adds FIMD DT binding documentation both SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/drm/exynos/fimd.txt| 37 1 file changed, 37 insertions(+) create mode 100644 Documentation/devicetree/bindings

Re: [PATCH v4 5/5] ARM: exynos: dts: Add FIMD DT binding Documentation

2013-02-18 Thread Vikas Sajjan
Hi Sylwester, thannks for the review. On 15 February 2013 16:08, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi, On 02/15/2013 08:10 AM, Vikas Sajjan wrote: Adds FIMD DT binding documentation both SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org

Re: [PATCH v4 5/5] ARM: exynos: dts: Add FIMD DT binding Documentation

2013-02-20 Thread Vikas Sajjan
Hi, On 19 February 2013 03:16, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi, On 02/18/2013 11:51 AM, Vikas Sajjan wrote: On 15 February 2013 16:08, Sylwester Nawrockis.nawro...@samsung.com wrote: On 02/15/2013 08:10 AM, Vikas Sajjan wrote: Adds FIMD DT binding

Re: [PATCH v4 5/5] ARM: exynos: dts: Add FIMD DT binding Documentation

2013-02-21 Thread Vikas Sajjan
On 21 February 2013 12:34, Vikas Sajjan vikas.saj...@linaro.org wrote: Hi, On 19 February 2013 03:16, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi, On 02/18/2013 11:51 AM, Vikas Sajjan wrote: On 15 February 2013 16:08, Sylwester Nawrockis.nawro...@samsung.com wrote: On 02

Re: [PATCH v4 5/5] ARM: exynos: dts: Add FIMD DT binding Documentation

2013-02-25 Thread Vikas Sajjan
Hi, On 23 February 2013 03:07, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Vikas, On 02/22/2013 08:06 AM, Vikas Sajjan wrote: +++ b/Documentation/devicetree/bindings/drm/exynos/fimd.txt [...] @@ -0,0 +1,37 @@ +Device-Tree bindings for fimd driver Perhaps something like

[PATCH v5 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-02-27 Thread Vikas Sajjan
=linux/kernel/git/kgene/linux-samsung.git;a=shortlog;h=refs/heads/for-next-next Sachin Kamat (1): ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC Vikas Sajjan (4): ARM: dts: Add FIMD node to exynos4 ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts ARM

[PATCH v5 1/5] ARM: dts: Add FIMD node to exynos4

2013-02-27 Thread Vikas Sajjan
This adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 6581bb2..416a639

[PATCH v5 2/5] ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC

2013-02-27 Thread Vikas Sajjan
From: Sachin Kamat sachin.ka...@linaro.org This patch adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++ 1 file

[PATCH v5 3/5] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-02-27 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412

[PATCH v5 4/5] ARM: dts: add FIMD AUXDATA node entry for exynos4 DT

2013-02-27 Thread Vikas Sajjan
Adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/mach-exynos/mach-exynos4-dt.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index b68115a..b32a929 100644

[PATCH v5 5/5] ARM: exynos: dts: Add FIMD DT binding Documentation

2013-02-27 Thread Vikas Sajjan
Adds FIMD DT binding documentation both SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/video/exynos-fimd.txt | 46 1 file changed, 46 insertions(+) create mode 100644 Documentation/devicetree/bindings

Re: [PATCH 1/3] ARM: dts: Add FIMD node to exynos5

2013-02-27 Thread Vikas Sajjan
Hi Leela, On Tue, Feb 26, 2013 at 4:55 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: This adds common FIMD device node for all Exynos5 SoCs. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 7 +++ 1 file changed, 7

Re: [PATCH 3/3] ARM: Exynos5: add FIMD AUXDATA entry for exynos5 DT

2013-02-27 Thread Vikas Sajjan
Hi Leela, On Tue, Feb 26, 2013 at 4:55 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: Adds the FIMD AUXDATA entry for Exynos5 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/include/mach/map.h | 1 + arch/arm/mach-exynos/mach-exynos5-dt.c | 2 ++

Re: [PATCH 1/3] ARM: dts: Add FIMD node to exynos5

2013-02-27 Thread Vikas Sajjan
Hi Leela, On Wed, Feb 27, 2013 at 2:56 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: Hello Vikas, On Wed, Feb 27, 2013 at 2:15 PM, Vikas Sajjan sajjan.li...@gmail.com wrote: Hi Leela, On Tue, Feb 26, 2013 at 4:55 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: This adds

[PATCH v6 0/5] Add DRM FIMD DT support for Exynos4 DT Machines

2013-02-28 Thread Vikas Sajjan
- added 'status' property to fimd DT node Is based on branch for-next-next http://git.kernel.org/?p=linux/kernel/git/kgene/linux-samsung.git;a=shortlog;h=refs/heads/for-next-next Sachin Kamat (1): ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC Vikas Sajjan (4): ARM: dts: Add FIMD

[PATCH v6 1/5] ARM: dts: Add FIMD node to exynos4

2013-02-28 Thread Vikas Sajjan
This adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 6581bb2..416a639

[PATCH v6 3/5] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-02-28 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412

Re: [PATCH v6 5/5] ARM: dts: Add FIMD DT binding Documentation

2013-03-06 Thread Vikas Sajjan
Hi, On 4 March 2013 00:41, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 02/28/2013 10:42 AM, Vikas Sajjan wrote: Adds FIMD DT binding documentation both Samsung SoC and Board, with an example Signed-off-by: Vikas Sajjanvikas.saj...@linaro.org --- .../devicetree/bindings

Re: [PATCH v6 5/5] ARM: dts: Add FIMD DT binding Documentation

2013-03-06 Thread Vikas Sajjan
Hi, On 7 March 2013 02:43, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 03/06/2013 11:18 AM, Vikas Sajjan wrote: Good idea, but i am just wondering is it a good idea to modify the fimd driver ? I think it is. But it depends what code quality you aim for. Is there any issue

[PATCH v7 2/5] ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC

2013-03-13 Thread Vikas Sajjan
From: Sachin Kamat sachin.ka...@linaro.org This patch adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++ 1 file

[PATCH v7 4/5] ARM: dts: Add FIMD AUXDATA node entry for exynos4 DT

2013-03-13 Thread Vikas Sajjan
Adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/mach-exynos/mach-exynos4-dt.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index b68115a..b32a929 100644

[PATCH v7 5/5] ARM: dts: Add FIMD DT binding Documentation

2013-03-13 Thread Vikas Sajjan
Adds FIMD DT binding documentation both Samsung SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/video/samsung-fimd.txt | 58 1 file changed, 58 insertions(+) create mode 100644 Documentation/devicetree

[PATCH] ARM: dts: add interrupt-names property to get interrupt resource by name

2013-03-13 Thread Vikas Sajjan
that FIMD driver can get the interrupt resource by name as discussed at http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg16211.html patch is dependent on https://patchwork.kernel.org/patch/2184981/ Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts

Re: [PATCH] ARM: dts: add interrupt-names property to get interrupt resource by name

2013-03-14 Thread Vikas Sajjan
Hi, On 13 March 2013 20:09, Rob Herring robherri...@gmail.com wrote: The subject is completely misleading. Make it clear what the scope of this patch is. On 03/13/2013 06:26 AM, Vikas Sajjan wrote: The FIMD driver expects the vsync interrupt to be mentioned as the 1st parameter in the FIMD

[PATCH v8 0/4] Add DRM FIMD DT support for Exynos4 DT Machines

2013-03-19 Thread Vikas Sajjan
-exynos4 DT - added 'status' property to fimd DT node Is based on branch kgene's for-next https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next Sachin Kamat (1): ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC Vikas Sajjan (3): ARM: dts: Add FIMD

[PATCH v8 2/4] ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC

2013-03-19 Thread Vikas Sajjan
From: Sachin Kamat sachin.ka...@linaro.org Adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++ 1 file changed, 14

[PATCH v8 3/4] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-03-19 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412

[PATCH v8 4/4] ARM: dts: Add FIMD DT binding Documentation

2013-03-19 Thread Vikas Sajjan
Adds FIMD DT binding documentation for both Samsung SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/video/samsung-fimd.txt | 61 1 file changed, 61 insertions(+) create mode 100644 Documentation

[PATCH] drm/exynos: enable FIMD clocks

2013-03-19 Thread Vikas Sajjan
-off-by: Vikas Sajjan vikas.saj...@linaro.org --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c index 9537761..d93dd8a 100644 --- a/drivers/gpu/drm/exynos

Re: [PATCH] ARM: dts: add interrupt-names property to get interrupt resource by name

2013-03-19 Thread Vikas Sajjan
HI, On Wed, Mar 20, 2013 at 3:10 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 03/18/2013 04:50 PM, Rob Herring wrote: On 03/13/2013 05:42 PM, Sylwester Nawrocki wrote: On 03/13/2013 03:39 PM, Rob Herring wrote: I fail to see what the hack is. The order of interrupt

[PATCH v2] drm/exynos: enable FIMD clocks

2013-03-20 Thread Vikas Sajjan
. this patch also replaces clk_disable() with clk_disable_unprepare() during exit. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- Changes since v1: - added error checking for clk_prepare_enable() and also replaced clk_disable() with clk_disable_unprepare() during exit. --- drivers

Re: [PATCH V3 1/2] ARM: dts: Add FIMD node to exynos5

2013-03-20 Thread Vikas Sajjan
Hi Leela, On Wed, Mar 20, 2013 at 3:52 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: This adds common FIMD device node for all Exynos5 SoCs Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 10 ++ 1 file changed, 10

Re: [PATCH v8 0/4] Add DRM FIMD DT support for Exynos4 DT Machines

2013-03-20 Thread Vikas Sajjan
Hi, On Tue, Mar 19, 2013 at 12:38 PM, Vikas Sajjan vikas.saj...@linaro.org wrote: This patch series adds support for DRM FIMD DT for Exynos4 DT Machines, specifically for Exynos4412 SoC. Any more comments on this patch set ? I am about to re-spin v9, let me know if anybody has more comments

[PATCH v9 0/4] Add DRM FIMD DT support for Exynos4 DT Machines

2013-03-22 Thread Vikas Sajjan
/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next Sachin Kamat (1): ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC Vikas Sajjan (3): ARM: dts: Add FIMD node to exynos4 ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts ARM: dts: Add FIMD DT binding

[PATCH v9 2/4] ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC

2013-03-22 Thread Vikas Sajjan
From: Sachin Kamat sachin.ka...@linaro.org Adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++ 1 file changed, 14

[PATCH v9 3/4] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-03-22 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412

[PATCH v9 4/4] ARM: dts: Add FIMD DT binding Documentation

2013-03-22 Thread Vikas Sajjan
Adds FIMD DT binding documentation for both Samsung SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/video/samsung-fimd.txt | 68 1 file changed, 68 insertions(+) create mode 100644 Documentation

[PATCH v9 1/4] ARM: dts: Add FIMD node to exynos4

2013-03-22 Thread Vikas Sajjan
Adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 9ac47d5..2480aaa

Re: [PATCH v9 0/4] Add DRM FIMD DT support for Exynos4 DT Machines

2013-03-25 Thread Vikas Sajjan
Hi Kukjin Kim, Can you please apply these patches? On Fri, Mar 22, 2013 at 7:26 PM, Vikas Sajjan vikas.saj...@linaro.org wrote: This patch series adds support for DRM FIMD DT for Exynos4 DT Machines, specifically for Exynos4412 SoC. changes since v8: - addressed comments to add

[PATCH v3] drm/exynos: enable FIMD clocks

2013-04-01 Thread Vikas Sajjan
. this patch also replaces clk_disable() with clk_disable_unprepare() during exit. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- Changes since v2: - moved clk_prepare_enable() and clk_disable_unprepare() from fimd_probe() to fimd_clock() as suggested by Inki Dae inki

[PATCH v10 0/3] Add DRM FIMD DT support for Exynos4 DT Machines

2013-04-01 Thread Vikas Sajjan
to fimd DT node Is based on branch kgene's for-next https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next Vikas Sajjan (3): ARM: dts: Add FIMD node to exynos4 ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts ARM: dts: Add FIMD DT

[PATCH v10 1/3] ARM: dts: Add FIMD node to exynos4

2013-04-01 Thread Vikas Sajjan
This patch adds a common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 9ac47d5

[PATCH v10 2/3] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-04-01 Thread Vikas Sajjan
This patch adds FIMD related nodes for the Origen Quad board. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts

[PATCH v10 3/3] ARM: dts: Add FIMD DT binding Documentation

2013-04-01 Thread Vikas Sajjan
Add DT binding documentation for the FIMD IP block found in Samsung SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/video/samsung-fimd.txt | 65 1 file changed, 65 insertions(+) create mode 100644 Documentation/devicetree/bindings

[PATCH v11 1/3] ARM: dts: Add FIMD node to exynos4

2013-04-05 Thread Vikas Sajjan
This patch adds a common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH v11 2/3] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-04-05 Thread Vikas Sajjan
This patch adds FIMD related nodes for the Origen Quad board. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- arch/arm/boot/dts/exynos4412-origen.dts | 21 + 1 file changed, 21 insertions(+) diff --git a/arch

[PATCH v11 3/3] ARM: dts: Add FIMD DT binding Documentation

2013-04-05 Thread Vikas Sajjan
Add DT binding documentation for the FIMD IP block found in Samsung SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- .../devicetree/bindings/video/samsung-fimd.txt | 65 1 file changed, 65 insertions

[PATCH v11 0/3] Add DRM FIMD DT support for Exynos4 DT Machines

2013-04-05 Thread Vikas Sajjan
SAMSUNG_DEV_BACKLIGHT and SAMSUNG_DEV_PMW for mach-exynos4 DT - added 'status' property to fimd DT node Is based on branch kgene's for-next https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next Vikas Sajjan (3): ARM: dts: Add FIMD node to exynos4

[PATCH v4] drm/exynos: prepare FIMD clocks

2013-04-08 Thread Vikas Sajjan
replaces clk_disable() with clk_unprepare() during exit, since clk_prepare() is called in fimd_probe(). Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- Changes since v3: - added clk_prepare() in fimd_probe() and clk_unprepare() in fimd_remove() as suggested by Viresh Kumar

[PATCH v5] drm/exynos: enable FIMD clocks

2013-04-23 Thread Vikas Sajjan
. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- Changes since v4: - replaced clk_enable() and clk_disable() with clk_prepare_enable() and clk_disable_unprepare() in fimd_clock() and removed clk_disable() from fimd_remove() as dicussed at http

[PATCH 0/3] Add DP related DT and Display-timing Node to exynos5250 based Arndale Board

2013-05-08 Thread Vikas Sajjan
This patch series adds support for DP on Exynos5250 based Arndale Board Is based on branch for-next http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Vikas Sajjan (3): ARM: dts: Add DT node for DP controller for Arndale Board ARM: dts: Add clock provider information

[PATCH 2/3] ARM: dts: Add clock provider information for DP controller in Exynos5250 SoC

2013-05-08 Thread Vikas Sajjan
Adds clock provider information for DP controller required by CCF. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org Signed-off-by: Arun Kumar K arun...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250.dtsi

Re: [PATCH 1/4] ARM: dts: exynos4: add PMU syscon node

2014-04-25 Thread Vikas Sajjan
Hi, On Thu, Apr 24, 2014 at 9:37 PM, Tomasz Figa t.f...@samsung.com wrote: Hi Chanho, On 14.04.2014 14:48, Chanho Park wrote: This patch adds a PMU(Power Management Unit) syscon node. This should be required for USB Phy syscon regmap I/F. Cc: Tomasz Figa t.f...@samsung.com Cc: Kamil

Re: [PATCH] ARM: dts: Remove mau_pd node for Exynos5420

2014-04-26 Thread Vikas Sajjan
Hi, On Sat, Apr 26, 2014 at 5:00 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On 24.04.2014 13:03, Tushar Behera wrote: On 04/24/2014 03:36 PM, Tomasz Figa wrote: On 24.04.2014 11:07, Tushar Behera wrote: On 04/23/2014 03:43 PM, Kukjin Kim wrote: Tushar Behera wrote: On 22 April

Re: [PATCH] ARM: dts: Remove mau_pd node for Exynos5420

2014-04-26 Thread Vikas Sajjan
Hi Tomasz, On Sat, Apr 26, 2014 at 8:48 PM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Vikas, On 26.04.2014 13:57, Vikas Sajjan wrote: Hi, On Sat, Apr 26, 2014 at 5:00 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On 24.04.2014 13:03, Tushar Behera wrote: On 04/24/2014 03:36 PM

Re: [PATCH v12 30/31] ARM: dts: add System MMU nodes of exynos5250

2014-04-27 Thread Vikas Sajjan
Hi shaik, +Doug, Abhilash, On Sun, Apr 27, 2014 at 1:08 PM, Shaik Ameer Basha shaik.am...@samsung.com wrote: From: Cho KyongHo pullip@samsung.com Signed-off-by: Cho KyongHo pullip@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 270 - 1

Re: [PATCH V2 1/3] ARM: EXYNOS5: Add PMU settings for exynos5420

2014-04-28 Thread Vikas Sajjan
) In addition to above, please see some comments inline. On 27.03.2014 07:13, Vikas Sajjan wrote: Add intial PMU settings for exynos5420. This is required for future S2R and Switching support. Signed-off-by: Thomas Abraham thomas...@samsung.com Signed-off-by: Abhilash Kesavan a.kesa

Re: [PATCH V2 2/3] ARM: EXYNOS5: Support Suspend-to-RAM on EXYNOS5420

2014-04-28 Thread Vikas Sajjan
Hi Tomasz, On Wed, Apr 16, 2014 at 12:33 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Vikas, Basically same comments as for the series for Exynos5260. Also see more comments inline. On 27.03.2014 07:13, Vikas Sajjan wrote: Adds Suspend-to-RAM support for EXYNOS5420 Signed-off

Re: [PATCH v3 11/12] ARM: EXYNOS: Add platform driver support for Exynos PMU.

2014-04-30 Thread Vikas Sajjan
Hi Pankaj, On Wed, Apr 30, 2014 at 10:47 AM, Pankaj Dubey pankaj.du...@samsung.com wrote: This patch modifies Exynos Power Management Unit (PMU) initialization implementation in following way: - Added platform_device support by registering static platform device. - Added platform struct

[PATCH V3 0/3] Add PMU and S2R support for exynos5420

2014-05-08 Thread Vikas Sajjan
figa's PM consolidations for exynos Tested on peach-pit board on top of shaik ameer basha's CLK v3 patchset http://www.spinics.net/lists/arm-kernel/msg325313.html Vikas Sajjan (3): ARM: EXYNOS5: PMU support for 5420 ARM: EXYNOS5: Add Suspend-to-RAM support for 5420 CLK: EXYNOS: Add clk save

[PATCH V3 1/3] ARM: EXYNOS5: PMU support for 5420

2014-05-08 Thread Vikas Sajjan
Add intial PMU settings for exynos5420. This is required for future S2R and Switching support. Signed-off-by: Thomas Abraham thomas...@samsung.com Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- arch/arm/mach-exynos/common.h |9

[PATCH V3 2/3] ARM: EXYNOS5: Add Suspend-to-RAM support for 5420

2014-05-08 Thread Vikas Sajjan
Adds Suspend-to-RAM support for EXYNOS5420 Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- arch/arm/mach-exynos/pm.c | 163 ++- arch/arm/mach-exynos/regs-pmu.h |2 + 2 files changed, 146

[PATCH V3 3/3] CLK: EXYNOS: Add clk save/restore registers for 5420

2014-05-08 Thread Vikas Sajjan
Adds clk save/restore registers for 5420 Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- drivers/clk/samsung/clk-exynos5420.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420

[PATCH V3 1/4] ARM: dts: Add sysreg sytem controller node to exynos5250 and exynos5420

2014-05-19 Thread Vikas Sajjan
dts: Add usb2phy to Exynos 5250 patch] [gautam.vi...@samsung.com: added similar syscon entry for exynos5420] Signed-off-by: Vivek Gautam gautam.vi...@samsung.com [vikas.saj...@samsung.com: updated the binding document] Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- .../devicetree/bindings

[PATCH V3 0/4] dts: Add usb2phy to Exynos 5250/5420

2014-05-19 Thread Vikas Sajjan
Based on 'for-next' branch of Kgene's linux-samsung tree. These patches are as per discussions on the driver side patches which have already been acked. [1] Changes from v2: - Addressed kukjin's comments to update DT binding documentation for sysreg. - removed the version for

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

2014-05-19 Thread Vikas Sajjan
From: Vivek Gautam gautam.vi...@samsung.com 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 2/4] ARM: dts: Add usb2phy to Exynos 5250

2014-05-19 Thread Vikas Sajjan
From: Kamil Debski k.deb...@samsung.com Add support to PHY of USB2 of the Exynos 5250 SoC. Signed-off-by: Kamil Debski k.deb...@samsung.com [gautam.vi...@samsung.com: Split the usb phy entries from syscon entries from earlier patch: dts: Add usb2phy to Exynos 5250] [gautam.vi...@samsung.com:

[PATCH V3 4/4] ARM: dts: Add usb 2.0 support on exynos5420

2014-05-19 Thread Vikas Sajjan
From: Vivek Gautam gautam.vi...@samsung.com Add required device node for ehci and ohci controllers to enable USB 2.0 support. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 30 ++ 1 file changed, 30 insertions(+) diff

  1   2   3   4   >