* soc_camera_open() not called
@ 2009-04-01 14:04 Darius Augulis
2009-04-01 14:22 ` Darius Augulis
0 siblings, 1 reply; 8+ messages in thread
From: Darius Augulis @ 2009-04-01 14:04 UTC (permalink / raw)
To: Linux Media Mailing List
Hi,
I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
After loading mx1_camera module, I see that .add callback is not called.
In debug log I see that soc_camera_open() is not called too.
What should call this function? Is this my driver problem?
p.s. loading sensor driver does not change situation.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: soc_camera_open() not called
2009-04-01 14:04 soc_camera_open() not called Darius Augulis
@ 2009-04-01 14:22 ` Darius Augulis
2009-04-01 17:55 ` Robert Jarzmik
0 siblings, 1 reply; 8+ messages in thread
From: Darius Augulis @ 2009-04-01 14:22 UTC (permalink / raw)
Cc: Linux Media Mailing List
Darius Augulis wrote:
> Hi,
>
> I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
> After loading mx1_camera module, I see that .add callback is not called.
> In debug log I see that soc_camera_open() is not called too.
> What should call this function? Is this my driver problem?
> p.s. loading sensor driver does not change situation.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
actually I thought about soc_camera_probe(), not soc_camera_open().
But the problem still the same. video_probe in my driver is not called.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: soc_camera_open() not called
2009-04-01 14:22 ` Darius Augulis
@ 2009-04-01 17:55 ` Robert Jarzmik
2009-04-01 18:10 ` Darius Augulis
0 siblings, 1 reply; 8+ messages in thread
From: Robert Jarzmik @ 2009-04-01 17:55 UTC (permalink / raw)
To: Darius Augulis; +Cc: Linux Media Mailing List
Darius Augulis <augulis.darius@gmail.com> writes:
> Darius Augulis wrote:
>> Hi,
>>
>> I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
>> After loading mx1_camera module, I see that .add callback is not called.
>> In debug log I see that soc_camera_open() is not called too.
>> What should call this function? Is this my driver problem?
>> p.s. loading sensor driver does not change situation.
Are you by any chance using last 2.6.29 kernel ?
If so, would [1] be the answer to your question ?
Cheers
--
Robert
[1] http://lkml.org/lkml/2009/3/24/625
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: soc_camera_open() not called
2009-04-01 17:55 ` Robert Jarzmik
@ 2009-04-01 18:10 ` Darius Augulis
2009-04-01 18:37 ` Robert Jarzmik
0 siblings, 1 reply; 8+ messages in thread
From: Darius Augulis @ 2009-04-01 18:10 UTC (permalink / raw)
To: Robert Jarzmik; +Cc: Linux Media Mailing List
Robert Jarzmik wrote:
> Darius Augulis <augulis.darius@gmail.com> writes:
>
>
>> Darius Augulis wrote:
>>
>>> Hi,
>>>
>>> I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
>>> After loading mx1_camera module, I see that .add callback is not called.
>>> In debug log I see that soc_camera_open() is not called too.
>>> What should call this function? Is this my driver problem?
>>> p.s. loading sensor driver does not change situation.
>>>
>
> Are you by any chance using last 2.6.29 kernel ?
> If so, would [1] be the answer to your question ?
>
thanks. it means we should expect soc-camera fix for this?
I'm using 2.6.29-git8, but seems it's not fixed yet.
> Cheers
>
> --
> Robert
>
> [1] http://lkml.org/lkml/2009/3/24/625
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: soc_camera_open() not called
2009-04-01 18:10 ` Darius Augulis
@ 2009-04-01 18:37 ` Robert Jarzmik
2009-04-01 22:36 ` Guennadi Liakhovetski
0 siblings, 1 reply; 8+ messages in thread
From: Robert Jarzmik @ 2009-04-01 18:37 UTC (permalink / raw)
To: Darius Augulis, Guennadi Liakhovetski; +Cc: Linux Media Mailing List
Darius Augulis <augulis.darius@gmail.com> writes:
>>> Darius Augulis wrote:
>>>
>>>> Hi,
>>>>
>>>> I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
>>>> After loading mx1_camera module, I see that .add callback is not called.
>>>> In debug log I see that soc_camera_open() is not called too.
>>>> What should call this function? Is this my driver problem?
>>>> p.s. loading sensor driver does not change situation.
>>>>
>>
>> Are you by any chance using last 2.6.29 kernel ?
>> If so, would [1] be the answer to your question ?
>>
>> [1] http://lkml.org/lkml/2009/3/24/625
> thanks. it means we should expect soc-camera fix for this?
> I'm using 2.6.29-git8, but seems it's not fixed yet.
No, I don't think so.
The last time I checked there had to be an amendement to the patch which
introduced the driver core regression, as it touches other areas as well
(sound/soc and mtd from memory).
I think Guennadi can confirm this, as he's the one who raised the issue in the
first place.
Cheers.
--
Robert
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: soc_camera_open() not called
2009-04-01 18:37 ` Robert Jarzmik
@ 2009-04-01 22:36 ` Guennadi Liakhovetski
2009-04-02 12:35 ` Darius Augulis
0 siblings, 1 reply; 8+ messages in thread
From: Guennadi Liakhovetski @ 2009-04-01 22:36 UTC (permalink / raw)
To: Robert Jarzmik; +Cc: Darius Augulis, Linux Media Mailing List
On Wed, 1 Apr 2009, Robert Jarzmik wrote:
> Darius Augulis <augulis.darius@gmail.com> writes:
>
> >>> Darius Augulis wrote:
> >>>
> >>>> Hi,
> >>>>
> >>>> I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
> >>>> After loading mx1_camera module, I see that .add callback is not called.
> >>>> In debug log I see that soc_camera_open() is not called too.
> >>>> What should call this function? Is this my driver problem?
> >>>> p.s. loading sensor driver does not change situation.
> >>>>
> >>
> >> Are you by any chance using last 2.6.29 kernel ?
> >> If so, would [1] be the answer to your question ?
> >>
> >> [1] http://lkml.org/lkml/2009/3/24/625
>
> > thanks. it means we should expect soc-camera fix for this?
> > I'm using 2.6.29-git8, but seems it's not fixed yet.
> No, I don't think so.
You're right.
> The last time I checked there had to be an amendement to the patch which
> introduced the driver core regression, as it touches other areas as well
> (sound/soc and mtd from memory).
>
> I think Guennadi can confirm this, as he's the one who raised the issue in the
> first place.
If Darius had followed the thread you referred to he would have come down
to this message
http://lkml.org/lkml/2009/3/26/202
which provides a reply as to "what should be fixed," and yes, Ming Lei has
already provided a patch to fix this, it should hit mainstream... some
time before -rc1.
Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: soc_camera_open() not called
2009-04-01 22:36 ` Guennadi Liakhovetski
@ 2009-04-02 12:35 ` Darius Augulis
2009-04-02 13:15 ` Ming Lei
0 siblings, 1 reply; 8+ messages in thread
From: Darius Augulis @ 2009-04-02 12:35 UTC (permalink / raw)
To: Guennadi Liakhovetski; +Cc: Linux Media Mailing List, tom.leiming
Guennadi Liakhovetski wrote:
> On Wed, 1 Apr 2009, Robert Jarzmik wrote:
>
>> Darius Augulis <augulis.darius@gmail.com> writes:
>>
>>>>> Darius Augulis wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
>>>>>> After loading mx1_camera module, I see that .add callback is not called.
>>>>>> In debug log I see that soc_camera_open() is not called too.
>>>>>> What should call this function? Is this my driver problem?
>>>>>> p.s. loading sensor driver does not change situation.
>>>>>>
>>>> Are you by any chance using last 2.6.29 kernel ?
>>>> If so, would [1] be the answer to your question ?
>>>>
>>>> [1] http://lkml.org/lkml/2009/3/24/625
>>> thanks. it means we should expect soc-camera fix for this?
>>> I'm using 2.6.29-git8, but seems it's not fixed yet.
>> No, I don't think so.
>
> You're right.
>
>> The last time I checked there had to be an amendement to the patch which
>> introduced the driver core regression, as it touches other areas as well
>> (sound/soc and mtd from memory).
>>
>> I think Guennadi can confirm this, as he's the one who raised the issue in the
>> first place.
>
> If Darius had followed the thread you referred to he would have come down
> to this message
>
> http://lkml.org/lkml/2009/3/26/202
>
> which provides a reply as to "what should be fixed," and yes, Ming Lei has
> already provided a patch to fix this, it should hit mainstream... some
> time before -rc1.
could you please send me this patch or show where is it available?
>
> Thanks
> Guennadi
> ---
> Guennadi Liakhovetski, Ph.D.
> Freelance Open-Source Software Developer
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: soc_camera_open() not called
2009-04-02 12:35 ` Darius Augulis
@ 2009-04-02 13:15 ` Ming Lei
0 siblings, 0 replies; 8+ messages in thread
From: Ming Lei @ 2009-04-02 13:15 UTC (permalink / raw)
To: Darius Augulis; +Cc: Guennadi Liakhovetski, Linux Media Mailing List
2009/4/2 Darius Augulis <augulis.darius@gmail.com>:
> Guennadi Liakhovetski wrote:
>>
>> On Wed, 1 Apr 2009, Robert Jarzmik wrote:
>>
>>> Darius Augulis <augulis.darius@gmail.com> writes:
>>>
>>>>>> Darius Augulis wrote:
>>>>>>
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
>>>>>>> After loading mx1_camera module, I see that .add callback is not
>>>>>>> called.
>>>>>>> In debug log I see that soc_camera_open() is not called too.
>>>>>>> What should call this function? Is this my driver problem?
>>>>>>> p.s. loading sensor driver does not change situation.
>>>>>>>
>>>>>
>>>>> Are you by any chance using last 2.6.29 kernel ?
>>>>> If so, would [1] be the answer to your question ?
>>>>>
>>>>> [1] http://lkml.org/lkml/2009/3/24/625
>>>>
>>>> thanks. it means we should expect soc-camera fix for this?
>>>> I'm using 2.6.29-git8, but seems it's not fixed yet.
>>>
>>> No, I don't think so.
>>
>> You're right.
>>
>>> The last time I checked there had to be an amendement to the patch which
>>> introduced the driver core regression, as it touches other areas as well
>>> (sound/soc and mtd from memory).
>>>
>>> I think Guennadi can confirm this, as he's the one who raised the issue
>>> in the
>>> first place.
>>
>> If Darius had followed the thread you referred to he would have come down
>> to this message
>>
>> http://lkml.org/lkml/2009/3/26/202
>>
>> which provides a reply as to "what should be fixed," and yes, Ming Lei has
>> already provided a patch to fix this, it should hit mainstream... some time
>> before -rc1.
>
> could you please send me this patch or show where is it available?
http://marc.info/?l=linux-kernel&m=123816184309698&w=2
Thanks!
>
>>
>> Thanks
>> Guennadi
>> ---
>> Guennadi Liakhovetski, Ph.D.
>> Freelance Open-Source Software Developer
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-media" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
>
--
Lei Ming
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-04-02 13:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01 14:04 soc_camera_open() not called Darius Augulis
2009-04-01 14:22 ` Darius Augulis
2009-04-01 17:55 ` Robert Jarzmik
2009-04-01 18:10 ` Darius Augulis
2009-04-01 18:37 ` Robert Jarzmik
2009-04-01 22:36 ` Guennadi Liakhovetski
2009-04-02 12:35 ` Darius Augulis
2009-04-02 13:15 ` Ming Lei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox