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

2013-04-09 Thread Arun Kumar K
Hi Sylwester, Sorry for the late reply. >>> >>> OK, thanks for the explanation. >>> >>> I can think of at least one possible way to get hold of the fimc-is >>> context in the subdev. For instance, in subdev's .registered callback >>> you get a pointer to struct v4l2_device, which is normally embe

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

2013-03-28 Thread Sylwester Nawrocki
Hi Arun, On 03/28/2013 06:10 AM, Arun Kumar K wrote: On Wed, Mar 27, 2013 at 7:17 PM, Sylwester Nawrocki wrote: On 03/27/2013 05:31 AM, Arun Kumar K wrote: On Wed, Mar 27, 2013 at 4:21 AM, Sylwester Nawrocki wrote: On 03/26/2013 01:17 PM, Arun Kumar K wrote: [...] Only issue is with the

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

2013-03-27 Thread Arun Kumar K
On Wed, Mar 27, 2013 at 7:17 PM, Sylwester Nawrocki wrote: > On 03/27/2013 05:31 AM, Arun Kumar K wrote: >> On Wed, Mar 27, 2013 at 4:21 AM, Sylwester Nawrocki >> wrote: >>> On 03/26/2013 01:17 PM, Arun Kumar K wrote: > [...] >> Only issue is with the context sharing. >> Right now you can see tha

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

2013-03-27 Thread Sylwester Nawrocki
On 03/27/2013 05:31 AM, Arun Kumar K wrote: > On Wed, Mar 27, 2013 at 4:21 AM, Sylwester Nawrocki > wrote: >> On 03/26/2013 01:17 PM, Arun Kumar K wrote: [...] > Only issue is with the context sharing. > Right now you can see that the fimc-is context is shared between all > the subdevs. > As all o

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

2013-03-26 Thread Arun Kumar K
On Wed, Mar 27, 2013 at 4:21 AM, Sylwester Nawrocki wrote: > On 03/26/2013 01:17 PM, Arun Kumar K wrote: +Sensor sub-nodes: + +FIMC-IS IP supports custom built sensors to be controlled exclusively by +the FIMC-IS firmware. These sensor properties are to be defined her

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

2013-03-26 Thread Sylwester Nawrocki
On 03/26/2013 01:17 PM, Arun Kumar K wrote: +Sensor sub-nodes: + +FIMC-IS IP supports custom built sensors to be controlled exclusively by +the FIMC-IS firmware. These sensor properties are to be defined here. [snip] Defining image sensor nodes in a standard way as ISP I2C bus controller node

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

2013-03-26 Thread Arun Kumar K
Hi Sylwester, Thank you for the review. >> +Sensor sub-nodes: >> + >> +FIMC-IS IP supports custom built sensors to be controlled exclusively by >> +the FIMC-IS firmware. These sensor properties are to be defined here. > [snip] > > Defining image sensor nodes in a standard way as ISP I2C bus co

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 K Signed-off-by: Kilyeon Im --- .../devicetree/bindings/media/soc/exynos5-i

[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