[PATCH v2] mfd: remove twelve unused Kconfig symbols

2013-03-20 Thread Paul Bolle
Twelve Kconfig symbols, all related to WM8350, WM8351, and WM8352, are unused. Commit 19d57ed5a308472a02e773f33c03ad4cb2ec6a9 (mfd: Remove custom wm8350 cache implementation) removed all their (actual) users. Remove these symbols too. Signed-off-by: Paul Bolle pebo...@tiscali.nl Acked-by: Mark

[PATCH] clk: exynos5250: register display block gate clocks to common clock framework

2013-03-20 Thread Leela Krishna Amudala
Add gate clocks for fimd, mie, dsim, dp, mixer and hdmi. Register it to common clock framework. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree/bindings/clock/exynos5250-clock.txt | 6 ++ drivers/clk/samsung/clk-exynos5250.c |

[PATCH V3 0/2] Add FIMD DT support for Exynos5 DT Machines

2013-03-20 Thread Leela Krishna Amudala
This patch series adds support for FIMD DT for Exynos5 DT Machines Adds display timing node for smdk5250 board. changes since V2: - added interrupt-names = fifo, vsync, lcd_sys - removed the patch ARM: Exynos5: add FIMD AUXDATA entry for exynos5 DT, as migration to

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

2013-03-20 Thread Leela Krishna Amudala
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 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index

[PATCH V3 2/2] ARM: dts: Add display timing node to exynos5250-smdk5250.dts

2013-03-20 Thread Leela Krishna Amudala
Add display timing node to exynos5250-smdk5250.dts Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts

[PATCH] S3C24XX: remove unneeded config SMDK2440_CPU2442

2013-03-20 Thread Paul Bolle
The Kconfig entry for SMDK2440_CPU2442 was moved from one Kconfig file to another in commit acf2d41d8595829eb0ac7bf6891f4875a78d4d6e (ARM: S3C24XX: Move mach-s3c2440/ pll into mach-s3c24xx/). In that move it also lost its statement to select CPU_S3C2442. That was not needed anymore because it now

[PATCH v2] drm/exynos: enable FIMD clocks

2013-03-20 Thread Vikas Sajjan
While migrating to common clock framework (CCF), found that the FIMD clocks were pulled down by the CCF. If CCF finds any clock(s) which has NOT been claimed by any of the drivers, then such clock(s) are PULLed low by CCF. By calling clk_prepare_enable() for FIMD clocks fixes the issue. this

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: RE: RE: [PATCH v6 00/16] clk: exynos4/5: migrate to common clock framework

2013-03-20 Thread Mike Turquette
Quoting Kukjin Kim (2013-03-19 21:50:05) Mike Turquette wrote: Quoting Kukjin Kim (2013-03-19 17:00:09) Mike Turquette wrote: [...] Thomas, Are you planning a V7 series which includes the clock alias bits from patch #1? Kukjin has

Re: [PATCH V4 6/9] ARM: mxs: Provide regulator to pwm-backlight

2013-03-20 Thread Marek Vasut
Hi Mark, On Tue, Mar 19, 2013 at 04:10:26PM -0600, Stephen Warren wrote: On 03/19/2013 03:27 PM, Marek Vasut wrote: Do we really need a mandatory regulator? Why can't it be optional? IIRC, the previous advice I've seen is that if a device (driver) uses a regulator, it must /require/

Re: [PATCH] i2c: exynos5: add High Speed I2C controller driver

2013-03-20 Thread Naveen Krishna Ch
On 12 March 2013 18:43, Simon Glass s...@chromium.org wrote: [please excuse my mailer html confusion] Hi Naveen, On Mon, Mar 11, 2013 at 9:32 PM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. This

[RFC: PATCH v5] i2c: exynos5: add High Speed I2C controller driver

2013-03-20 Thread Naveen Krishna Chatradhi
Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. This driver currently supports Auto mode. Driver only supports Device Tree method. Note: Added debugfs support for registers view, not tested. Signed-off-by: Taekgyun Ko taeggyun...@samsung.com Signed-off-by:

Re: [PATCH V4 9/9] pwm_bl: Add mandatory backlight enable regulator

2013-03-20 Thread Stephen Warren
On 03/19/2013 12:59 PM, Andrew Chew wrote: Many backlights need to be explicitly enabled. Typically, this is done with a GPIO. For flexibility, we generalize the enable mechanism to a regulator. If an enable regulator is not needed, then a dummy regulator can be given to the backlight

Re: [Bulk] [PATCH V4 7/9] ARM: vt8500: Provide regulator to pwm-backlight

2013-03-20 Thread Tony Prisk
On Tue, 2013-03-19 at 11:59 -0700, Andrew Chew wrote: The pwm-backlight driver now takes a mandatory regulator that is gotten during driver probe. Initialize a dummy regulator to satisfy this requirement. Signed-off-by: Andrew Chew ac...@nvidia.com --- arch/arm/boot/dts/wm8850-w70v2.dts

Re: [PATCH V4 9/9] pwm_bl: Add mandatory backlight enable regulator

2013-03-20 Thread Thierry Reding
On Wed, Mar 20, 2013 at 12:00:10PM -0600, Stephen Warren wrote: On 03/19/2013 12:59 PM, Andrew Chew wrote: Many backlights need to be explicitly enabled. Typically, this is done with a GPIO. For flexibility, we generalize the enable mechanism to a regulator. If an enable regulator is

[PATCH] ARM: convert arm/arm64 arch timer to use CLKSRC_OF init

2013-03-20 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com This converts arm and arm64 to use CLKSRC_OF DT based initialization for the arch timer. A new function arch_timer_arch_init is added to allow for arch specific setup. This has a side effect of enabling sched_clock on omap5 and exynos5. There should not

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.