Re: s3c24xx pinctrl help

2013-03-08 Thread Tomasz Figa
Hi Heiko, On Friday 08 of March 2013 15:38:04 Heiko Stübner wrote: > Hi Thomas, > > taking you up on your offer of helping, I would be cool if you could > simply give me a push in the right direction :-) . > > > From what I've seen so far, the bank handling itself is very similar > between exyn

s3c24xx pinctrl help

2013-03-08 Thread Heiko Stübner
Hi Thomas, taking you up on your offer of helping, I would be cool if you could simply give me a push in the right direction :-) . >From what I've seen so far, the bank handling itself is very similar between exynos and s3c24xx as the underlying structures already handle multiple widths of the r

[RFC 12/12] mipi-csis: Enable all interrupts for fimc-is usage

2013-03-08 Thread Arun Kumar K
FIMC-IS firmware needs all the MIPI-CSIS interrupts to be enabled. This patch enables all those MIPI interrupts. Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-fimc/mipi-csis.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/s5p-fimc/mipi

[RFC 11/12] exynos-fimc-is: Adds the Kconfig and Makefile

2013-03-08 Thread Arun Kumar K
Modifies the exynos5-is Makefile and Kconfig to include the new fimc-is driver. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im --- drivers/media/platform/exynos5-is/Kconfig | 12 drivers/media/platform/exynos5-is/Makefile |3 +++ 2 files changed, 15 insertions(+) dif

[RFC 10/12] exynos-fimc-is: Adds the hardware interface module

2013-03-08 Thread Arun Kumar K
The hardware interface module finally sends the commands to the FIMC-IS firmware and runs the interrupt handler for getting the responses. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im --- .../media/platform/exynos5-is/fimc-is-interface.c | 1003 .../media/platform

[RFC 08/12] exynos-fimc-is: Adds scaler subdev

2013-03-08 Thread Arun Kumar K
FIMC-IS has two hardware scalers named as scaler-codec and scaler-preview. This patch adds the common code handling the video nodes and subdevs of both the scalers. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im --- drivers/media/platform/exynos5-is/fimc-is-scaler.c | 595 ++

[RFC 07/12] exynos-fimc-is: Adds isp subdev

2013-03-08 Thread Arun Kumar K
fimc-is driver takes video data input from the ISP video node which is added in this patch. This node accepts Bayer input buffers which is given from the IS sensors. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im --- drivers/media/platform/exynos5-is/fimc-is-isp.c | 546

[RFC 06/12] exynos-fimc-is: Adds the sensor subdev

2013-03-08 Thread Arun Kumar K
FIMC-IS uses certain sensors which are exclusively controlled from the IS firmware. This patch adds the sensor subdev for the fimc-is sensors. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im --- drivers/media/platform/exynos5-is/fimc-is-sensor.c | 337 drivers/media/

[RFC 05/12] exynos-fimc-is: Adds the register definition and context header

2013-03-08 Thread Arun Kumar K
This patch adds the register definition file for the fimc-is driver and also the header file containing the main context for the driver. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im --- drivers/media/platform/exynos5-is/fimc-is-regs.h | 352 ++ drivers/media/platfo

[RFC 03/12] exynos-fimc-is: Adds fimc-is driver core files

2013-03-08 Thread Arun Kumar K
This driver is for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. This patch adds the core files for the new driver. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im --- drivers/media/platform/exynos5-is/fimc-is-core.c | 421 ++ drivers/media/platform/exynos5

[RFC 02/12] exynos-fimc-is: Adding ARCH support for fimc-is

2013-03-08 Thread Arun Kumar K
Adds new clocks needed for ISP submodules in the camera subsystem of Exynos5250. Also adds the AUXDATA entry in mach-exynos5-dt.c. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im --- arch/arm/mach-exynos/clock-exynos5.c | 129 arch/arm/mach-exynos/inclu

[RFC 01/12] exynos-fimc-is: Adding device tree nodes

2013-03-08 Thread Arun Kumar K
Add the fimc-is node and the required pinctrl nodes for fimc-is driver for Exynos5. Also adds the DT binding documentation for the new fimc-is node. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im --- .../devicetree/bindings/media/soc/exynos5-is.txt | 81 arch/arm

[RFC 00/12] Exynos5 FIMC-IS driver

2013-03-08 Thread Arun Kumar K
This patchset adds a new driver for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. The camera subsystem in Exynos5 is significantly different from that of Exynos4 and before. In Exynos4, the FIMC-IS is a sub component of the camera subsystem which takes input from fimc-lite and does post

Re: [PATCH 00/23] RFC: exynos multiplatform support

2013-03-08 Thread Arnd Bergmann
On Friday 08 March 2013, Tomasz Figa wrote: > I have a question regarding making this an MFD driver. > > As you know, the main clocksource driver must be initialized early, from > init_time callback of machine_desc. How does using the MFD subsystem fit > into this scheme? > > P.S. I'm still not

[PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower

2013-03-08 Thread Tushar Behera
As per commit b3377d186572 ("ARM: 7064/1: vexpress: Use wfi macro in platform_do_lowpower."), wfi macro should be used instead of the hardcoded WFI instruction. This fixes following oops when the kernel is compiled in Thumb-2 mode on EXYNOS5. (Tested on EXYNOS5250 based Arndale board) $ reboot Di

Re: [PATCH RFC] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-03-08 Thread Rahul Sharma
On Thu, Mar 7, 2013 at 2:05 PM, Inki Dae wrote: > > >> -Original Message- >> From: 김승우 [mailto:sw0312@samsung.com] >> Sent: Thursday, March 07, 2013 4:04 PM >> To: Rahul Sharma >> Cc: Inki Dae; linux-samsung-soc@vger.kernel.org; Sean Paul; sunil joshi; >> dri-de...@lists.freedesktop.or