[PATCH v2 2/2] ARM: dts: Update MFC documentation for clock entries

2013-04-07 Thread Sachin Kamat
Added clock entry definitions to MFC bindings document. Signed-off-by: Sachin Kamat Reviewed-by: Sylwester Nawrocki --- Changes since v1: Updated "clock-names" description as suggested by Sylwester Nawrocki --- .../devicetree/bindings/media/s5p-mfc.txt |5 + 1 file changed, 5

[PATCH v2 1/2] ARM: dts: Add MFC clock entries for exynos4

2013-04-07 Thread Sachin Kamat
Added MFC related clock entries in exynos4.dtsi file. Signed-off-by: Sachin Kamat Reviewed-by: Sylwester Nawrocki --- Based on Kukjin's for-next tree. No change since v1 (except added reviewed-by tag). --- arch/arm/boot/dts/exynos4.dtsi |2 ++ 1 file changed, 2 insertions(+) diff --git a/a

Re: [PATCH 2/2] ARM: dts: Update MFC documentation for clock entries

2013-04-07 Thread Sachin Kamat
Hi Sylwester, Thanks for your review. On 4 April 2013 16:38, Sylwester Nawrocki wrote: > On 04/04/2013 08:26 AM, Sachin Kamat wrote: >> Added clock entry definitions to MFC bindings document. >> >> Signed-off-by: Sachin Kamat >> --- >> .../devicetree/bindings/media/s5p-mfc.txt |5

[PATCH] ARM: dts: Fix build error in exynos5250-smdk5250.dts

2013-04-07 Thread Sachin Kamat
Fixes the following build error: Error: arch/arm/boot/dts/exynos5250-smdk5250.dts:250.3-251.1 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [arch/arm/boot/dts/exynos5250-smdk5250.dtb] Error 1 make: *** [dtbs] Error 2 Signed-off-by: Sachin Kamat --- Based on Kukjin's for-next t

Re: [PATCH 07/18] cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreq

2013-04-07 Thread Viresh Kumar
On 5 April 2013 12:36, Viresh Kumar wrote: > On 5 April 2013 12:18, Kukjin Kim wrote: >> Basically, this moving looks good to me, but should be re-worked based on >> for-next of samsung tree because this touches too many samsung stuff so this >> should be sent to upstream via samsung tree. > > Hm

Re: [PATCH] ARM: S3C24XX: Correct NR_IRQS definition for s3c2440

2013-04-07 Thread Sylwester Nawrocki
On 04/07/2013 10:35 PM, Heiko Stübner wrote: Am Sonntag, 7. April 2013, 22:22:50 schrieb Sylwester Nawrocki: [...] Thanks for testing the irq changes on another subarchitecture and fixing the glitch. And thanks for your effort in adding DT support for s3c24xx! I'm still debugging one more is

Re: [PATCH] ARM: S3C24XX: Correct NR_IRQS definition for s3c2440

2013-04-07 Thread Heiko Stübner
Am Sonntag, 7. April 2013, 22:22:50 schrieb Sylwester Nawrocki: > Due to NR_IRQS being incorrectly defined not all IRQ domains can > be registered for S3C2440. It causes following errors on a s3c2440 > SoC based board: > > NR_IRQS:89 > S3C2440: IRQ Support > irq: clearing pending status 0002 >

[PATCH] ARM: S3C24XX: Remove unused GPIO drive strength register definitions

2013-04-07 Thread Sylwester Nawrocki
There is currently no users of these definitions so remove them. Signed-off-by: Sylwester Nawrocki --- arch/arm/mach-s3c24xx/regs-dsc.h | 203 +- 1 files changed, 4 insertions(+), 199 deletions(-) diff --git a/arch/arm/mach-s3c24xx/regs-dsc.h b/arch/arm/mach

[PATCH] ARM: Samsung: Select ARM_CPU_SUSPEND when required

2013-04-07 Thread Sylwester Nawrocki
The power management code of S3C24XX, S3C64XX, S5PV210 platform in arch/arm/plat-samsung/, arch/arm/mach-s3c24xx/, arch/arm/mach-s3c64xx/ directories uses generic cpu_suspend routine. Make sure it is compiled in when building with power management support. Without this patch compilation fails with

[PATCH] ARM: S3C24XX: Correct NR_IRQS definition for s3c2440

2013-04-07 Thread Sylwester Nawrocki
Due to NR_IRQS being incorrectly defined not all IRQ domains can be registered for S3C2440. It causes following errors on a s3c2440 SoC based board: NR_IRQS:89 S3C2440: IRQ Support irq: clearing pending status 0002 [ cut here ] WARNING: at kernel/irq/irqdomain.c:234 0xc

Samsung S5PV210 I2S DMA

2013-04-07 Thread Mike Dyer
Hi All, I'm attempting to play audio into a WM8960 codec attached to I2S 0 on a Samsung S5PV210. The DMA engine emits a lot of messages complaining of (I think) a read fault: dma-pl330 dma-pl330.0: Reset Channel-0 CS-2f FTC-4 dma-pl330 dma-pl330.0: Reset Channel-0 CS-2f FTC-4 ...

Re: [PATCH 0/2] Support device_prep_dma_sg for pl330

2013-04-07 Thread Jassi Brar
On Tue, Apr 2, 2013 at 5:31 PM, Chanho Park wrote: > This patchset support device_prep_dma_sg functionality for pl330 dmaengine > driver. The prep_dma_sg function prepares descriptors to transfer between src > and dest memory which consists of scatter/gather list. The patchset contains > code clea