[PATCH] ARM: S3C24XX: Fix build failure for mach-osiris-dvs

2013-12-30 Thread Tushar Behera
Fixes following build error. arch/arm/mach-s3c24xx/mach-osiris-dvs.c: In function ‘osiris_dvs_notify’: arch/arm/mach-s3c24xx/mach-osiris-dvs.c:76:4: error: implicit declaration of function ‘S3C2410_GPB’ [-Werror=implicit-function-declaration] Signed-off-by: Tushar Behera tushar.beh...@linaro.org

Re: [PATCH RFC 1/4] phy: Add new Exynos5 USB 3.0 PHY driver

2013-12-30 Thread Vivek Gautam
Hi Kishon, On Tue, Dec 24, 2013 at 11:15 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, On Thursday 05 December 2013 01:44 PM, Vivek Gautam wrote: Hi Kishon, On Wed, Dec 4, 2013 at 7:58 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi Vivek, On Wednesday 20 November 2013

[PATCH 7/9] ARM: EXYNOS: Replace inclusion of plat/regs-serial.h header file

2013-12-30 Thread Tushar Behera
Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/mach-exynos/common.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index 09e6898..d585cb6 100644 --- a/arch/arm/mach-exynos/common.c +++

[PATCH 2/9] ARM: S3C24XX: Replace inclusion of plat/regs-serial.h

2013-12-30 Thread Tushar Behera
Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/mach-s3c24xx/clock-s3c2410.c|3 +-- arch/arm/mach-s3c24xx/clock-s3c2412.c|3 +-- arch/arm/mach-s3c24xx/clock-s3c2440.c|2 +- arch/arm/mach-s3c24xx/common.c |2

[PATCH 9/9] ARM: SAMSUNG: Delete unused plat/regs-serial.h header file

2013-12-30 Thread Tushar Behera
Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/plat-samsung/include/plat/regs-serial.h |1 - 1 file changed, 1 deletion(-) delete mode 100644 arch/arm/plat-samsung/include/plat/regs-serial.h diff --git a/arch/arm/plat-samsung/include/plat/regs-serial.h

[PATCH 0/9] ARM: SAMSUNG: Remove plat/regs-serial.h file

2013-12-30 Thread Tushar Behera
plat-samsung/include/plat/regs-serial.h only includes linux/serial_s3c.h. Including linux/serial_s3c.h directly would reduce platform dependency while working towards multi-platform kernel. Tested on top of next-20131224. Sachin Kamat (1): ARM: SAMSUNG: Remove platform dependency from

[PATCH 4/9] ARM: S5P64X0: Replace inclusion of plat/regs-serial.h header file

2013-12-30 Thread Tushar Behera
Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/mach-s5p64x0/common.c |2 +- arch/arm/mach-s5p64x0/include/mach/debug-macro.S |3 +-- arch/arm/mach-s5p64x0/irq-pm.c |2 +- arch/arm/mach-s5p64x0/mach-smdk6440.c|2 +-

[PATCH 6/9] ARM: S5PV210: Replace inclusion of plat/regs-serial.h header file

2013-12-30 Thread Tushar Behera
Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/mach-s5pv210/common.c |2 +- arch/arm/mach-s5pv210/include/mach/debug-macro.S |2 +- arch/arm/mach-s5pv210/mach-aquila.c |2 +- arch/arm/mach-s5pv210/mach-goni.c|2 +-

[PATCH 3/9] ARM: S3C64XX: Replace inclusion of plat/regs-serial.h header file

2013-12-30 Thread Tushar Behera
Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/mach-s3c64xx/common.c |2 +- arch/arm/mach-s3c64xx/include/mach/debug-macro.S |2 +- arch/arm/mach-s3c64xx/irq-pm.c |2 +- arch/arm/mach-s3c64xx/mach-anw6410.c |2 +-

[PATCH 8/9] ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header file

2013-12-30 Thread Tushar Behera
Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/arm/plat-samsung/clock.c |2 +- arch/arm/plat-samsung/devs.c|2 +- arch/arm/plat-samsung/include/plat/uncompress.h |2 +- arch/arm/plat-samsung/init.c|3 +--

[PATCH 1/1] ARM: S5PV210: Re-organize s5p_hdmi_setname

2013-12-30 Thread Sachin Kamat
The only user of s5p_hdmi_setname is s5pv210. Inline this function in the caller file and delete the header file (as other functions defined in this header are not called anywhere). Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s5pv210/common.c |8 -

[PATCH] ARM: EXYNOS: Remove unused header file from pm_domains.c

2013-12-30 Thread Tushar Behera
plat/devs.h is not required in this file. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- Based on top of next-20131224. arch/arm/mach-exynos/pm_domains.c |2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-exynos/pm_domains.c b/arch/arm/mach-exynos/pm_domains.c

[PATCH] ARM: SAMSUNG: Reorganize calls to reserve memory for MFC

