Re: [RFC 11/12] media: m5mols: Adding dt support to m5mols driver

2013-03-23 Thread Sylwester Nawrocki
Hi Shaik, On 03/06/2013 12:53 PM, Shaik Ameer Basha wrote: This patch adds the dt support to m5mols driver. Signed-off-by: Shaik Ameer Bashashaik.am...@samsung.com --- drivers/media/i2c/m5mols/m5mols_core.c | 54 +++- 1 file changed, 53 insertions(+), 1

Re: [RFC 12/12] ARM: dts: Add camera node to exynos5250-smdk5250.dts

2013-03-23 Thread Sylwester Nawrocki
On 03/06/2013 12:53 PM, Shaik Ameer Basha wrote: Signed-off-by: Shaik Ameer Bashashaik.am...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 43 - 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts

Re: [PATCH v3 00/12] ARM: samsung-time: Prepare for multiplatform support

2013-03-23 Thread Tomasz Figa
Hi, On Saturday 09 of March 2013 21:23:09 Tomasz Figa wrote: This series is an attempt to make the samsung-time clocksource driver ready for multiplatform kernels. It moves the driver to drivers/clocksource, cleans it up from uses of static platform-specific definitions, simplifies timer

Re: [PATCH v4 0/4] Initial Device Tree support for S3C64xx

2013-03-23 Thread Tomasz Figa
Hi, On Saturday 09 of March 2013 21:29:31 Tomasz Figa wrote: This series adds Device Tree support for Samsung S3C64xx SoC series. It fixes several problems preventing from booting an S3C64xx-based system using Device Tree, adds all the infrastructure for Device Tree-based board support,

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

2013-03-23 Thread Sylwester Nawrocki
On 03/08/2013 03:59 PM, Arun Kumar K wrote: 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 Karun...@samsung.com Signed-off-by: Kilyeon Imkilyeon...@samsung.com ---

Re: [PATCH 1/6] of/pci: Provide support for parsing PCI DT ranges property

2013-03-23 Thread Thomas Petazzoni
On Sat, 23 Mar 2013 10:41:56 +, Russell King - ARM Linux wrote: Please look at how IORESOURCE_* stuff is defined: #define IORESOURCE_TYPE_BITS0x1f00 /* Resource type */ #define IORESOURCE_IO 0x0100 /* PCI/ISA I/O ports */ #define IORESOURCE_MEM

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

2013-03-23 Thread Sylwester Nawrocki
On 03/08/2013 03:59 PM, Arun Kumar K wrote: 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 Karun...@samsung.com Signed-off-by: Kilyeon Imkilyeon...@samsung.com ---

Re: [RFC 04/12] exynos-fimc-is: Adds common driver header files

2013-03-23 Thread Sylwester Nawrocki
On 03/08/2013 03:59 PM, Arun Kumar K wrote: This patch adds all the common header files used by the fimc-is driver. It includes the commands for interfacing with the firmware and error codes from IS firmware, metadata and command parameter definitions. Signed-off-by: Arun Kumar

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

2013-03-23 Thread Sylwester Nawrocki
On 03/08/2013 03:59 PM, Arun Kumar K wrote: 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 Karun...@samsung.com Signed-off-by: Kilyeon Imkilyeon...@samsung.com ---

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

2013-03-23 Thread Sylwester Nawrocki
On 03/08/2013 03:59 PM, Arun Kumar K wrote: 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 Karun...@samsung.com Signed-off-by: Kilyeon Imkilyeon...@samsung.com ---

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

2013-03-23 Thread Sylwester Nawrocki
On 03/08/2013 03:59 PM, Arun Kumar K wrote: 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 Karun...@samsung.com Signed-off-by: Kilyeon

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

2013-03-23 Thread Sylwester Nawrocki
On 03/08/2013 03:59 PM, Arun Kumar K wrote: Modifies the exynos5-is Makefile and Kconfig to include the new fimc-is driver. Signed-off-by: Arun Kumar Karun...@samsung.com Signed-off-by: Kilyeon Imkilyeon...@samsung.com --- drivers/media/platform/exynos5-is/Kconfig | 12