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

2013-03-22 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 V4 0/2] Add FIMD DT support for Exynos5 DT Machines

2013-03-22 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-names

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

2013-03-22 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

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

2013-03-22 Thread Thierry Reding
On Tue, Mar 19, 2013 at 11:59:32AM -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 ---

[PATCH v9 0/4] Add DRM FIMD DT support for Exynos4 DT Machines

2013-03-22 Thread Vikas Sajjan
This patch series adds support for DRM FIMD DT for Exynos4 DT Machines, specifically for Exynos4412 SoC. changes since v8: - addressed comments to add missing documentation for clock and clock-names properties as pointed out by Sachin Kamat sachin.ka...@linaro.org changes since

[PATCH v9 2/4] ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC

2013-03-22 Thread Vikas Sajjan
From: Sachin Kamat sachin.ka...@linaro.org Adds the lcd panel related picntrl nodes for Exynos4412 SoC Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++ 1 file changed, 14

[PATCH v9 3/4] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts

2013-03-22 Thread Vikas Sajjan
Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts

[PATCH v9 4/4] ARM: dts: Add FIMD DT binding Documentation

2013-03-22 Thread Vikas Sajjan
Adds FIMD DT binding documentation for both Samsung SoC and Board, with an example Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- .../devicetree/bindings/video/samsung-fimd.txt | 68 1 file changed, 68 insertions(+) create mode 100644

[PATCH v9 1/4] ARM: dts: Add FIMD node to exynos4

2013-03-22 Thread Vikas Sajjan
Adds common FIMD device node for all Exynos4 SoCs. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- arch/arm/boot/dts/exynos4.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 9ac47d5..2480aaa

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

2013-03-22 Thread Mike Turquette
Quoting Kukjin Kim (2013-03-21 16:26:24) 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?

Re: [PATCH] mmc: sdhci-s3c: let device core setup the default pin configuration

2013-03-22 Thread Chris Ball
Hi, On Thu, Mar 07 2013, Linus Walleij wrote: On Wed, Mar 6, 2013 at 12:36 PM, Thomas Abraham thomas.abra...@linaro.org 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

[PATCH v4 0/5] move s3c24xx-irq to drivers/irqchip and add dt support

2013-03-22 Thread Heiko Stübner
As suggested by Rob Herring move back to get the parent releationship from dt like in the first versions, but set the handler from the interrupt property rather than from a specific list. This version also implements (hopefully correctly) an idea from him and Arnd Bergmann to have the parent

[PATCH v4 1/5] ARM: S3C24XX: move irq driver to drivers/irqchip

2013-03-22 Thread Heiko Stübner
This move is necessary to make use of the irqchip infrastructure for the following devicetree support for s3c24xx architectures. Signed-off-by: Heiko Stuebner he...@sntech.de --- arch/arm/mach-s3c24xx/Makefile |2 +- drivers/irqchip/Makefile |

[PATCH v4 2/5] irqchip: s3c24xx: fix comments on some camera interrupts

2013-03-22 Thread Heiko Stübner
Might be confusing for people to read the code without having the datasheet nearby. Signed-off-by: Heiko Stuebner he...@sntech.de --- drivers/irqchip/irq-s3c24xx.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/irqchip/irq-s3c24xx.c

[PATCH v4 3/5] irqchip: s3c24xx: fix irqlist of second s3c2416 controller

2013-03-22 Thread Heiko Stübner
The list in used was from the s3c2450, a close cousin of the s3c2416. As it's not possible to distinguish between the s3c2416 and s3c2450 the additional interrupts of the s3c2450 will only be available thru devicetree later. Signed-off-by: Heiko Stuebner he...@sntech.de ---

[PATCH v4 4/5] irqchip: s3c24xx: add irq_set_type callback for basic interrupt types

2013-03-22 Thread Heiko Stübner
Enables post-init setting of the desired typehandler for the interrupt. Signed-off-by: Heiko Stuebner he...@sntech.de --- drivers/irqchip/irq-s3c24xx.c | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/drivers/irqchip/irq-s3c24xx.c

[PATCH v4 5/5] irqchip: s3c24xx: add devicetree support

2013-03-22 Thread Heiko Stübner
Add the necessary code to initialize the interrupt controller thru devicetree data using the irqchip infrastructure. Signed-off-by: Heiko Stuebner he...@sntech.de --- .../interrupt-controller/samsung,s3c24xx-irq.txt | 64 +++ drivers/irqchip/irq-s3c24xx.c | 181

Re: [PATCH v4 5/5] irqchip: s3c24xx: add devicetree support

2013-03-22 Thread Arnd Bergmann
On Friday 22 March 2013, Heiko Stübner wrote: + interrupt-controller@4a00 { + compatible = samsung,s3c24xx-irq; + reg = 0x4a00 0x100; + interrupt-controller; + + intc:intc { + interrupt-controller; +

Re: [PATCH v4 0/5] move s3c24xx-irq to drivers/irqchip and add dt support

2013-03-22 Thread Heiko Stübner
Am Freitag, 22. März 2013, 22:04:54 schrieb Arnd Bergmann: On Friday 22 March 2013, Heiko Stübner wrote: As suggested by Rob Herring move back to get the parent releationship from dt like in the first versions, but set the handler from the interrupt property rather than from a specific

Re: [PATCH v4 5/5] irqchip: s3c24xx: add devicetree support

2013-03-22 Thread Heiko Stübner
Am Freitag, 22. März 2013, 21:55:57 schrieb Arnd Bergmann: On Friday 22 March 2013, Heiko Stübner wrote: + interrupt-controller@4a00 { + compatible = samsung,s3c24xx-irq; + reg = 0x4a00 0x100; + interrupt-controller; + + intc:intc {

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

2013-03-22 Thread Wolfram Sang
On Thu, Mar 21, 2013 at 03:09:25PM +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 he...@sntech.de Acked-by: Kukjin Kim kgene@samsung.com

Re: [PATCH v4 5/5] irqchip: s3c24xx: add devicetree support

2013-03-22 Thread Arnd Bergmann
On Friday 22 March 2013, Heiko Stübner wrote: Not all main interrupts are parent interrupts, so it would be difficult to distinguish between main interrupts that are a parent and the ones that are not - is a -1 a valid cell-value for interrupts? I'm actually not sure if negative numbers are

[PATCH 1/6] of/pci: Provide support for parsing PCI DT ranges property

2013-03-22 Thread Jingoo Han
From: Andrew Murray andrew.mur...@arm.com This patch factors out common implementations patterns to reduce overall kernel code and provide a means for host bridge drivers to directly obtain struct resources from the DT's ranges property without relying on architecture specific DT handling. This

[PATCH 2/6] of/pci: Add of_pci_parse_bus_range() function

2013-03-22 Thread Jingoo Han
From: Thierry Reding thierry.red...@avionic-design.de This function can be used to parse a bus-range property as specified by device nodes representing PCI bridges. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de Signed-off-by: Jingoo Han jg1@samsung.com ---

[PATCH 3/6] pci: infrastructure to add drivers in drivers/pci/host

2013-03-22 Thread Jingoo Han
From: Thomas Petazzoni thomas.petazz...@free-electrons.com As agreed by the community, PCI host drivers will now be stored in drivers/pci/host. This commit adds this directory and the related Kconfig/Makefile changes to allow new drivers to be added in this directory. Signed-off-by: Thomas

[PATCH 4/6] pci: Add PCIe driver for Samsung Exynos

2013-03-22 Thread Jingoo Han
Exynos5440 has a PCIe controller which can be used as Root Complex. This driver supports a PCIe controller as Root Complex mode. Signed-off-by: Surendranath Gurivireddy Balla suren.re...@samsung.com Signed-off-by: Siva Reddy Kallam siva.kal...@samsung.com Signed-off-by: Jingoo Han

[PATCH 5/6] ARM: EXYNOS: Enable PCIe support for Exynos5440

2013-03-22 Thread Jingoo Han
Enable PCIe support for Exynos5440 which has two PCIe controllers. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/Kconfig |1 + arch/arm/mach-exynos/Kconfig |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig