Re: [PATCH] clk: s3c64xx: Correct spi bus clock hookups

2013-10-16 Thread Charles Keepax
+ samsung soc mailing list On Wed, Oct 16, 2013 at 12:52:42AM +0200, Tomasz Figa wrote: Hi Charles, On Tuesday 15 of October 2013 13:26:22 Charles Keepax wrote: ALIAS(SCLK_MMC1, s3c-sdhci.1, mmc_busclk.2), ALIAS(SCLK_MMC0, s3c-sdhci.0, mmc_busclk.2), - ALIAS(SCLK_SPI1,

Re: [PATCH] clk: s3c64xx: Correct spi bus clock hookups

2013-10-16 Thread Tomasz Figa
On Wednesday 16 of October 2013 09:10:35 Charles Keepax wrote: + samsung soc mailing list On Wed, Oct 16, 2013 at 12:52:42AM +0200, Tomasz Figa wrote: Hi Charles, On Tuesday 15 of October 2013 13:26:22 Charles Keepax wrote: ALIAS(SCLK_MMC1, s3c-sdhci.1, mmc_busclk.2),

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

2013-10-16 Thread Kamil Debski
Hi Shaik, I tried to build your driver. It does not compile, so please fix it. CC drivers/media/platform/exynos-scaler/scaler-m2m.o drivers/media/platform/exynos-scaler/scaler-m2m.c: In function 'scaler_m2m_open': drivers/media/platform/exynos-scaler/scaler-m2m.c:616:2: error: implicit

Re: [PATCH 1/3 v5] thermal: samsung: correct the fall interrupt en, status bit fields

2013-10-16 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday, October 16, 2013 08:21:30 AM Naveen Krishna Chatradhi wrote: On Exynos5250, the FALL interrupt related en, status and clear bits are available at an offset of 16 on INTEN, INTSTAT registers and at an offset of 12 on INTCLEAR register. On Exynos5420, the FALL interrupt

Re: [PATCH 1/2] ARM: dts: Exynos5420: add clock entries to gsc power domain

2013-10-16 Thread Leela Krishna Amudala
Hi Tomasz, On Wed, Oct 16, 2013 at 12:19 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Leela, On Tuesday 15 of October 2013 16:50:53 Leela Krishna Amudala wrote: Add clock nodes for oscillator clock, input clocks and parents of input clocks to gsc power domain so that we can set/restore

Re: [PATCH 2/2] ARM: dts: Exynos5420: Add dt support for gscaler

2013-10-16 Thread Leela Krishna Amudala
Hi Tomasz, On Wed, Oct 16, 2013 at 12:21 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Leela, On Tuesday 15 of October 2013 16:50:54 Leela Krishna Amudala wrote: Adds G-Scaler devices to the DT device list Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com ---

Re: [PATCH 2/2] ARM: dts: Exynos5420: Add dt support for gscaler

2013-10-16 Thread Leela Krishna Amudala
On Wed, Oct 16, 2013 at 3:38 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: Hi Tomasz, On Wed, Oct 16, 2013 at 12:21 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Leela, On Tuesday 15 of October 2013 16:50:54 Leela Krishna Amudala wrote: Adds G-Scaler devices to the DT device list

Re: [PATCH 2/2] ARM: dts: Exynos5420: Add dt support for gscaler

2013-10-16 Thread Tomasz Figa
On Wednesday 16 of October 2013 15:46:21 Leela Krishna Amudala wrote: On Wed, Oct 16, 2013 at 3:38 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: Hi Tomasz, On Wed, Oct 16, 2013 at 12:21 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Leela, On Tuesday 15 of October 2013

Re: [PATCH] clk: s3c64xx: Correct spi bus clock hookups

2013-10-16 Thread Charles Keepax
On Wed, Oct 16, 2013 at 11:10:59AM +0200, Tomasz Figa wrote: If you have hardware to test this, especially with possibility of checking the SPI frequency I would really appreciate this, as I unfortunately don't have such. I might not be able to get around to it this week, but I certainly

[PATCH] ARM: dts: Exynos5420: Add dt support for gscaler

2013-10-16 Thread Leela Krishna Amudala
Adds G-Scaler devices to the DT device list Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index

Re: [PATCH 1/3 v5] thermal: samsung: correct the fall interrupt en, status bit fields

2013-10-16 Thread Bartlomiej Zolnierkiewicz
[ I was a bit too quick with hitting the Send button.. ] On Wednesday, October 16, 2013 12:06:21 PM Bartlomiej Zolnierkiewicz wrote: Hi, On Wednesday, October 16, 2013 08:21:30 AM Naveen Krishna Chatradhi wrote: On Exynos5250, the FALL interrupt related en, status and clear bits are

[PATCH 8/9] clk: samsung: exynos4: Add remaining suspend/resume handling

2013-10-16 Thread Tomasz Figa
As of now, part of Exynos4 clock suspend/resume handling is located in mach-exynos/pm.c, which is not where code accessing CMU registers should reside. This patch implements all the necessary suspend/resume handling code in Exynos4 clock driver to allow dropping that old code. Signed-off-by:

[PATCH 0/9] Samsung clock PM consolidation part 1

2013-10-16 Thread Tomasz Figa
This series reworks suspend/resume handling of Samsung clock drivers to cover more SoC specific aspects that are beyond simple register save and restore. The goal is to have all the suspend/resume code that touches the clock controller in single place, which is the clock driver. On

[PATCH 2/9] clk: samsung: Provide common helpers for register save/restore

2013-10-16 Thread Tomasz Figa
As suspend/resume handlers are being moved to SoC specific code, due to differencies in suspend/resume handling of particular SoCs, to minimize code duplication this patch provides common register save/restore helpers that save/restore given list of registers of clock controller. Signed-off-by:

[PATCH 6/9] clk: samsung: s3c64xx: Move suspend/resume handling to SoC driver

2013-10-16 Thread Tomasz Figa
Since there are multiple differences in how suspend/resume of particular Exynos SoCs must be handled, SoC driver is better place for suspend/resume handlers and so this patch moves them. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 4/9] clk: samsung: exynos5250: Move suspend/resume handling to SoC driver

