Re: [PATCH v8 02/12] [media] exynos5-fimc-is: Add driver core files

2013-09-16 Thread Sylwester Nawrocki
On 09/12/2013 02:07 PM, Arun Kumar K wrote: +static int fimc_is_probe(struct platform_device *pdev) +{ + struct device *dev =pdev-dev; + struct resource *res; + struct fimc_is *is; + void __iomem *regs; + struct device_node *node; + int irq, ret; + int

[PATCH v8 02/12] [media] exynos5-fimc-is: Add driver core files

2013-09-12 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 arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com ---