public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for v3.2] media fixes
@ 2011-09-28 20:00 Mauro Carvalho Chehab
  2011-09-28 22:03 ` [GIT PULL for v3.1-rc9] media fixes - was: " Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2011-09-28 20:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Linux Media Mailing List,
	Linux Kernel Mailing List

Linus,

Please pull from:
	git://linuxtv.org/mchehab/for_linus.git v4l_for_linus

For a few fixes at the omap3 and UVC video drivers.

Thanks!
Mauro

-

Last commit at the branch: e74d83aad3709a17d68f01481f2b5f240250b1c3 [media] omap3isp: Fix build error in ispccdc.c

The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:

  Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)

are available in the git repository at:
  git://linuxtv.org/mchehab/for_linus.git v4l_for_linus

Archit Taneja (1):
      [media] OMAP_VOUT: Fix build break caused by update_mode removal in DSS2

Dave Young (1):
      [media] v4l: Make sure we hold a reference to the v4l2_device before using it

Hans Verkuil (1):
      [media] v4l: Fix use-after-free case in v4l2_device_release

Joerg Roedel (1):
      [media] omap3isp: Fix build error in ispccdc.c

Laurent Pinchart (1):
      [media] uvcvideo: Fix crash when linking entities

Ming Lei (1):
      [media] uvcvideo: Set alternate setting 0 on resume if the bus has been reset

 drivers/media/video/omap/omap_vout.c   |   13 -------------
 drivers/media/video/omap3isp/ispccdc.c |    1 +
 drivers/media/video/uvc/uvc_driver.c   |    2 +-
 drivers/media/video/uvc/uvc_entity.c   |    2 +-
 drivers/media/video/uvc/uvc_video.c    |   10 +++++++++-
 drivers/media/video/uvc/uvcvideo.h     |    2 +-
 drivers/media/video/v4l2-dev.c         |   11 +++++++++++
 drivers/media/video/v4l2-device.c      |    2 ++
 8 files changed, 26 insertions(+), 17 deletions(-)


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

* [GIT PULL for v3.1-rc9] media fixes - was: Re: [GIT PULL for v3.2] media fixes
  2011-09-28 20:00 [GIT PULL for v3.2] media fixes Mauro Carvalho Chehab
@ 2011-09-28 22:03 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2011-09-28 22:03 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Linux Media Mailing List,
	Linux Kernel Mailing List

Em 28-09-2011 17:00, Mauro Carvalho Chehab escreveu:
> Linus,
> 
> Please pull from:
> 	git://linuxtv.org/mchehab/for_linus.git v4l_for_linus

As shown at the above subject, I'm obviously skipping one kernel version number ;)

The previous pull request is for the -rc series, and not for the next
merge window. Let me try again...

Linus,

Please pull for the next 3.1-rc from:
	git://linuxtv.org/mchehab/for_linus.git v4l_for_linus

Thank you!
Mauro

> 
> For a few fixes at the omap3 and UVC video drivers.
> 
> Thanks!
> Mauro
> 
> -
> 
> Last commit at the branch: e74d83aad3709a17d68f01481f2b5f240250b1c3 [media] omap3isp: Fix build error in ispccdc.c
> 
> The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:
> 
>   Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)
> 
> are available in the git repository at:
>   git://linuxtv.org/mchehab/for_linus.git v4l_for_linus
> 
> Archit Taneja (1):
>       [media] OMAP_VOUT: Fix build break caused by update_mode removal in DSS2
> 
> Dave Young (1):
>       [media] v4l: Make sure we hold a reference to the v4l2_device before using it
> 
> Hans Verkuil (1):
>       [media] v4l: Fix use-after-free case in v4l2_device_release
> 
> Joerg Roedel (1):
>       [media] omap3isp: Fix build error in ispccdc.c
> 
> Laurent Pinchart (1):
>       [media] uvcvideo: Fix crash when linking entities
> 
> Ming Lei (1):
>       [media] uvcvideo: Set alternate setting 0 on resume if the bus has been reset
> 
>  drivers/media/video/omap/omap_vout.c   |   13 -------------
>  drivers/media/video/omap3isp/ispccdc.c |    1 +
>  drivers/media/video/uvc/uvc_driver.c   |    2 +-
>  drivers/media/video/uvc/uvc_entity.c   |    2 +-
>  drivers/media/video/uvc/uvc_video.c    |   10 +++++++++-
>  drivers/media/video/uvc/uvcvideo.h     |    2 +-
>  drivers/media/video/v4l2-dev.c         |   11 +++++++++++
>  drivers/media/video/v4l2-device.c      |    2 ++
>  8 files changed, 26 insertions(+), 17 deletions(-)
> 
> --
> 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] 2+ messages in thread

end of thread, other threads:[~2011-09-28 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 20:00 [GIT PULL for v3.2] media fixes Mauro Carvalho Chehab
2011-09-28 22:03 ` [GIT PULL for v3.1-rc9] media fixes - was: " Mauro Carvalho Chehab

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