Re: [PATCH] ARM: dts: add max77686 pmic node for smdk5250 board

2014-02-15 Thread Kukjin Kim
On 01/18/14 20:09, Thomas Abraham wrote: From: Thomas Abraham Add Maxim 77686 PMIC node for Exynos5250 based SMDK5250 board. Signed-off-by: Thomas Abraham --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 142 + 1 files changed, 142 insertions(+), 0 deletions(-) d

Re: [PATCH] ARM: dts: fix incorrect vdd_arm voltage range for Exynos4412 based boards

2014-02-15 Thread Kukjin Kim
On 01/18/14 20:11, Thomas Abraham wrote: From: Thomas Abraham To allow Exynos4412 based Odroidx and Origen-quad boards to operate between 200MHz to 1.4Ghz, update the vdd_arm voltage range to operate between these cpu clock speeds. Cc: Dongjin Kim Signed-off-by: Thomas Abraham --- arch/arm/bo

Re: [PATCH] i2c: s3c2410: do not put a default class for the adapter

2014-02-15 Thread Wolfram Sang
On Fri, Feb 07, 2014 at 01:59:55PM +0530, Naveen Krishna Chatradhi wrote: > From: Vincent Palatin > > Avoid adding I2C_CLASS_HWMON and I2C_CLASS_SPD class flags to all > Samsung I2C adapters when the I2C mappings are defined in a device tree. > So the drivers doing an auto-detection by probing bu

Re: [PATCH v1 1/2] clocksource: mct: remove request_irq from exynos4_local_timer_setup

2014-02-15 Thread Thomas Gleixner
On Thu, 13 Feb 2014, Tarek Dakhran wrote: > exynos4_local_timer_setup called on the secondary cpu before > irqs are enabled. request_irq can sleep, which produces next warning: > > BUG: sleeping function called from invalid context at mm/slub.c:965 > in_atomic(): 1, irqs_disabled(): 1

Re: [PATCH v2 11/14] regulator: s2mps11: Add opmode for S2MPS14 regulators

2014-02-15 Thread Mark Brown
On Fri, Feb 14, 2014 at 02:05:56PM +0100, Krzysztof Kozlowski wrote: > On Thu, 2014-02-13 at 17:46 +0530, Yadwinder Singh Brar wrote: > - low-power mode; > - low-power mode controlled by PWREN; > Although not all are present for each regulator. What exactly is low power mode and how does it int

Re: [PATCH v2 11/14] regulator: s2mps11: Add opmode for S2MPS14 regulators

2014-02-15 Thread Mark Brown
On Fri, Feb 14, 2014 at 09:15:12AM +0100, Krzysztof Kozlowski wrote: > My initial idea was to do this similarly to the S5M8767 regulator (where > there is also 4th mode: low power). The presence of GPIO in DTS can > simplify the bindings but on the other hand it wouldn't be compatible > with S5M87

Re: [PATCH v3 3/3] ARM: dts: add dts files for xyref5260 board

2014-02-15 Thread Rahul Sharma
Thanks Tomasz, On 15 February 2014 00:27, Tomasz Figa wrote: > Hi Rahul, > > The patch looks good, except one issue pointed inline. > > > On 14.02.2014 14:37, Rahul Sharma wrote: >> >> diff --git a/arch/arm/boot/dts/exynos5260-xyref5260-evt0.dts >> b/arch/arm/boot/dts/exynos5260-xyref5260-evt0.dt