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
> 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
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