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
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
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
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
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
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
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
>
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
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
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
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
...
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
12 matches
Mail list logo