Re: soc-camera: patches for 2.6.34

2010-02-09 Thread Guennadi Liakhovetski
On Tue, 9 Feb 2010, Valentin Longchamp wrote:

> Guennadi Liakhovetski wrote:
> > Hi all
> > 
> > Nothing exciting for soc-camera this time for a change, just a couple of
> > small improvements. These patches are already in my local tree, waiting to
> > be pushed up:
> > 
> > Antonio Ospite (1):
> >   pxa_camera: remove init() callback
> > 
> > Guennadi Liakhovetski (3):
> >   soc-camera: update mt9v022 to take into account board signal routing
> >   tw9910: use TABs for indentation
> >   soc-camera: adjust coding style to match V4L preferences
> > 
> > Kuninori Morimoto (1):
> >   soc-camera: ov772x: Modify buswidth control
> > 
> > Magnus Damm (1):
> >   soc-camera: return -ENODEV is sensor is missing
> > 
> > Others on the radar:
> > 
> > Kuninori Morimoto:
> > MT9T031: write xskip and yskip at each set_params call
> > * status: being discussed in PM context in:
> 
> Well, the above one is from me, and I have posted the updated version for pm
> context this morning:
> http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/15897
> 
> (You certainly had noticed, but wanted to make sure).

Oops, yes, sorry. I made this not-yet-committed list by hand and made a 
mistake, but the patch certainly has your authorship.

Thanks
Guennadi

> 
> 
> > 
> > Guennadi Liakhovetski:
> > soc-camera: add runtime pm support for subdevices
> > * under discussion
> > 
> > Németh Márton:
> > soc_camera: match signedness of soc_camera_limit_side()
> > * status: an updated patch has been proposed by me, waiting for
> > confirmation
> > 
> > Guennadi Liakhovetski:
> > document new pixel formats
> > * status: I still have to figure out how to combine git / hg for
> > this one and actually do it...
> > 
> > Kuninori Morimoto:
> > [1/3] soc-camera: mt9t112: modify exiting conditions from standby mode
> > [2/3] soc-camera: mt9t112: modify delay time after initialize
> > [3/3] soc-camera: mt9t112: The flag which control camera-init is
> > * status: at least patches 2 and 3 are still being discussed,
> > waiting for results
> > 
> > 
> > Any patches, that I've forgotten?
> > 
> 
> Val
> 
> -- 
> Valentin Longchamp, PhD Student, EPFL-STI-LSRO1
> valentin.longch...@epfl.ch, Phone: +41216937827
> http://people.epfl.ch/valentin.longchamp
> MEB3494, Station 9, CH-1015 Lausanne
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
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: soc-camera: patches for 2.6.34

2010-02-09 Thread Valentin Longchamp

Guennadi Liakhovetski wrote:

Hi all

Nothing exciting for soc-camera this time for a change, just a couple of 
small improvements. These patches are already in my local tree, waiting to 
be pushed up:


Antonio Ospite (1):
  pxa_camera: remove init() callback

Guennadi Liakhovetski (3):
  soc-camera: update mt9v022 to take into account board signal routing
  tw9910: use TABs for indentation
  soc-camera: adjust coding style to match V4L preferences

Kuninori Morimoto (1):
  soc-camera: ov772x: Modify buswidth control

Magnus Damm (1):
  soc-camera: return -ENODEV is sensor is missing

Others on the radar:

Kuninori Morimoto:
MT9T031: write xskip and yskip at each set_params call
* status: being discussed in PM context in:


Well, the above one is from me, and I have posted the updated version 
for pm context this morning: 
http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/15897


(You certainly had noticed, but wanted to make sure).




Guennadi Liakhovetski:
soc-camera: add runtime pm support for subdevices
* under discussion

Németh Márton:
	soc_camera: match signedness of soc_camera_limit_side() 
	* status: an updated patch has been proposed by me, waiting for 
	  confirmation


Guennadi Liakhovetski:
document new pixel formats
	* status: I still have to figure out how to combine git / hg for 
	  this one and actually do it...


Kuninori Morimoto:
[1/3] soc-camera: mt9t112: modify exiting conditions from standby mode
[2/3] soc-camera: mt9t112: modify delay time after initialize
[3/3] soc-camera: mt9t112: The flag which control camera-init is
	* status: at least patches 2 and 3 are still being discussed, 
	  waiting for results



