public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL] soc-camera for 2.6.40
@ 2011-05-20  8:34 Guennadi Liakhovetski
  2011-05-20 15:08 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Guennadi Liakhovetski @ 2011-05-20  8:34 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Mauro Carvalho Chehab

Hi Mauro,

Sorry, a bit late again... Here go patches for 2.6.40:

The following changes since commit f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:

  [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200)

are available in the git repository at:
  git://linuxtv.org/gliakhovetski/v4l-dvb.git for-2.6.40

Guennadi Liakhovetski (9):
      V4L: sh_mobile_ceu_camera: implement .stop_streaming()
      V4L: mx3_camera: implement .stop_streaming()
      V4L: soc-camera: add a livecrop host operation
      V4L: sh_mobile_ceu_camera: implement live cropping
      V4L: soc-camera: avoid huge arrays, caused by changed format codes
      V4L: omap1-camera: fix huge lookup array
      V4L: soc-camera: add a new packing for YUV 4:2:0 type formats
      V4L: soc-camera: add more format look-up entries
      V4L: soc-camera: a missing mediabus code -> fourcc translation is not critical

Kassey Li (2):
      V4L: soc-camera: add JPEG support
      V4L: soc-camera: add MIPI bus flags

Sergio Aguirre (1):
      V4L: soc-camera: regression fix: calculate .sizeimage in soc_camera.c

Sylwester Nawrocki (1):
      V4L: Add V4L2_MBUS_FMT_JPEG_1X8 media bus format

Teresa Gámez (2):
      V4L: mt9v022: fix pixel clock
      V4L: mt9m111: fix pixel clock

 Documentation/DocBook/v4l/subdev-formats.xml |   46 +++++
 drivers/media/video/mt9m111.c                |   14 ++-
 drivers/media/video/mt9v022.c                |    2 +-
 drivers/media/video/mx3_camera.c             |   60 +++++--
 drivers/media/video/omap1_camera.c           |   43 +++--
 drivers/media/video/pxa_camera.c             |    8 +-
 drivers/media/video/sh_mobile_ceu_camera.c   |  148 +++++++++++++--
 drivers/media/video/soc_camera.c             |   77 ++++++--
 drivers/media/video/soc_mediabus.c           |  265 +++++++++++++++++++++++---
 include/linux/v4l2-mediabus.h                |    3 +
 include/media/soc_camera.h                   |   15 ++-
 include/media/soc_mediabus.h                 |   25 +++-
 12 files changed, 608 insertions(+), 98 deletions(-)

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] soc-camera for 2.6.40
  2011-05-20  8:34 [PULL] soc-camera for 2.6.40 Guennadi Liakhovetski
@ 2011-05-20 15:08 ` Mauro Carvalho Chehab
  2011-05-20 15:51   ` Guennadi Liakhovetski
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2011-05-20 15:08 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: Linux Media Mailing List

Em 20-05-2011 05:34, Guennadi Liakhovetski escreveu:
> Hi Mauro,
> 
> Sorry, a bit late again... Here go patches for 2.6.40:
> 
> The following changes since commit f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:
> 
>   [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200)
> 
> are available in the git repository at:
>   git://linuxtv.org/gliakhovetski/v4l-dvb.git for-2.6.40

...

> Sergio Aguirre (1):
>       V4L: soc-camera: regression fix: calculate .sizeimage in soc_camera.c

This patch didn't apply. Weren't it already applied at 2.6.39?
> 
> Sylwester Nawrocki (1):
>       V4L: Add V4L2_MBUS_FMT_JPEG_1X8 media bus format

Already applied via snawrocki's tree.

Thanks,
Mauro

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] soc-camera for 2.6.40
  2011-05-20 15:08 ` Mauro Carvalho Chehab
@ 2011-05-20 15:51   ` Guennadi Liakhovetski
  0 siblings, 0 replies; 3+ messages in thread
From: Guennadi Liakhovetski @ 2011-05-20 15:51 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List

Hi Mauro

Thanks for an express pull!:-)

On Fri, 20 May 2011, Mauro Carvalho Chehab wrote:

> Em 20-05-2011 05:34, Guennadi Liakhovetski escreveu:
> > Hi Mauro,
> > 
> > Sorry, a bit late again... Here go patches for 2.6.40:
> > 
> > The following changes since commit f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:
> > 
> >   [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200)
> > 
> > are available in the git repository at:
> >   git://linuxtv.org/gliakhovetski/v4l-dvb.git for-2.6.40
> 
> ...
> 
> > Sergio Aguirre (1):
> >       V4L: soc-camera: regression fix: calculate .sizeimage in soc_camera.c
> 
> This patch didn't apply. Weren't it already applied at 2.6.39?
> > 
> > Sylwester Nawrocki (1):
> >       V4L: Add V4L2_MBUS_FMT_JPEG_1X8 media bus format
> 
> Already applied via snawrocki's tree.

Right, must have overlooked both, sorry.

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-20 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20  8:34 [PULL] soc-camera for 2.6.40 Guennadi Liakhovetski
2011-05-20 15:08 ` Mauro Carvalho Chehab
2011-05-20 15:51   ` Guennadi Liakhovetski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox