[PATCH v2 0/5] thermal: exynos: Fixes for v3.12

2013-10-09 Thread Lukasz Majewski
This patch series is divided into two parts: 1. Device tree node definition and enabelement for TMU at Exynos4412 (Trats2) 2. Exynos thermal subsystem regressions for v3.12-rc4. Several commits were necessary to properly fix regression for TMU test MUX address setting after reset. Test HW:

[PATCH v2 5/5] ARM: dts: exynos4412-trats2: Enable TMU support at Trats2

2013-10-09 Thread Lukasz Majewski
This patch enables support for TMU at Exynos4412 based Trats2 board. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- Changes for v2: - None

[PATCH v2 4/5] ARM: dts: exynos4x12: Device tree node definition for TMU on Exynos4x12

2013-10-09 Thread Lukasz Majewski
The TMU device tree node definition for Exynos4x12 family of SoCs. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- Changes for v2: - None arch/arm/boot/dts/exynos4x12.dtsi |

[PATCH v2 3/5] thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412

2013-10-09 Thread Lukasz Majewski
The commit d0a0ce3e77c795258d47f9163e92d5031d0c5221 (thermal: exynos: Add missing definations and code cleanup) has removed setting of test MUX address value at TMU configuration setting. This field is not present on Exynos4210 and Exynos5 SoCs. However on Exynos4412 SoC it is required to set

[PATCH v2 1/5] thermal: exynos: Remove check for thermal device pointer at exynos_report_trigger()

2013-10-09 Thread Lukasz Majewski
The commit 4de0bdaa9677d11406c9becb70c60887c957e1f0 (thermal: exynos: Add support for instance based register/unregister) broke check for presence of therm_dev at global thermal zone in exynos_report_trigger(). The resulting wrong test prevents thermal_zone_device_update() call, which calls

[PATCH v2 2/5] thermal: exynos: Provide separate TMU data for Exynos4412

2013-10-09 Thread Lukasz Majewski
Up till now Exynos5250 and Exynos4412 had the same definitions for TMU data. Following commit changes that, by introducing separate exynos4412_default_tmu_data structure. Since Exynos4412 was chronologically first, the corresponding name for TMU registers and default data was renamed.

[PATCH] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Jingoo Han
Without irq_create_mapping(), the correct irq number cannot be provided. In this case, it makes problem such as NULL deference. Thus, irq_create_mapping() should be added for MSI. Signed-off-by: Jingoo Han jg1@samsung.com Cc: Kishon Vijay Abraham I kis...@ti.com --- Tested on Exynos5440.

Re: [PATCH] ARM: dts: Update arch timer node with clock frequency

2013-10-09 Thread Mark Rutland
On Tue, Oct 08, 2013 at 11:15:47PM +0100, Olof Johansson wrote: [Adding Tony, who reported a mainline booting issue, and Sean who helped me track this down] On Mon, Sep 23, 2013 at 7:15 AM, Mark Rutland mark.rutl...@arm.com wrote: On Sat, Sep 21, 2013 at 04:24:59PM +0100, Tomasz Figa wrote:

Re: [PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-09 Thread Tomi Valkeinen
On 28/09/13 22:27, Sylwester Nawrocki wrote: Use the generic PHY API instead of the platform callback for the MIPI DSIM DPHY enable/reset control. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Felipe Balbi

Re: [PATCH] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Kishon Vijay Abraham I
Hi Jingoo, On Wednesday 09 October 2013 01:39 PM, Jingoo Han wrote: Without irq_create_mapping(), the correct irq number cannot be provided. In this case, it makes problem such as NULL deference. Thus, irq_create_mapping() should be added for MSI. Signed-off-by: Jingoo Han

Re: [PATCH] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Jingoo Han
On Wednesday, October 09, 2013 6:06 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 01:39 PM, Jingoo Han wrote: Without irq_create_mapping(), the correct irq number cannot be provided. In this case, it makes problem such as NULL deference. Thus, irq_create_mapping() should be

Re: [PATCH] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Kishon Vijay Abraham I
On Wednesday 09 October 2013 02:47 PM, Jingoo Han wrote: On Wednesday, October 09, 2013 6:06 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 01:39 PM, Jingoo Han wrote: Without irq_create_mapping(), the correct irq number cannot be provided. In this case, it makes problem such

Re: [RESEND PATCH 1/3] ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock

2013-10-09 Thread Bartlomiej Zolnierkiewicz
Hi, Mike: Could you please apply this patch? It is few months overdue.. Amit: This patch no longer applies to -next. Could you please refresh and resend it? You can add: Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com while at it. Thanks. Best regards, --

Re: [PATCH] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Jingoo Han
On Wednesday, October 09, 2013 6:48 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 02:47 PM, Jingoo Han wrote: On Wednesday, October 09, 2013 6:06 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 01:39 PM, Jingoo Han wrote: Without irq_create_mapping(), the

Re: [PATCH] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Kishon Vijay Abraham I
On Wednesday 09 October 2013 03:35 PM, Jingoo Han wrote: On Wednesday, October 09, 2013 6:48 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 02:47 PM, Jingoo Han wrote: On Wednesday, October 09, 2013 6:06 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 01:39 PM,

Re: [PATCH] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Jingoo Han
On Wednesday, October 09, 2013 7:27 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 03:35 PM, Jingoo Han wrote: On Wednesday, October 09, 2013 6:48 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 02:47 PM, Jingoo Han wrote: On Wednesday, October 09, 2013 6:06

Re: [PATCH] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Pratyush Anand
On Wed, Oct 09, 2013 at 06:49:15PM +0800, Jingoo Han wrote: On Wednesday, October 09, 2013 7:27 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 03:35 PM, Jingoo Han wrote: On Wednesday, October 09, 2013 6:48 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013

Re: [PATCH 3/3] thermal: samsung: Add TMU support for Exynos5420 SoCs

2013-10-09 Thread Naveen Krishna Ch
Hello Bartlomiej, On 3 October 2013 18:12, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Hi, I would like to see few minor cleanup changes, please see below: Sure. On Thursday, October 03, 2013 05:31:42 PM Naveen Krishna Ch wrote: On 4 September 2013 09:53, Naveen Krishna

[PATCH 1/3 v4] thermal: samsung: correct the fall interrupt en, status bit fields

2013-10-09 Thread Naveen Krishna Chatradhi
The FALL interrupt related en, status bits are available at an offset of 16 on INTEN, INTSTAT registers and at an offset of 12 on INTCLEAR register. This patch corrects the same for exyns5250 and exynos5440 Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- Changes since v1:

[PATCH 3/3 v4] thermal: samsung: Add TMU support for Exynos5420 SoCs

2013-10-09 Thread Naveen Krishna Chatradhi
This patch adds the neccessary register changes and arch information to support Exynos5420 SoCs Exynos5420 has 5 TMU channels one for each CPU 0, 1, 2 and 3 and GPU Also updated the Documentation at Documentation/devicetree/bindings/thermal/exynos-thermal.txt Note: The platform data structure

[PATCH 2/3 v4] thermal: samsung: change base_common to more meaningful base_second

2013-10-09 Thread Naveen Krishna Chatradhi
On Exynos5440 and Exynos5420 there are registers common across the TMU channels. To support that, we introduced a ADDRESS_MULTIPLE flag in the driver and the 2nd set of register base and size are provided in the reg property of the node. As per Amit's suggestion, this patch changes the

Re: [PATCH] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Jingoo Han
On Wednesday, October 09, 2013 8:14 PM, Pratyush Anand wrote: On Wed, Oct 09, 2013 at 06:49:15PM +0800, Jingoo Han wrote: On Wednesday, October 09, 2013 7:27 PM, Kishon Vijay Abraham I wrote: On Wednesday 09 October 2013 03:35 PM, Jingoo Han wrote: On Wednesday, October 09, 2013 6:48 PM,

[PATCH V2] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Jingoo Han
From: Pratyush Anand pratyush.an...@st.com Without irq_create_mapping(), the correct irq number cannot be provided. In this case, it makes problems such as NULL deference. Thus, irq_create_mapping() should be added for MSI. Signed-off-by: Pratyush Anand pratyush.an...@st.com Suggested-by: Kishon

Re: [PATCH 1/3 v4] thermal: samsung: correct the fall interrupt en, status bit fields

2013-10-09 Thread Bartlomiej Zolnierkiewicz
Hi, All patches (#1-#3) look good to me, FWIW you can add: Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Please note that (at least) patch #3 conflicts with Lukasz's EXYNOS4412 fixup patchset: https://lkml.org/lkml/2013/10/9/35 It is up to Eduardo to resolve

[PATCH] cpufreq: fix false return check from regulator_set_voltage

2013-10-09 Thread Manish Badarkhe
Currently, code checks false return value from regulator_set_voltage to show failure message. Modify the code to check proper return value from regulator_set_voltage. Signed-off-by: Manish Badarkhe badarkhe.man...@gmail.com --- Based on master branch of linux-mainline. :100644 100644 0fac344...

Re: [PATCH V2] PCI: designware: Add irq_create_mapping()

2013-10-09 Thread Bjorn Helgaas
On Wed, Oct 9, 2013 at 6:32 AM, Jingoo Han jg1@samsung.com wrote: From: Pratyush Anand pratyush.an...@st.com Without irq_create_mapping(), the correct irq number cannot be provided. In this case, it makes problems such as NULL deference. Thus, irq_create_mapping() should be added for MSI.

[PATCH 2/2] spi/s3c64xx: Use prepare_message() and unprepare_message()

2013-10-09 Thread Mark Brown
From: Mark Brown broo...@linaro.org This is of very little value in itself but will be useful once the loop iterating over the transfers is also factored out into the core. Signed-off-by: Mark Brown broo...@linaro.org --- drivers/spi/spi-s3c64xx.c | 36 1

[PATCH 1/2] spi: Provide per-message prepare and unprepare operations

2013-10-09 Thread Mark Brown
From: Mark Brown broo...@linaro.org Many SPI drivers perform setup and tear down on every message, usually doing things like DMA mapping the message. Provide hooks for them to use to provide such operations. This is of limited value for drivers that implement transfer_one_message() but will be

[PATCH] PM / devfreq: Remove duplicate include of opp.h

2013-10-09 Thread Manish Badarkhe
Currently, code include opp.h twice. Remove one inclusion of opp.h Signed-off-by: Manish Badarkhe badarkhe.man...@gmail.com --- :100644 100644 574b16b... 93c29f4... M drivers/devfreq/exynos/exynos5_bus.c drivers/devfreq/exynos/exynos5_bus.c |1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-09 Thread Mark Brown
On Fri, Oct 04, 2013 at 11:05:48AM +0900, Inki Dae wrote: 2013/10/4 Olof Johansson o...@lixom.net: If PD_N is LOW, then the device is in Deep power-down completely, even if supply rail is ON; for the device to be able to operate, the PD_N pin must be HIGH. I still think the pin could be

Re: [PATCH] ARM: dts: Update arch timer node with clock frequency

2013-10-09 Thread Olof Johansson
On Wed, Oct 9, 2013 at 1:25 AM, Mark Rutland mark.rutl...@arm.com wrote: On Tue, Oct 08, 2013 at 11:15:47PM +0100, Olof Johansson wrote: [Adding Tony, who reported a mainline booting issue, and Sean who helped me track this down] On Mon, Sep 23, 2013 at 7:15 AM, Mark Rutland

Re: [PATCH 1/3] dmaengine: pl330: Set residue in tx_status callback.

2013-10-09 Thread Dylan Reid
On Sun, Oct 6, 2013 at 8:48 PM, Vinod Koul vinod.k...@intel.com wrote: On Mon, Oct 07, 2013 at 10:39:34AM +0900, Chanho Park wrote: Why didn't you use a cookie value to track the request? The cookie is assigned when each transfer is submitted. If you save the value in the desc, we can

Re: [PATCH] ARM: dts: Update arch timer node with clock frequency

2013-10-09 Thread Rob Herring
On Tue, Oct 8, 2013 at 5:15 PM, Olof Johansson o...@lixom.net wrote: [Adding Tony, who reported a mainline booting issue, and Sean who helped me track this down] On Mon, Sep 23, 2013 at 7:15 AM, Mark Rutland mark.rutl...@arm.com wrote: On Sat, Sep 21, 2013 at 04:24:59PM +0100, Tomasz Figa

Re: [PATCH] ARM: dts: Update arch timer node with clock frequency

2013-10-09 Thread Mark Rutland
On Wed, Oct 09, 2013 at 08:46:06PM +0100, Olof Johansson wrote: On Wed, Oct 9, 2013 at 1:25 AM, Mark Rutland mark.rutl...@arm.com wrote: On Tue, Oct 08, 2013 at 11:15:47PM +0100, Olof Johansson wrote: [Adding Tony, who reported a mainline booting issue, and Sean who helped me track this

Уборка Квартиры и дома. Сухая и влажная. Качественно.

2013-10-09 Thread tvikesl
Мы умеем подсобить с уборкой апартаментов или Квартиры за небольшие деньги http://74.ru/go/?url=http://m00.me/qpzd -- 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

[PATCH 1/3] ARM: dts: exynos4212: Add PMU dt data for pmu-irq

2013-10-09 Thread Chanwoo Choi
Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4212.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/exynos4212.dtsi b/arch/arm/boot/dts/exynos4212.dtsi index 6f34d7f..3081bae

[PATCH 0/3] ARM: dts: exynos: Add missing dt data to bring up kernel feature

2013-10-09 Thread Chanwoo Choi
This patchset add missing dt data to bring up kernel feature - MAUDIO/GPS_ALIVE power domain - PMU - Clock data for Multi core timer Chanwoo Choi (2): ARM: dts: exynos4212: Add PMU dt data for pmu-irq ARM: dts: exynos4x12: Add maudio/gps_alive power domain for exynos4x12 Marek Szyprowski

[PATCH 2/3] ARM: dts: exynos4212: Add missing clock for multi core timer

2013-10-09 Thread Chanwoo Choi
From: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4212.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos4212.dtsi

[PATCH 3/3] ARM: dts: exynos4x12: Add maudio/gps_alive power domain for exynos4x12

2013-10-09 Thread Chanwoo Choi
This patch maudio/gps_alive power domain to exynos4x12.dtsi. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4x12.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git

[PATCH] ARM: SAMSUNG: Remove unused s5p_device_ehci

2013-10-09 Thread Jingoo Han
Since commit ca91435 ARM: EXYNOS: Remove unused board files, s5p_device_ehci is not used anymore. Thus, s5p_device_ehci can be removed. Also, unnecessary S5P_DEV_USB_EHCI option is removed. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/plat-samsung/Kconfig |5 -

Re: [PATCH] ARM: SAMSUNG: Remove unused s5p_device_ehci

2013-10-09 Thread Sylwester Nawrocki
Hi, On 10/10/2013 11:02 AM, Jingoo Han wrote: Since commit ca91435 ARM: EXYNOS: Remove unused board files, s5p_device_ehci is not used anymore. Thus, s5p_device_ehci can be removed. Also, unnecessary S5P_DEV_USB_EHCI option is removed. Signed-off-by: Jingoo Han jg1@samsung.com

Re: [PATCH] ARM: SAMSUNG: Remove unused s5p_device_ehci

2013-10-09 Thread Jingoo Han
On Thursday, October 10, 2013 11:26 AM, Sylwester Nawrocki wrote: On 10/10/2013 11:02 AM, Jingoo Han wrote: Since commit ca91435 ARM: EXYNOS: Remove unused board files, s5p_device_ehci is not used anymore. Thus, s5p_device_ehci can be removed. Also, unnecessary S5P_DEV_USB_EHCI option is

Re: [PATCH 3/3] ARM: dts: exynos4x12: Add maudio/gps_alive power domain for exynos4x12

2013-10-09 Thread Sachin Kamat
On 10 October 2013 06:00, Chanwoo Choi cw00.c...@samsung.com wrote: This patch maudio/gps_alive power domain to exynos4x12.dtsi. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4x12.dtsi | 10 ++ 1

Re: [PATCH 3/3] ARM: dts: exynos4x12: Add maudio/gps_alive power domain for exynos4x12

2013-10-09 Thread Chanwoo Choi
On 10/10/2013 12:29 PM, Sachin Kamat wrote: On 10 October 2013 06:00, Chanwoo Choi cw00.c...@samsung.com wrote: This patch maudio/gps_alive power domain to exynos4x12.dtsi. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [PATCH 3/3] ARM: dts: exynos4x12: Add maudio/gps_alive power domain for exynos4x12

2013-10-09 Thread Chanwoo Choi
On 10/10/2013 01:05 PM, Chanwoo Choi wrote: On 10/10/2013 12:29 PM, Sachin Kamat wrote: On 10 October 2013 06:00, Chanwoo Choi cw00.c...@samsung.com wrote: This patch maudio/gps_alive power domain to exynos4x12.dtsi. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin

RE: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-09 Thread Inki Dae
-Original Message- From: Mark Brown [mailto:broo...@kernel.org] Sent: Thursday, October 10, 2013 3:29 AM To: Inki Dae Cc: Olof Johansson; Sean Paul; devicet...@vger.kernel.org; linux-samsung- s...@vger.kernel.org; linux-...@vger.kernel.org; linux- ker...@vger.kernel.org; DRI

Re: [PATCH] ARM: SAMSUNG: Remove unused s5p_device_ehci

2013-10-09 Thread Tomasz Figa
Hi Jingoo, On Thursday 10 of October 2013 11:40:22 Jingoo Han wrote: On Thursday, October 10, 2013 11:26 AM, Sylwester Nawrocki wrote: On 10/10/2013 11:02 AM, Jingoo Han wrote: Since commit ca91435 ARM: EXYNOS: Remove unused board files, s5p_device_ehci is not used anymore. Thus,

[RESEND] [PATCH] ARM: dts: exynos5: add pwm DT nodes to Exynos5250 and Exynos5420

2013-10-09 Thread Leela Krishna Amudala
Add the device-tree binding for the PWM controller to Exynos5250 and Exynos5420 Signed-off-by: Andrew Bresticker abres...@chromium.org Signed-off-by: Olof Johansson ol...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |9

Re: [PATCH] clk: samsung: Fix PLL35XX lock time

2013-10-09 Thread Tomasz Figa
Hi Arun, On Wednesday 09 of October 2013 09:21:43 Arun Kumar K wrote: Hi Doug, On Tue, Oct 8, 2013 at 9:39 PM, Doug Anderson diand...@chromium.org wrote: Arun, On Mon, Oct 7, 2013 at 11:56 PM, Arun Kumar K arun...@samsung.com wrote: PLL35XX lock factor is 250 as per the manual

Re: [PATCH] ARM: SAMSUNG: Remove unused s5p_device_ehci

2013-10-09 Thread Jingoo Han
On Thursday, October 10, 2013 2:18 PM, Tomasz Figa wrote: On Thursday 10 of October 2013 11:40:22 Jingoo Han wrote: On Thursday, October 10, 2013 11:26 AM, Sylwester Nawrocki wrote: [] Are you planning to remove also this file altogether ? Probably the s5p-ehci driver could be

LOAN OFFER

2013-10-09 Thread info
We are European Loan service,Do you need a Loan,contact Via (europanl...@foxmail.com) This message was sent using IMP, the Internet Messaging Program. -- To unsubscribe from this list: send the line unsubscribe

[PATCHv2 0/3] ARM: dts: exynos: Add missing dt data to bring up kernel feature

2013-10-09 Thread Chanwoo Choi
This patchset add missing dt data to bring up kernel feature - MAUDIO/GPS_ALIVE power domain - PMU - Clock data for Multi core timer Changes since v1: - Fix wrong address of GPS_ALIVE power domain Chanwoo Choi (2): ARM: dts: exynos4212: Add PMU dt data for pmu-irq ARM: dts: exynos4x12: Add

[PATCHv2 2/3] ARM: dts: exynos4212: Add missing clock for multi core timer

2013-10-09 Thread Chanwoo Choi
From: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes since v1: - No change arch/arm/boot/dts/exynos4212.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCHv2 1/3] ARM: dts: exynos4212: Add PMU dt data for pmu-irq

2013-10-09 Thread Chanwoo Choi
Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes since v1: - No change arch/arm/boot/dts/exynos4212.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/exynos4212.dtsi

[PATCHv2 3/3] ARM: dts: exynos4x12: Add maudio/gps_alive power domain for exynos4x12

2013-10-09 Thread Chanwoo Choi
This patch maudio/gps_alive power domain to exynos4x12.dtsi. Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes since v1: - Fix GPS_ALIVE power domain's register address arch/arm/boot/dts/exynos4x12.dtsi | 10 ++ 1 file

Re: [RESEND] [PATCH] ARM: dts: exynos5: add pwm DT nodes to Exynos5250 and Exynos5420

2013-10-09 Thread Sachin Kamat
Hi Leela, On 10 October 2013 11:12, Leela Krishna Amudala l.kris...@samsung.com wrote: Add the device-tree binding for the PWM controller to Exynos5250 and Exynos5420 Signed-off-by: Andrew Bresticker abres...@chromium.org Signed-off-by: Olof Johansson ol...@chromium.org Signed-off-by: