[RFC v2 0/6] Adding media device driver for Exynos5 imaging subsystem

2013-04-24 Thread Shaik Ameer Basha
The following patchset features: 1] Creating a common pipeline framework which can be used by all Exynos series SoCs for developing media device drivers. 2] Modified the existing fimc-mdevice for exynos4 to use the common pipeline framework. 3] Adding of media device driver for Exynos5 Imaging

[RFC v2 2/6] fimc-lite: Adding Exynos5 compatibility to fimc-lite driver

2013-04-24 Thread Shaik Ameer Basha
This patch adds, 1] Exynos5 soc compatibility to the fimc-lite driver 2] Multiple dma output buffer support as from Exynos5 onwards, fimc-lite h/w ip supports multiple dma buffers. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- drivers/media/platform/exynos4-is/fimc-lite.c |

[RFC v2 4/6] media: fimc-lite: Fix for DMA output corruption

2013-04-24 Thread Shaik Ameer Basha
Fixes Buffer corruption on DMA output from fimc-lite Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- drivers/media/platform/exynos4-is/fimc-lite-reg.c |3 ++- drivers/media/platform/exynos4-is/fimc-lite.c | 14 +-

[RFC v2 3/6] media: fimc-lite: Adding support for Exynos5

2013-04-24 Thread Shaik Ameer Basha
FIMC-LITE supports multiple DMA shadow registers from Exynos5 onwards. This patch adds the functionality of using shadow registers by checking the driver data. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com --- drivers/media/platform/exynos4-is/fimc-lite-reg.c | 13 +++

[RFC v2 6/6] media: exynos5-is: Adding media device driver for exynos5

2013-04-24 Thread Shaik Ameer Basha
This patch adds support for media device for EXYNOS5 SoCs. The current media device supports the following ips to connect through the media controller framework. * MIPI-CSIS Support interconnection(subdev interface) between devices * FIMC-LITE Support capture interface from device(Sensor,

Re: [PATCH] ARM: S5pv210: compiling issue, ARM_S3C64XX_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y

2013-04-24 Thread Chen Gang
Oh, sorry, the subject and the comment is incorrect: it need use ARM_S5PV210_CPUFREQ instead of ARM_S3C64XX_CPUFREQ. I need send patch v2. On 2013年04月24日 18:35, Chen Gang wrote: For arm S5pv210 with allmodconfig, ARM_S3C64XX_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y, or will cause compiling

[PATCH v2] ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y

2013-04-24 Thread Chen Gang
For arm S5pv210 with allmodconfig, ARM_S5PV210_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y, or will cause compiling issue. The related operation: + arm-linux-gnu-ld -EL -p --no-undefined -X --build-id -X -o .tmp_vmlinux1 -T /root/linux-next/arch/arm/kernel/vmlinux.lds arch/arm/kernel/head.o

Re: [PATCH v2] ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y

2013-04-24 Thread Viresh Kumar
On Wed, Apr 24, 2013 at 4:34 PM, Chen Gang gang.c...@asianux.com wrote: For arm S5pv210 with allmodconfig, ARM_S5PV210_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y, or will cause compiling issue. The related operation: + arm-linux-gnu-ld -EL -p --no-undefined -X --build-id -X -o .tmp_vmlinux1 -T

Re: [PATCH v2] ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y

2013-04-24 Thread Chen Gang
On 2013年04月24日 19:10, Viresh Kumar wrote: On Wed, Apr 24, 2013 at 4:34 PM, Chen Gang gang.c...@asianux.com wrote: For arm S5pv210 with allmodconfig, ARM_S5PV210_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y, or will cause compiling issue. The related operation: + arm-linux-gnu-ld -EL -p

Re: [PATCH v2] ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y

2013-04-24 Thread Rafael J. Wysocki
On Wednesday, April 24, 2013 04:40:38 PM Viresh Kumar wrote: On Wed, Apr 24, 2013 at 4:34 PM, Chen Gang gang.c...@asianux.com wrote: For arm S5pv210 with allmodconfig, ARM_S5PV210_CPUFREQ need CONFIG_CPU_FREQ_TABLE=y, or will cause compiling issue. The related operation: +

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

2013-04-24 Thread Vivek Gautam
On Tue, Apr 23, 2013 at 11:42 PM, Alan Stern st...@rowland.harvard.edu wrote: On Tue, 23 Apr 2013, Vivek Gautam wrote: Hi, On Tue, Apr 23, 2013 at 10:23 PM, Alan Stern st...@rowland.harvard.edu wrote: On Tue, 23 Apr 2013, Vivek Gautam wrote: Alright, so here's my understanding:

Re: [PATCH 2/2] pinctrl: samsung: Fix link error with CONFIG_PINCTRL_EXYNOS disabled

2013-04-24 Thread Linus Walleij
On Tue, Apr 23, 2013 at 2:09 PM, Tomasz Figa t.f...@samsung.com wrote: On Tuesday 23 of April 2013 14:03:12 Linus Walleij wrote: This does not apply to my devel branch in the pinctrl tree. Could you rebase it on that branch? Or is the error not even in my tree? This one got sent

Re: [PATCH 2/2] pinctrl: samsung: Fix link error with CONFIG_PINCTRL_EXYNOS disabled

2013-04-24 Thread Tomasz Figa
On Wednesday 24 of April 2013 16:27:09 Linus Walleij wrote: On Tue, Apr 23, 2013 at 2:09 PM, Tomasz Figa t.f...@samsung.com wrote: On Tuesday 23 of April 2013 14:03:12 Linus Walleij wrote: This does not apply to my devel branch in the pinctrl tree. Could you rebase it on that branch?

Re: Exynos regressions w.r.t. config and debuggability due to multiplatform

2013-04-24 Thread Arnd Bergmann
On Wednesday 24 April 2013, Olof Johansson wrote: I think we should hold off on multiplatform for exynos until it works better, i.e. 3.11. First, the defconfig we have in our out-of-tree build system now builds a broken kernel since it doesn't set ARCH_EXYNOS_SINGLE. As a result, exynos

Re: [PATCH v3 00/13] ARM: EXYNOS: Fix Universal C210 support

2013-04-24 Thread Tomasz Figa
On Tuesday 23 of April 2013 17:46:21 Tomasz Figa wrote: This series intends to fix support for Universal C210 board in mainline. Main difference from other boards based on Exynos 4210 is that hardware revision of the SoC used on Universal C210 does not support MCT timers and legacy PWM timers

Re: [PATCH v2] ARM: Kconfig: let ARM9TDMI and ARM7TDMI invisible.

2013-04-24 Thread Russell King - ARM Linux
On Wed, Apr 24, 2013 at 12:20:24PM +0800, Chen Gang wrote: If CONFIG_MMU is disabled, it will let ARM9TDMI and ARM7TDMI visible, but in fact, only AT91X40 need ARM7TDMI, so need not let them visible. I'll apply it myself this evening. Can I add: Tested-by: Chen Gang gang.c...@asianux.com to

Re: [PATCH v2] ARM: Kconfig: let ARM9TDMI and ARM7TDMI invisible.

2013-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On Apr 25, 2013, at 1:46 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Wed, Apr 24, 2013 at 12:20:24PM +0800, Chen Gang wrote: If CONFIG_MMU is disabled, it will let ARM9TDMI and ARM7TDMI visible, but in fact, only AT91X40 need ARM7TDMI, so need not let them visible. I'll

Re: [PATCH] ARM: dts: add pinctrl nodes for Exynos5250 SoC

2013-04-24 Thread Olof Johansson
On Thu, Dec 13, 2012 at 06:36:18PM +0530, Thomas Abraham wrote: Add pinctrl device nodes for Exynos5250 SoC. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org Replying to an old email of a patch that has been merged because it seems horribly broken. diff --git

Re: [PATCH v2] ARM: Kconfig: let ARM9TDMI and ARM7TDMI invisible.

2013-04-24 Thread Chen Gang
On 2013年04月25日 01:46, Russell King - ARM Linux wrote: On Wed, Apr 24, 2013 at 12:20:24PM +0800, Chen Gang wrote: If CONFIG_MMU is disabled, it will let ARM9TDMI and ARM7TDMI visible, but in fact, only AT91X40 need ARM7TDMI, so need not let them visible. I'll apply it myself this evening.

Re: [PATCH v2] ARM: Kconfig: let ARM9TDMI and ARM7TDMI invisible.

2013-04-24 Thread Chen Gang
On 2013年04月25日 01:59, Jean-Christophe PLAGNIOL-VILLARD wrote: On Apr 25, 2013, at 1:46 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Wed, Apr 24, 2013 at 12:20:24PM +0800, Chen Gang wrote: If CONFIG_MMU is disabled, it will let ARM9TDMI and ARM7TDMI visible, but in fact,