[PATCH] ARM: EXYNOS5440: DTS: Add virtual GIC DT bindings

2013-03-21 Thread Giridhar Maruthy
Exynos5440 has GIC which has virtualization support in them. These are used by KVM. Signed-off-by: Giridhar Maruthy --- arch/arm/boot/dts/exynos5440.dtsi |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.

Fwd: [PATCH] ARM: EXYNOS5440: DTS: Add virtual GIC DT bindings

2013-03-21 Thread Giridhar Maruthy
This patch is similar to the ones already submitted by Alexander Graf and also in Christoffer's tree in linux-kvm-arm for Arndale board, while this is required for exynos5440. Exynos5440 has GIC which has virtualization support in them. These are used by KVM. Signed-off-by: Giridhar Maruthy -

Re: [PATCH 1/2] i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driver

2013-03-21 Thread Wolfram Sang
On Fri, Feb 08, 2013 at 12:57:00AM +0100, Heiko Stübner wrote: > The register definitions are only used in the driver itself. > This also removes the last dependency on plat/ includes from the > i2c driver. > > Signed-off-by: Heiko Stuebner What tree is this against? I can't apply it on top of v

Re: [PATCH] i2c: s3c24xx: allow device core to setup default pin configuration

2013-03-21 Thread Wolfram Sang
On Mon, Mar 04, 2013 at 07:12:53PM +0530, Thomas Abraham wrote: > With device core now able to setup the default pin configuration, > the call to devm_pinctrl_get_select_default can be removed. And > the pin configuration code based on the deprecated Samsung specific > gpio bindings is also removed

Re: [PATCH V2] DMA: PL330: Add check if device tree compatible

2013-03-21 Thread Vinod Koul
On Tue, Mar 05, 2013 at 02:55:31PM +0530, Padmavathi Venna wrote: > This patch register the dma controller with generic dma helpers only > in DT case. This also adds some extra error handling in the driver. > > Signed-off-by: Padmavathi Venna > Reported-by: Sachin Kamat > --- > > Based on Vinod

Re: [PATCH] i2c: s3c24xx: allow device core to setup default pin configuration

2013-03-21 Thread Heiko Stübner
Am Donnerstag, 21. März 2013, 11:00:32 schrieb Wolfram Sang: > On Mon, Mar 04, 2013 at 07:12:53PM +0530, Thomas Abraham wrote: > > With device core now able to setup the default pin configuration, > > the call to devm_pinctrl_get_select_default can be removed. And > > the pin configuration code bas

Re: [PATCH 1/2] i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driver

2013-03-21 Thread Heiko Stübner
Hi Wolfram, Am Donnerstag, 21. März 2013, 10:57:58 schrieb Wolfram Sang: > On Fri, Feb 08, 2013 at 12:57:00AM +0100, Heiko Stübner wrote: > > The register definitions are only used in the driver itself. > > This also removes the last dependency on plat/ includes from the > > i2c driver. > > > > S

Re: [PATCH 1/2] i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driver

2013-03-21 Thread Wolfram Sang
> I'm not sure anymore ... probably some linux-next. I'll redo them on top of > your (i2c) for-next branch. Thanks, but please use 3.9-rc3. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info at

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

2013-03-21 Thread Mark Rutland
Hi Rob, (adding Marc to Cc as he may have comments). On Wed, Mar 20, 2013 at 10:34:35PM +, Rob Herring wrote: > From: Rob Herring > > 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 s

[PATCH] ARM: SAMSUNG: Remove useless Samsung GPIO related CONFIG

2013-03-21 Thread Paul Bolle
The Kconfig entry for S3C_GPIO_CFG_S3C64XX was missed by commit 5ec7414494ed1204c9e2ed0b8232b29860d0986f ("ARM: SAMSUNG: Remove useless Samsung GPIO related CONFIGs"). Remove it now. Signed-off-by: Paul Bolle --- Untested. arch/arm/plat-samsung/Kconfig | 6 -- 1 file changed, 6 deletions(-)

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

2013-03-21 Thread Marc Zyngier
On 21/03/13 11:06, Mark Rutland wrote: > Hi Rob, > > (adding Marc to Cc as he may have comments). > > On Wed, Mar 20, 2013 at 10:34:35PM +, Rob Herring wrote: >> From: Rob Herring >> >> This converts arm and arm64 to use CLKSRC_OF DT based initialization for >> the arch timer. A new function

Re: [PATCH v4 2/2] i2c: pxa: Use i2c-core to get bus number now

2013-03-21 Thread Wolfram Sang
On Fri, Mar 01, 2013 at 08:57:32AM -0800, Doug Anderson wrote: > The commit: "i2c-core: dt: Pick i2c bus number from i2c alias if > present" adds support for automatically picking the bus number based > on the alias ID. Remove the now unnecessary code from i2c-pxa that > did the same thing. > > S

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

2013-03-21 Thread Rob Herring
On 03/21/2013 06:06 AM, Mark Rutland wrote: > Hi Rob, > > (adding Marc to Cc as he may have comments). > > On Wed, Mar 20, 2013 at 10:34:35PM +, Rob Herring wrote: >> From: Rob Herring >> >> This converts arm and arm64 to use CLKSRC_OF DT based initialization for >> the arch timer. A new fun

[PATCH v2 1/2] i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driver

2013-03-21 Thread Heiko Stübner
The register definitions are only used in the driver itself. This also removes the last dependency on plat/ includes from the i2c driver. Signed-off-by: Heiko Stuebner Acked-by: Kukjin Kim --- changes since v1: rebased against 3.9-rc3 arch/arm/mach-s3c24xx/mach-rx1950.c |1 - arc

[PATCH v2 2/2] i2c: s3c2410: fixup the styling of the newly moved register definitions

2013-03-21 Thread Heiko Stübner
Make them conform more to established standards. Signed-off-by: Heiko Stuebner --- changes since v1: none drivers/i2c/busses/i2c-s3c2410.c | 50 ++--- 1 files changed, 24 insertions(+), 26 deletions(-) diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2

Re: [PATCH 3/3] ARM: EXYNOS5250: Register architected timers

2013-03-21 Thread Alexander Graf
On 14.03.2013, at 20:07, Sergei Shtylyov wrote: > Hello. > > On 14-03-2013 4:59, Alexander Graf wrote: > >> When running on an exynos 5250 SoC, we don't initialize the architected >> timers. The chip however supports architected timers. > >> When we don't initialize them, KVM will try to acces

Re: [PATCH V4 8/9] ARM: tegra: Provide regulator to pwm-backlight

2013-03-21 Thread Stephen Warren
On 03/19/2013 12:59 PM, 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. I assume these patches will get merged through the PWM tree? If so, Acked-by: Stephen Warren --

RE: RE: RE: [PATCH v6 00/16] clk: exynos4/5: migrate to common clock framework

2013-03-21 Thread Kukjin Kim
Mike Turquette wrote: [...] > > > > > Furthermore if I *had* agreed on the previous version it would still > > > have been appropriate to put my Acked-by on those patches, which is > > > clearly missing today. > > > > > BTW, how about following? > > > > http://www.spinics.net/lists/arm-kernel/msg2

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

2013-03-21 Thread Leela Krishna Amudala
This adds common FIMD device node for all Exynos5 SoCs Signed-off-by: Leela Krishna Amudala --- 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 24c52e6..7d44d73 100644 -

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

2013-03-21 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 V3: - changed the clock names "sclk_fimd1" and "fimd1" to "sclk_fimd" and "fimd" in the exynos5250.dtsi file changes since V2: - added interrupt

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

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