Re: Applying SoC camera framework on multi-functional camera interface

2009-04-21 Thread Guennadi Liakhovetski
On Tue, 21 Apr 2009, Hans Verkuil wrote: > > Well, you might look at drivers/media/video/soc_camera_platform.c for an > > example of a simple "pseudo" camera driver. Of course, with your two > > additional devices you don't want to add extra platform devices and extra > > probing. In fact, you can

Re: Applying SoC camera framework on multi-functional camera interface

2009-04-21 Thread Hans Verkuil
> On Tue, 21 Apr 2009, Dongsoo, Nathaniel Kim wrote: > >> Hello, >> >> One of my recent work is making S3C64XX camera interface driver with >> SoC camera framework. Thanks to Guennadi, SoC camera framework is so >> clear and easy to follow. Actually I didn't need to worry about my >> whole driver

Re: Applying SoC camera framework on multi-functional camera interface

2009-04-21 Thread Guennadi Liakhovetski
On Tue, 21 Apr 2009, Dongsoo, Nathaniel Kim wrote: > Hello, > > One of my recent work is making S3C64XX camera interface driver with > SoC camera framework. Thanks to Guennadi, SoC camera framework is so > clear and easy to follow. Actually I didn't need to worry about my > whole driver structure