Any patches, that I've forgotten?



Val

--
Valentin Longchamp, PhD Student, EPFL-STI-LSRO1
valentin.longch...@epfl.ch, Phone: +41216937827
http://people.epfl.ch/valentin.longchamp
MEB3494, Station 9, CH-1015 Lausanne
--
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: soc-camera: patches for 2.6.34

2010-02-09 Thread Guennadi Liakhovetski
On Tue, 9 Feb 2010, Guennadi Liakhovetski wrote:

> Hi all

Ok, add two more to these:

Guennadi Liakhovetski (2):
soc-camera: add support for VIDIOC_S_PARM and VIDIOC_G_PARM ioctls
sh_mobile_ceu_camera: pass .set_parm and .get_parm down to subdevices
* status: pending confirmation from Kuninori Morimoto

> 
> Nothing exciting for soc-camera this time for a change, just a couple of 
> small improvements. These patches are already in my local tree, waiting to 
> be pushed up:
> 
> Antonio Ospite (1):
>   pxa_camera: remove init() callback
> 
> Guennadi Liakhovetski (3):
>   soc-camera: update mt9v022 to take into account board signal routing
>   tw9910: use TABs for indentation
>   soc-camera: adjust coding style to match V4L preferences
> 
> Kuninori Morimoto (1):
>   soc-camera: ov772x: Modify buswidth control
> 
> Magnus Damm (1):
>   soc-camera: return -ENODEV is sensor is missing
> 
> Others on the radar:
> 
> Kuninori Morimoto:
>   MT9T031: write xskip and yskip at each set_params call
>   * status: being discussed in PM context in:
> 
> Guennadi Liakhovetski:
>   soc-camera: add runtime pm support for subdevices
>   * under discussion
> 
> Németh Márton:
>   soc_camera: match signedness of soc_camera_limit_side() 
>   * status: an updated patch has been proposed by me, waiting for 
> confirmation
> 
> Guennadi Liakhovetski:
>   document new pixel formats
>   * status: I still have to figure out how to combine git / hg for 
> this one and actually do it...
> 
> Kuninori Morimoto:
>   [1/3] soc-camera: mt9t112: modify exiting conditions from standby mode
>   [2/3] soc-camera: mt9t112: modify delay time after initialize
>   [3/3] soc-camera: mt9t112: The flag which control camera-init is
>   * status: at least patches 2 and 3 are still being discussed, 
> waiting for results
> 
> 
> Any patches, that I've forgotten?
> 
> Thanks
> Guennadi
> ---
> Guennadi Liakhovetski, Ph.D.
> Freelance Open-Source Software Developer
> http://www.open-technology.de/
> --
> 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
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
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


soc-camera: patches for 2.6.34

2010-02-09 Thread Guennadi Liakhovetski
Hi all

Nothing exciting for soc-camera this time for a change, just a couple of 
small improvements. These patches are already in my local tree, waiting to 
be pushed up:

Antonio Ospite (1):
  pxa_camera: remove init() callback

Guennadi Liakhovetski (3):
  soc-camera: update mt9v022 to take into account board signal routing
  tw9910: use TABs for indentation
  soc-camera: adjust coding style to match V4L preferences

Kuninori Morimoto (1):
  soc-camera: ov772x: Modify buswidth control

Magnus Damm (1):
  soc-camera: return -ENODEV is sensor is missing

Others on the radar:

Kuninori Morimoto:
MT9T031: write xskip and yskip at each set_params call
* status: being discussed in PM context in:

Guennadi Liakhovetski:
soc-camera: add runtime pm support for subdevices
* under discussion

Németh Márton:
soc_camera: match signedness of soc_camera_limit_side() 
* status: an updated patch has been proposed by me, waiting for 
  confirmation

Guennadi Liakhovetski:
document new pixel formats
* status: I still have to figure out how to combine git / hg for 
  this one and actually do it...

Kuninori Morimoto:
[1/3] soc-camera: mt9t112: modify exiting conditions from standby mode
[2/3] soc-camera: mt9t112: modify delay time after initialize
[3/3] soc-camera: mt9t112: The flag which control camera-init is
* status: at least patches 2 and 3 are still being discussed, 
  waiting for results


Any patches, that I've forgotten?

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
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