Re: Camera not detected on linux-next

2012-09-06 Thread Prabhakar Lad
Hi Sylwester,

On Wed, Sep 5, 2012 at 9:47 PM, Sylwester Nawrocki
s.nawro...@samsung.com wrote:
 Hi,

 On 09/05/2012 06:06 PM, Fabio Estevam wrote:
 I am running linux-next 20120905 on a mx31pdk board with a ov2640 CMOS
 and I am not able to get the ov2640 to be probed:

 soc-camera-pdrv soc-camera-pdrv.0: Probing soc-camera-pdrv.0
 mx3-camera mx3-camera.0: MX3 Camera driver attached to camera 0
 mx3-camera mx3-camera.0: MX3 Camera driver detached from camera 0
  (no messages showing ov2640 being probed)

 I noticed that Kconfig changed the way to select the Sensors used on
 soc_camera driver and I selected ov2640 in the .config.

 camera worked fine on this board running 3.5.3. So before start
 bisecting, I would like to know if there is anything obvious I am
 missing.

 Also tested on a mx27pdk and ov2640 could not be probed there as well.

 Maybe this is about the sensor/host driver linking order.
 If so, then this patch should help

 http://git.linuxtv.org/snawrocki/media.git/commitdiff/458b9b5ab8cb970887c9d1f1fddf88399b2d9ef2

Thanks for the patch.  I too had created one but didnt submit. I guess you will
post the patch soon to the list.

Thanks and Regards,
--Prabhakar Lad

 --

 Regards,
 Sylwester
 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Camera not detected on linux-next

2012-09-06 Thread Sylwester Nawrocki
Hi Prabhakar,

On 09/06/2012 11:16 AM, Prabhakar Lad wrote:
 Thanks for the patch.  I too had created one but didnt submit. I guess you 
 will
 post the patch soon to the list.

I've posted it a few days ago, it's already queued in the patchwork:
http://patchwork.linuxtv.org/patch/14046/


Regards,
Sylwester
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Camera not detected on linux-next

2012-09-06 Thread Prabhakar Lad
Hi Sylwester,

On Thu, Sep 6, 2012 at 4:19 PM, Sylwester Nawrocki
s.nawro...@samsung.com wrote:
 Hi Prabhakar,

 On 09/06/2012 11:16 AM, Prabhakar Lad wrote:
 Thanks for the patch.  I too had created one but didnt submit. I guess you 
 will
 post the patch soon to the list.

 I've posted it a few days ago, it's already queued in the patchwork:
 http://patchwork.linuxtv.org/patch/14046/

Thanks for pointing.

Regards,
--Prabhakar Lad


 Regards,
 Sylwester
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Camera not detected on linux-next

2012-09-05 Thread Fabio Estevam
Hi,

I am running linux-next 20120905 on a mx31pdk board with a ov2640 CMOS
and I am not able to get the ov2640 to be probed:

soc-camera-pdrv soc-camera-pdrv.0: Probing soc-camera-pdrv.0
mx3-camera mx3-camera.0: MX3 Camera driver attached to camera 0
mx3-camera mx3-camera.0: MX3 Camera driver detached from camera 0
 (no messages showing ov2640 being probed)

I noticed that Kconfig changed the way to select the Sensors used on
soc_camera driver and I selected ov2640 in the .config.

camera worked fine on this board running 3.5.3. So before start
bisecting, I would like to know if there is anything obvious I am
missing.

Also tested on a mx27pdk and ov2640 could not be probed there as well.

Thanks,

Fabio Estevam
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Camera not detected on linux-next

2012-09-05 Thread Sylwester Nawrocki
Hi,

On 09/05/2012 06:06 PM, Fabio Estevam wrote:
 I am running linux-next 20120905 on a mx31pdk board with a ov2640 CMOS
 and I am not able to get the ov2640 to be probed:
 
 soc-camera-pdrv soc-camera-pdrv.0: Probing soc-camera-pdrv.0
 mx3-camera mx3-camera.0: MX3 Camera driver attached to camera 0
 mx3-camera mx3-camera.0: MX3 Camera driver detached from camera 0
  (no messages showing ov2640 being probed)
 
 I noticed that Kconfig changed the way to select the Sensors used on
 soc_camera driver and I selected ov2640 in the .config.
 
 camera worked fine on this board running 3.5.3. So before start
 bisecting, I would like to know if there is anything obvious I am
 missing.
 
 Also tested on a mx27pdk and ov2640 could not be probed there as well.

Maybe this is about the sensor/host driver linking order.
If so, then this patch should help

http://git.linuxtv.org/snawrocki/media.git/commitdiff/458b9b5ab8cb970887c9d1f1fddf88399b2d9ef2

--

Regards,
Sylwester
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Camera not detected on linux-next

2012-09-05 Thread Fabio Estevam
Hi Sylwester,

On Wed, Sep 5, 2012 at 1:17 PM, Sylwester Nawrocki
s.nawro...@samsung.com wrote:

 Maybe this is about the sensor/host driver linking order.
 If so, then this patch should help

Excellent! This fixed the problem!

Thanks,

Fabio Estevam
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html