[PATCH 1/5] clk: exynos4: Add additional G2D clocks

2013-04-18 Thread Sachin Kamat
Add G2D clocks for Exynos4x12 SoC and sclk_fimg2d required by G2D IP. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Mike Turquette mturque...@linaro.org --- .../devicetree/bindings/clock/exynos4-clock.txt|3 ++-

[PATCH 2/5] ARM: dts: Remove duplicate and add missing G2D nodes

2013-04-18 Thread Sachin Kamat
G2D node got added twice in exynos4412-smdk4412.dts instead of getting added to exynos4412-origen.dts. Remove the duplicate entry and add it to exynos4412-origen.dts. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4412-origen.dts |4

Re: [PATCH v3 01/11] usb: phy: Add APIs for runtime power management

2013-04-18 Thread Kishon Vijay Abraham I
On Tuesday 02 April 2013 06:10 PM, Vivek Gautam wrote: Hi, On Tue, Apr 2, 2013 at 5:40 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Apr 02, 2013 at 04:04:01PM +0530, Vivek Gautam wrote: On Mon, Apr 01, 2013 at 07:24:00PM +0530, Vivek Gautam wrote: Adding APIs to handle runtime power

Re: [PATCH 3/5] ARM: dts: Add clock entries to G2D node for exynos4210

2013-04-18 Thread Sachin Kamat
Hi Sylwester, On 18 April 2013 17:08, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Sachin, On 04/18/2013 01:15 PM, Sachin Kamat wrote: Added clock entries to G2D node. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/boot/dts/exynos4210.dtsi |2 ++ 1 file

S3C64xx serial broken in -next

2013-04-18 Thread Mark Brown
I'm seeing lots of dropped characters from the s3c64xx serial driver in something closely resmbling -next today, it seemed fine yesterday. Not 100% sure that this is the serial driver itself but reverting 38adbc (serial: samsung: Avoid waiting forever for TX ready) seems to improve things a bit.

Re: [PATCH 3/5] ARM: dts: Add clock entries to G2D node for exynos4210

2013-04-18 Thread Sylwester Nawrocki
On 04/18/2013 01:54 PM, Sachin Kamat wrote: diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 66e6b03..50ab9d4 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi @@ -117,6 +117,8 @@ compatible =

Re: [PATCH v7 2/3] of/pci: Provide support for parsing PCI DT ranges property

2013-04-18 Thread Grant Likely
On Tue, 16 Apr 2013 11:18:27 +0100, Andrew Murray andrew.mur...@arm.com wrote: This patch factors out common implementation 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

Re: [PATCH v7 3/3] of/pci: mips: convert to common of_pci_range_parser

2013-04-18 Thread Grant Likely
On Tue, 16 Apr 2013 11:18:28 +0100, Andrew Murray andrew.mur...@arm.com wrote: This patch converts the pci_load_of_ranges function to use the new common of_pci_range_parser. Signed-off-by: Andrew Murray andrew.mur...@arm.com Signed-off-by: Liviu Dudau liviu.du...@arm.com Reviewed-by: Rob

Re: S3C64xx serial broken in -next

2013-04-18 Thread Mark Brown
On Thu, Apr 18, 2013 at 01:56:25PM +0100, Mark Brown wrote: I'm seeing lots of dropped characters from the s3c64xx serial driver in something closely resmbling -next today, it seemed fine yesterday. Not 100% sure that this is the serial driver itself but reverting 38adbc (serial: samsung:

Re: [PATCH 3/5] ARM: dts: Add clock entries to G2D node for exynos4210

2013-04-18 Thread Sachin Kamat
On 18 April 2013 18:57, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 04/18/2013 01:54 PM, Sachin Kamat wrote: diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 66e6b03..50ab9d4 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++

Re: [PATCH 1/2] ARM: EXYNOS: Add a platform bus notifier to set dma masks for Exynos5440

2013-04-18 Thread Russell King - ARM Linux
On Thu, Apr 04, 2013 at 07:51:43PM +0900, Kukjin Kim wrote: +static u64 dma_mask64 = DMA_BIT_MASK(64); ... + if (event != BUS_NOTIFY_ADD_DEVICE) + return NOTIFY_DONE; + + dev-dma_mask = dma_mask64; Sharing the dma mask in this way is a potential issue should you have a

Re: [PATCH 29/30] spi: s3c64xx: move to generic dmaengine API

2013-04-18 Thread Mark Brown
On Wed, Apr 17, 2013 at 10:05:35PM +0200, Arnd Bergmann wrote: On Thursday 11 April 2013, Arnd Bergmann wrote: + use_dma = 0; + if (sdd-rx_dma.ch sdd-tx_dma.ch + (xfer-len ((FIFO_LVL_MASK(sdd) 1) + 1))) use_dma =

Re: [PATCH 1/5] clk: exynos4: Add additional G2D clocks

2013-04-18 Thread Mike Turquette
Quoting Sachin Kamat (2013-04-18 04:15:15) Add G2D clocks for Exynos4x12 SoC and sclk_fimg2d required by G2D IP. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Mike Turquette mturque...@linaro.org Acked-by: Mike Turquette