Re: [PATCH 3/5] USB: ehci-exynos: Remove non-DT support

2013-10-09 Thread Sachin Kamat
Hi Jingoo, On 10 October 2013 12:01, Jingoo Han wrote: > The non-DT for EXYNOS SoCs is not supported from v3.11. > Thus, there is no need to support non-DT for Exynos EHCI driver. > > The 'include/linux/platform_data/usb-ehci-exynos.h' file has been > used for non-DT support. Thus, the 'usb-ehci-

[PATCH 5/5] USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak

2013-10-09 Thread Jingoo Han
When devm_usb_get_phy() fails, usb_put_hcd() should be called to prevent memory leak. Signed-off-by: Jingoo Han --- drivers/usb/host/ohci-exynos.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c index 5c877bf..aa50e18 100644

[PATCH 4/5] USB: ohci-exynos: Remove non-DT support

2013-10-09 Thread Jingoo Han
The non-DT for EXYNOS SoCs is not supported from v3.11. Thus, there is no need to support non-DT for Exynos OHCI driver. The 'include/linux/platform_data/usb-ohci-exynos.h' file has been used for non-DT support. Thus, the 'usb-ohci-exynos.h' file can be removed. Signed-off-by: Jingoo Han --- dr

[PATCH 2/5] USB: host: Rename ehci-s5p to ehci-exynos

2013-10-09 Thread Jingoo Han
Currently, Samsung is using 'EXYNOS' as the name of Samsung SoCs. Thus, ehci-exynos is preferred than ehci-s5p. Signed-off-by: Jingoo Han --- drivers/usb/host/Kconfig |5 +- drivers/usb/host/Makefile |2 +- drivers/usb/host/{ehci-s5p.c =

[PATCH 3/5] USB: ehci-exynos: Remove non-DT support

2013-10-09 Thread Jingoo Han
The non-DT for EXYNOS SoCs is not supported from v3.11. Thus, there is no need to support non-DT for Exynos EHCI driver. The 'include/linux/platform_data/usb-ehci-exynos.h' file has been used for non-DT support. Thus, the 'usb-ehci-exynos.h' file can be removed. Signed-off-by: Jingoo Han --- dr

[PATCH 1/5] 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 Reviewed-by: Sylwester Nawrocki --- arch/arm/plat-samsung/Kconfig

[PATCH 0/5] USB: host: Remove non-DT support for Exynos EHCI and OHCI

2013-10-09 Thread Jingoo Han
This patchset removes non-DT support for Exynos EHCI and OHCI from arch and driver directories, because the non-DT for EXYNOS SoCs is not supported from v3.11. In order to keep the consistency, ehci-s5p.c is changed to ehci-exynos.c. So, the name of Exynos EHCI and OHCI driver is as below: - ehci

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 wrote: > Add the device-tree binding for the PWM controller to Exynos5250 and > Exynos5420 > > Signed-off-by: Andrew Bresticker > Signed-off-by: Olof Johansson > Signed-off-by: Leela Krishna Amudala > --- > arch/arm/boot/dts/exynos525

[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 Signed-off-by: Kyungmin Park --- Changes since v1: - Fix GPS_ALIVE power domain's register address arch/arm/boot/dts/exynos4x12.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm

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

2013-10-09 Thread Chanwoo Choi
Signed-off-by: Chanwoo Choi Signed-off-by: Kyungmin Park --- 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 b/arch/arm/boot/dts/exynos4212.dtsi index 6f34d7f..3081bae 100644 --- a/arch/

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

2013-10-09 Thread Chanwoo Choi
From: Marek Szyprowski Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- Changes since v1: - No change arch/arm/boot/dts/exynos4212.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos4212.dtsi b/arch/arm/boot/dts/exynos4212.dtsi index 3081bae..d

[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 ma

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

2013-10-09 Thread Tomasz Figa
On Thursday 10 of October 2013 14:29:58 Jingoo Han wrote: > 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

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 linux-samsung-s

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

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 wrote: > > Arun, > > > > On Mon, Oct 7, 2013 at 11:56 PM, Arun Kumar K wrote: > >> PLL35XX lock factor is 250 as per the manual whereas its > >> wrongly set as 270

[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 Signed-off-by: Olof Johansson Signed-off-by: Leela Krishna Amudala --- arch/arm/boot/dts/exynos5250.dtsi |9 + arch/arm/boot/dts/exynos5420.dtsi |9 + 2 file

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. Thu

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 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 wrote: >>> This patch maudio/gps_alive power domain to exynos4x12.dtsi. >>> >>> Signed-off-by: Chanwoo Choi >>> Signed-off-by: Kyungmin Park >>> --- >>> arch/arm/b

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 wrote: >> This patch maudio/gps_alive power domain to exynos4x12.dtsi. >> >> Signed-off-by: Chanwoo Choi >> Signed-off-by: Kyungmin Park >> --- >> arch/arm/boot/dts/exynos4x12.dtsi | 10 ++ >> 1 file ch

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 wrote: > This patch maudio/gps_alive power domain to exynos4x12.dtsi. > > Signed-off-by: Chanwoo Choi > Signed-off-by: Kyungmin Park > --- > arch/arm/boot/dts/exynos4x12.dtsi | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boo

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 opti

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 Reviewed-by: Sylweste

[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 --- arch/arm/plat-samsung/Kconfig |5 - arch/arm/plat-sams

[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 Signed-off-by: Kyungmin Park --- arch/arm/boot/dts/exynos4x12.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi inde

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

2013-10-09 Thread Chanwoo Choi
From: Marek Szyprowski Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/boot/dts/exynos4212.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos4212.dtsi b/arch/arm/boot/dts/exynos4212.dtsi index 3081bae..d7a3fbc 100644 --- a/arch/arm/bo

[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 (1)

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

2013-10-09 Thread Chanwoo Choi
Signed-off-by: Chanwoo Choi Signed-off-by: Kyungmin Park --- 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 100644 --- a/arch/arm/boot/dts/exynos4212.dtsi ++

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

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 http://vger.kernel.org/m

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 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] > >> > >>

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 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 wrote: >> On Sat, Sep 21, 2013 at 04:24:59PM +0100, Tomasz Figa wrote: >>> Hi Yuvaraj, >>> >>> O

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 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 find the r

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 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 wrote: >> > On Sat, Sep 21,

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 : > > "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 repla

[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 --- :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 a/drivers/devfreq/exynos/exy

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

2013-10-09 Thread Mark Brown
From: Mark Brown 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 of much greater util

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

2013-10-09 Thread Mark Brown
From: Mark Brown 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 --- drivers/spi/spi-s3c64xx.c | 36 1 file changed, 28 insertions(+), 8 delet

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 wrote: > From: Pratyush Anand > > 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

[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 --- Based on master branch of linux-mainline. :100644 100644 0fac344... 1537f32... M drivers/

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 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 this but it probably wou

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

2013-10-09 Thread Jingoo Han
From: Pratyush Anand 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 Suggested-by: Kishon Vijay Abraham I Signed-off-by: Jingoo Han

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

[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 wil

[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 base_com

[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 --- Changes since v1: Changes since v2: Changes s

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 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 Chatradhi >> wrote: >

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

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, 20

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

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()

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 while at it. Thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung

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 proble

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() sho

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 > Cc: Kishon

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 > Signed-off-by: Kyungmin Park > Acked-by: Felipe Balbi > Acked-by: Donghwa Lee > --- > Changes since v4:

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 wrote: > > On Sat, Sep 21, 2013 at 04:24:59PM +0100, Tomasz Figa wrote: > >> Hi Yuvara

[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 Cc: Kishon Vijay Abraham I --- Tested on Exynos5440. drivers/pci/host/pcie-designware.c