2013-10-16 Thread Tomasz Figa
Since there are multiple differences in how suspend/resume of particular Exynos SoCs must be handled, SoC driver is better place for suspend/resume handlers and so this patch moves them. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 1/9] clk: exynos4: Remove remnants of non-DT support

2013-10-16 Thread Tomasz Figa
This patch simplifies a bit clock initialization code by removing remnants of non-DT clock initialization, such as reg_base and xom values passed in function parameters. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 3/9] clk: samsung: exynos4: Move suspend/resume handling to SoC driver

2013-10-16 Thread Tomasz Figa
Since there are multiple differences in how suspend/resume of particular Exynos SoCs must be handled, SoC driver is better place for suspend/resume handlers and so this patch moves them. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 9/9] ARM: EXYNOS: pm: Drop legacy Exynos4 clock suspend/resume code

2013-10-16 Thread Tomasz Figa
All the suspend/resume handling is already implemented in Exynos4 clock driver, so this legacy code can be safely dropped. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/pm.c | 125

[PATCH 5/9] clk: samsung: exynos5420: Move suspend/resume handling to SoC driver

2013-10-16 Thread Tomasz Figa
Since there are multiple differences in how suspend/resume of particular Exynos SoCs must be handled, SoC driver is better place for suspend/resume handlers and so this patch moves them. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 7/9] clk: samsung: Drop old suspend/resume code

2013-10-16 Thread Tomasz Figa
Since all SoC drivers have been moved to local suspend/resume handling, the old code can be safely dropped. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/clk/samsung/clk-exynos4.c| 2 +- drivers/clk/samsung/clk-exynos5250.c

RE: [PATCH RFC v2 03/10] exynos4-is: Use mem-to-mem ioctl helpers

2013-10-16 Thread Kamil Debski
From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Sylwester Nawrocki Sent: Saturday, October 12, 2013 2:32 PM Subject: [PATCH RFC v2 03/10] exynos4-is: Use mem-to-mem ioctl helpers Simplify the FIMC mem-to-mem driver by using the m2m ioctl and

RE: [PATCH RFC v2 04/10] s5p-jpeg: Use mem-to-mem ioctl helpers

2013-10-16 Thread Kamil Debski
From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Sylwester Nawrocki Sent: Saturday, October 12, 2013 2:32 PM Subject: [PATCH RFC v2 04/10] s5p-jpeg: Use mem-to-mem ioctl helpers Simplify the driver by using the m2m ioctl and vb2 helpers.

RE: [PATCH RFC v2 10/10] s5p-g2d: Use mem-to-mem ioctl helpers

2013-10-16 Thread Kamil Debski
From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Sylwester Nawrocki Sent: Saturday, October 12, 2013 2:32 PM Subject: [PATCH RFC v2 10/10] s5p-g2d: Use mem-to-mem ioctl helpers Simplify the driver by using the m2m ioctl and vb2 helpers.

RE: [PATCH RFC v2 02/10] mem2mem_testdev: Use mem-to-mem ioctl and vb2 helpers

2013-10-16 Thread Kamil Debski
From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Sylwester Nawrocki Sent: Saturday, October 12, 2013 2:32 PM Subject: [PATCH RFC v2 02/10] mem2mem_testdev: Use mem-to-mem ioctl and vb2 helpers Simplify the driver by using the m2m ioctl and

RE: [PATCH RFC v2.1 01/10] V4L: Add mem2mem ioctl and file operation helpers

2013-10-16 Thread Kamil Debski
From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Sylwester Nawrocki Sent: Saturday, October 12, 2013 2:39 PM Subject: [PATCH RFC v2.1 01/10] V4L: Add mem2mem ioctl and file operation helpers This patch adds ioctl helpers to the V4L2

Re: [PATCH] ARM: dts: Exynos5420: Add dt support for gscaler

2013-10-16 Thread Tomasz Figa
Hi Leela, On Wednesday 16 of October 2013 16:26:26 Leela Krishna Amudala wrote: Adds G-Scaler devices to the DT device list Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 20 1 file changed, 20 insertions(+) Now

[PATCH] cpufreq: exynos: Convert exynos-cpufreq to platform driver

2013-10-16 Thread Tomasz Figa
From: Lukasz Majewski l.majew...@samsung.com To make the driver multiplatform-friendly, unconditional initialization in an initcall is replaced with a platform driver probed only if respective platform device is registered. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by:

[PATCH 6/7] video: exynos_dp: remove non-DT support for Exynos Display Port

2013-10-16 Thread Kishon Vijay Abraham I
From: Jingoo Han jg1@samsung.com Exynos Display Port can be used only for Exynos SoCs. In addition, non-DT for EXYNOS SoCs is not supported from v3.11; thus, there is no need to support non-DT for Exynos Display Port. The 'include/video/exynos_dp.h' file has been used for non-DT support and

[PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-16 Thread Kishon Vijay Abraham I
From: Sylwester Nawrocki sylvester.nawro...@gmail.com Use the generic PHY API instead of the platform callback for the MIPI DSIM DPHY enable/reset control. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Felipe Balbi

[PATCH 4/7] ARM: Samsung: Remove the MIPI PHY setup code

2013-10-16 Thread Kishon Vijay Abraham I
From: Sylwester Nawrocki sylvester.nawro...@gmail.com Generic PHY drivers are used to handle the MIPI CSIS and MIPI DSIM DPHYs so we can remove now unused code at arch/arm/plat-samsung. In case there is any board file for S5PV210 platforms using MIPI CSIS/DSIM (not any upstream currently) it

[PATCH 0/7] video phy's adaptation to *generic phy framework*

2013-10-16 Thread Kishon Vijay Abraham I
Hi Greg, This series includes video PHY adaptation to Generic PHY Framework. With the adaptation they were able to get rid of plat data callbacks. Since you've taken the Generic PHY Framework, I think this series should also go into your tree. We should thank Sylwester for actively testing and

[PATCH 7/7] video: exynos_dp: Use the generic PHY driver

2013-10-16 Thread Kishon Vijay Abraham I
From: Jingoo Han jg1@samsung.com Use the generic PHY API to control the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Documentation/devicetree/bindings/video/exynos_dp.txt | 17

[PATCH 2/7] exynos4-is: Use the generic MIPI CSIS PHY driver

2013-10-16 Thread Kishon Vijay Abraham I
From: Sylwester Nawrocki sylvester.nawro...@gmail.com Use the generic PHY API instead of the platform callback to control the MIPI CSIS DPHY. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Felipe Balbi ba...@ti.com

[PATCH 5/7] phy: Add driver for Exynos DP PHY

2013-10-16 Thread Kishon Vijay Abraham I
From: Jingoo Han jg1@samsung.com Add a PHY provider driver for the Samsung Exynos SoC Display Port PHY. Signed-off-by: Jingoo Han jg1@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com Cc: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Felipe Balbi ba...@ti.com Signed-off-by:

[PATCH 1/7] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-10-16 Thread Kishon Vijay Abraham I
From: Sylwester Nawrocki sylvester.nawro...@gmail.com Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Kishon

[PATCH] phy: exynos-mipi-video: Fix phy_power_off() callback

2013-10-16 Thread Sylwester Nawrocki
Fix argument passed to the register setup helper function so the phy is actually disabled. Now due to cutpaste error 1 is passed to both phy_power_on() and phy_power_off(). Reported by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com --- This

Re: [PATCH] ARM: s3c64xx: Select CPU_V6K instead of CPU_V6

2013-10-16 Thread Tomasz Figa
Hi Kukjin, On Saturday 28 of September 2013 19:49:14 Tomasz Figa wrote: All S3C64XX SoCs come with ARM1176JZF-s core, which fully supports ARMv6K extensions. This patch lets the kernel use them on S3C6410 by adding selection of CPU_V6K to ARCH_S3C64XX. Signed-off-by: Tomasz Figa

Re: [PATCH] ARM: s3c64xx: mini6410: Correct card detect type for HSMMC1

2013-10-16 Thread Tomasz Figa
Hi Kukjin, On Sunday 29 of September 2013 18:12:01 Tomasz Figa wrote: According to board schematics, for HSMMC1 a GPIO line is used to detect card presence, while currently it is being configured for internal card detect line, which is multiplexed with card detect line of HSMMC0 and thus

[PATCH v2 0/8] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-10-16 Thread Tomasz Figa
Since the patches extending support of amba-pl08x DMA engine driver to PL080S DMA engine (PL080 modified by Samsung) found in Samsung S3C64xx SoCs got merged into Linux 3.12, it is a good time to migrate the platform to use this driver and drop the legacy DMA code. Due to changes scattered across

[PATCH v2 3/8] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver

2013-10-16 Thread Tomasz Figa
This patch adds all required platform-specific data and initialization code to support the generic amba-pl08x driver on S3C64xx SoCs. Also some compatibility definitions are added to make the transition from legacy API to DMA engine easier. The biggest hack here is passing const char * pointers

[PATCH v2 5/8] ARM: s3c64xx: Remove legacy DMA driver

2013-10-16 Thread Tomasz Figa
Since support for generic PL08x DMA engine driver has been added, there is no need to keep the old legacy driver, so this patch removes it. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- arch/arm/mach-s3c64xx/Kconfig| 5 - arch/arm/mach-s3c64xx/Makefile | 1 -

[PATCH v2 4/8] clk: samsung: s3c64xx: Add aliases for DMA clocks

2013-10-16 Thread Tomasz Figa
This patch adds clkdev aliases for clocks used by PL08x DMA driver. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- drivers/clk/samsung/clk-s3c64xx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/samsung/clk-s3c64xx.c b/drivers/clk/samsung/clk-s3c64xx.c index

[PATCH v2 2/8] ASoC: Samsung: Do not require legacy DMA API in case of S3C64XX

2013-10-16 Thread Tomasz Figa
With support for amba-pl08x driver, on S3C64xx the generic DMA engine API can be used instead of the private s3c-dma interface. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- sound/soc/samsung/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v2 1/8] spi: s3c64xx: Do not require legacy DMA API in case of S3C64XX

2013-10-16 Thread Tomasz Figa
With support for amba-pl08x driver, on S3C64xx the generic DMA engine API can be used instead of the private s3c-dma interface. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig

[PATCH v2 6/8] clk: samsung: s3c64xx: Remove clock aliases of old DMA driver

2013-10-16 Thread Tomasz Figa
Since the old DMA driver got removed, these aliases are no longer necessary. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- drivers/clk/samsung/clk-s3c64xx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/clk/samsung/clk-s3c64xx.c b/drivers/clk/samsung/clk-s3c64xx.c index

[PATCH v2 8/8] ASoC: Samsung: Always select S3C64XX_PL080 when ARCH_S3C64XX is enabled

2013-10-16 Thread Tomasz Figa
The legacy S3C64xx DMA driver has been removed, DMA support on S3C64xx is provided only by the generic PL08x driver. This patch modifies the Kconfig entry of Samsung ASoC subsystem, which relies on availability of DMA, to always select the S3C64XX_PL080 symbol. Signed-off-by: Tomasz Figa

[PATCH v2 7/8] spi: s3c64xx: Always select S3C64XX_PL080 when ARCH_S3C64XX is enabled

2013-10-16 Thread Tomasz Figa
The legacy S3C64xx DMA driver has been removed, DMA support on S3C64xx is provided only by the generic PL08x driver. This patch modifies the Kconfig entry of spi-s3c64xx driver, which relies on availability of DMA, to always select the S3C64XX_PL080 symbol. Signed-off-by: Tomasz Figa

Re: [PATCH 0/7] video phy's adaptation to *generic phy framework*

2013-10-16 Thread Greg KH
On Wed, Oct 16, 2013 at 09:58:09PM +0530, Kishon Vijay Abraham I wrote: Hi Greg, This series includes video PHY adaptation to Generic PHY Framework. With the adaptation they were able to get rid of plat data callbacks. Since you've taken the Generic PHY Framework, I think this series

свет можно постигать без контактных линз

2013-10-16 Thread amrinaskrvobova
откорректируйте зрение без проблем http://teling.by/bitrix/images/cbqgp.htm

Re: [PATCH v2 0/4] Exynos 5410 Dual cluster support

2013-10-16 Thread Kevin Hilman
Vyacheslav Tyrtov v.tyr...@samsung.com writes: The series of patches represent support of Exynos 5410 SoC The Exynos 5410 is the first Samsung SoC based on bigLITTLE architecture. Patches allow all 8 CPU cores (4 x A7 and 4 x A15) to run at the same time Patches add new platform

Re: [PATCH] phy: exynos-mipi-video: Fix phy_power_off() callback

2013-10-16 Thread Jingoo Han
On Thursday, October 17, 2013 2:04 AM, Sylwester Nawrocki wrote: Fix argument passed to the register setup helper function so the phy is actually disabled. Now due to cutpaste error 1 is passed to both phy_power_on() and phy_power_off(). Reported by: Kyungmin Park kyungmin.p...@samsung.com

[PATCH 1/3 v6] thermal: samsung: add intclr_fall_shift bit in exynos_tmu_register

2013-10-16 Thread Naveen Krishna Chatradhi
On Exynos5250, the FALL interrupt related en, status and clear bits are available at an offset of 16 in INTEN, INTSTAT registers and at an offset of 12 in INTCLEAR register. On Exynos5420, the FALL interrupt related en, status and clear bits are available at an offset of 16 in INTEN, INTSTAT and

[PATCH 3/3 v6] thermal: samsung: Add TMU support for Exynos5420 SoCs

2013-10-16 Thread Naveen Krishna Chatradhi
This patch adds the neccessary register changes and arch information to support Exynos5420 SoCs Exynos5420 has 5 TMU channels one for each CPU 0, 1, 2 and 3 and GPU Also updated the Documentation at Documentation/devicetree/bindings/thermal/exynos-thermal.txt Note: The platform data structure

[PATCH V2] ARM: dts: Exynos5420: Add device nodes for GScaler blocks

2013-10-16 Thread Leela Krishna Amudala
Adds G-Scaler device nodes to the DT device list Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Changes since V1: - Changed the patch subject - Changed the node name to video-scaler suggested by Tomasz Figa t.f...@samsung.com Note: G-scaler probe test