2013-12-30 Thread Tushar Behera
Reorganize code so that plat/mfc.h is no more referred from mach-exynos folder. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- Rebased on top of next-20131224. arch/arm/mach-exynos/mach-exynos4-dt.c | 10 ++ arch/arm/mach-exynos/mach-exynos5-dt.c | 10 ++

[PATCH] [media] s5p-mfc: Add Horizontal and Vertical search range for Video Macro Blocks

2013-12-30 Thread Amit Grover
This patch adds Controls to set Horizontal and Vertical search range for Motion Estimation block for Samsung MFC video Encoders. Signed-off-by: Swami Nathan swaminat...@samsung.com Signed-off-by: Amit Grover amit.gro...@samsung.com --- Documentation/DocBook/media/v4l/controls.xml| 14

[PATCH 1/1] ARM: S3C24XX: Move rtc-core.h from plat to mach

2013-12-30 Thread Sachin Kamat
plat/rtc-core.h is only referenced from mach-s3c24xx. Hence move it there to de-populate the plat directory. While at it also do some cleanup of the header file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Heiko Stuebner he...@sntech.de --- .../plat =

Re: [PATCH 1/1] ASoC: Samsung: Trivial cleanups in header files

2013-12-30 Thread Mark Brown
On Thu, Dec 26, 2013 at 11:41:29AM +0530, Sachin Kamat wrote: commit 5d229ce569be (ASoC: samsung: move plat/ headers to local directory) moved the header files but forgot to clean the pointers to their old locaton. Remove them now. Applied, thanks. signature.asc Description: Digital

RE: [PATCH v5 4/9] usb: ehci-s5p: Change to use phy provided by the generic phy framework

2013-12-30 Thread Kamil Debski
Hi Vivek, From: Vivek Gautam [mailto:gautamvivek1...@gmail.com] Sent: Thursday, December 26, 2013 11:14 AM Hi Kamil, On Fri, Dec 20, 2013 at 6:54 PM, Kamil Debski k.deb...@samsung.com wrote: Change the phy provider used from the old one using the USB phy framework to a new one

Re: [PATCH 3/3] ARM: dts: Fix MDMA0 clock number

2013-12-30 Thread Tomasz Figa
Hi Mike, On Wednesday 18 of December 2013 11:32:03 Mike Turquette wrote: Quoting Tomasz Figa (2013-12-18 06:49:10) Hi Kukjin, On Thursday 12 of December 2013 08:32:02 Abhilash Kesavan wrote: Fix wrong clock number in mdma0 node. Signed-off-by: Abhilash Kesavan

RE: [PATCH v2 9/9] dts: Add usb2phy to Exynos 5250

2013-12-30 Thread Kamil Debski
Hi, From: Vivek Gautam [mailto:gautamvivek1...@gmail.com] Sent: Thursday, December 26, 2013 11:32 AM Hi Kamil, On Fri, Dec 20, 2013 at 6:54 PM, Kamil Debski k.deb...@samsung.com wrote: Add support to PHY of USB2 of the Exynos 5250 SoC. Signed-off-by: Kamil Debski

Re: [PATCH v2 0/8] clk: max77686: Clock provider implementation fixes

2013-12-30 Thread Tomasz Figa
On Thursday 12 of December 2013 17:07:13 Tomasz Figa wrote: This series intends to improve clock provider impementation of max77686 PMIC driver. First two patches are simple fixes of current implementation to allow correct control of provided clocks. Further patches refactor the driver to make

Re: [PATCH 1/5] clk: samsung: exynos5250: Add CLK_IGNORE_UNUSED flag for the sysreg clock

2013-12-30 Thread Tomasz Figa
On Wednesday 11 of December 2013 17:27:05 Abhilash Kesavan wrote: The sysreg (system register) generates control signals for various blocks like disp1blk, i2c, mipi etc. However, it gets disabled as an unused clock at boot-up. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com ---

Re: [PATCH] clk: samsung: exynos4: Correct SRC_MFC register

2013-12-30 Thread Tomasz Figa
On Wednesday 18 of December 2013 20:23:10 Mike Turquette wrote: Quoting Tomasz Figa (2013-12-18 06:54:30) On Friday 22 of November 2013 14:21:08 Seung-Woo Kim wrote: The SRC_MFC register was incorrect. This patch corrects it. Signed-off-by: Seung-Woo Kim sw0312@samsung.com ---

Re: [PATCH] clk: exynos: File scope reg_save array should depend on PM_SLEEP

2013-12-30 Thread Tomasz Figa
On Wednesday 18 of December 2013 23:55:10 Mike Turquette wrote: Quoting Krzysztof Kozlowski (2013-12-17 01:56:39) Move reg_save[] into CONFIG_PM_SLEEP dependency block as it is used only by suspend and resume functions. This fixes the warning on CONFIG_PM_SLEEP=n:

Re: [PATCH 2/3] clk: exynos5250: fix sysmmu_mfc{l,r} gate clocks

2013-12-30 Thread Tomasz Figa
On Saturday 21 of December 2013 09:37:06 Sachin Kamat wrote: On 21 December 2013 02:44, Tomasz Figa tomasz.f...@gmail.com wrote: On Thursday 19 of December 2013 21:05:09 Sachin Kamat wrote: Hi Tomasz, On 19 December 2013 19:40, Tomasz Figa t.f...@samsung.com wrote: Hi Sachin, Andrew,

Re: [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll

2013-12-30 Thread Tomasz Figa
On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote: Quoting Sachin Kamat (2013-12-19 00:33:39) Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the clock rate in the cpufreq driver. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Ack. Applied onto

Re: [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll

2013-12-30 Thread Sachin Kamat
On 30 December 2013 23:21, Tomasz Figa t.f...@samsung.com wrote: On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote: Quoting Sachin Kamat (2013-12-19 00:33:39) Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the clock rate in the cpufreq driver.

Re: [PATCH 3/3] clk: exynos5250: register APLL rate table

2013-12-30 Thread Sachin Kamat
On 19 December 2013 09:14, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Tomasz, On 10 November 2013 22:44, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Sachin, Andrew, On Friday 08 of November 2013 15:44:08 Sachin Kamat wrote: From: Andrew Bresticker abres...@chromium.org Register the

Re: [GIT PULL 2nd 5/5] Samsung SoC update for v3.14

2013-12-30 Thread Sachin Kamat
Hi Olof, On 29 December 2013 04:47, Olof Johansson o...@lixom.net wrote: On Sun, Dec 22, 2013 at 03:23:57AM +0900, Kukjin Kim wrote: The following changes since commit 538cfbb4c40ab59688236484138133b8e3e89220: ARM: dts: Add initial support for Arndale Octa board (2013-12-16 05:05:43 +0900)

[PATCH 1/1] mtd: s3c2410: Move plat/regs-nand.h to drivers/mtd

2013-12-30 Thread Sachin Kamat
plat/regs-nand.h is used only by s3c2410 nand driver. Move this file to the drivers folder to remove platform dependency. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/mtd/nand/s3c2410.c |2 +- .../plat/regs-nand.h = drivers/mtd/nand/s3c2410.h | 11

[PATCH 1/1] ata: pata_samsung_cf: Move plat/regs-ata.h to drivers/ata

2013-12-30 Thread Sachin Kamat
plat/regs-ata.h is used only by Samsung PATA driver. Move this file to the drivers folder to remove platform dependency required for multiplatform support. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/ata/pata_samsung_cf.c |2 +- .../regs-ata.h =

Re: [PATCH 1/2] ARM: EXYNOS: Add initial support of PMU for Exynos5260

2013-12-30 Thread Vikas Sajjan
Hi Tomasz, On Wed, Dec 18, 2013 at 10:05 PM, Tomasz Figa t.f...@samsung.com wrote: Hi Vikas, Pankaj, On Wednesday 11 of December 2013 16:25:15 Vikas Sajjan wrote: Adds initial PMU support for Exynos5260 Following are the changes done -- 1) Added initial PMU

[PATCH V2] ARM: SAMSUNG: Reorganize calls to reserve memory for MFC

2013-12-30 Thread Tushar Behera
Reorganize code so that plat/mfc.h is no more referred from mach-exynos folder. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- Changelog for V2: * Added missing arch/arm/mach-exynos/mfc.h file arch/arm/mach-exynos/mach-exynos4-dt.c | 10 ++

Re: [PATCH 1/1] ata: pata_samsung_cf: Move plat/regs-ata.h to drivers/ata

2013-12-30 Thread Jingoo Han
On Tuesday, December 31, 2013 2:29 PM, Sachin Kamat wrote: plat/regs-ata.h is used only by Samsung PATA driver. Move this file to the drivers folder to remove platform dependency required for multiplatform support. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Reviewed-by: Jingoo

Re: [PATCH 1/1] mtd: s3c2410: Move plat/regs-nand.h to drivers/mtd

2013-12-30 Thread Jingoo Han
On Tuesday, December 31, 2013 2:12 PM, Sachin Kamat wrote: plat/regs-nand.h is used only by s3c2410 nand driver. Move this file to the drivers folder to remove platform dependency. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Reviewed-by: Jingoo Han jg1@samsung.com However,

Re: [PATCH 1/1] mtd: s3c2410: Move plat/regs-nand.h to drivers/mtd

2013-12-30 Thread Sachin Kamat
Hi Jingoo, On 31 December 2013 12:17, Jingoo Han jg1@samsung.com wrote: On Tuesday, December 31, 2013 2:12 PM, Sachin Kamat wrote: plat/regs-nand.h is used only by s3c2410 nand driver. Move this file to the drivers folder to remove platform dependency. Signed-off-by: Sachin Kamat

[PATCH 1/1] ARM: SAMSUNG: Remove unused HDMI code

2013-12-30 Thread Sachin Kamat
There seems to be no users of this code in the tree for now. Hence remove it. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- S5P_DEV_I2C_HDMIPHY config entry is not selected by any machine. Please check if this code is required for S5PV210 HDMI support. Untested on that platform. ---