All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH FOR 2.6.40] uvcvideo patches
@ 2011-05-15  7:48 Laurent Pinchart
  2011-05-20 15:32 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 27+ messages in thread
From: Laurent Pinchart @ 2011-05-15  7:48 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

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/pinchartl/uvcvideo.git uvcvideo-next

They replace the git pull request I've sent on Thursday with the same subject.

Bob Liu (2):
      Revert "V4L/DVB: v4l2-dev: remove get_unmapped_area"
      uvcvideo: Add support for NOMMU arch

Hans de Goede (2):
      v4l: Add M420 format definition
      uvcvideo: Add M420 format support

Laurent Pinchart (4):
      v4l: Release module if subdev registration fails
      uvcvideo: Register a v4l2_device
      uvcvideo: Register subdevices for each entity
      uvcvideo: Connect video devices to media entities                                                                                                    
                                                                                                                                                           
 Documentation/DocBook/media-entities.tmpl |    1 +                                                                                                        
 Documentation/DocBook/v4l/pixfmt-m420.xml |  147 +++++++++++++++++++++++++++++                                                                            
 Documentation/DocBook/v4l/pixfmt.xml      |    1 +                                                                                                        
 Documentation/DocBook/v4l/videodev2.h.xml |    1 +                                                                                                        
 drivers/media/video/uvc/Makefile          |    3 +                                                                                                        
 drivers/media/video/uvc/uvc_driver.c      |   71 +++++++++++++--                                                                                          
 drivers/media/video/uvc/uvc_entity.c      |  118 +++++++++++++++++++++++                                                                                  
 drivers/media/video/uvc/uvc_queue.c       |   34 +++++++-                                                                                                 
 drivers/media/video/uvc/uvc_v4l2.c        |   17 ++++                                                                                                     
 drivers/media/video/uvc/uvcvideo.h        |   27 +++++                                                                                                    
 drivers/media/video/v4l2-dev.c            |   18 ++++                                                                                                     
 drivers/media/video/v4l2-device.c         |    5 +-                                                                                                       
 include/linux/videodev2.h                 |    1 +                                                                                                        
 include/media/v4l2-dev.h                  |    2 +                                                                                                        
 14 files changed, 437 insertions(+), 9 deletions(-)                                                                                                       
 create mode 100644 Documentation/DocBook/v4l/pixfmt-m420.xml                                                                                              
 create mode 100644 drivers/media/video/uvc/uvc_entity.c

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [GIT PATCH FOR 2.6.40] uvcvideo patches
@ 2011-05-12 15:30 Laurent Pinchart
  2011-05-12 15:48 ` Laurent Pinchart
  0 siblings, 1 reply; 27+ messages in thread
From: Laurent Pinchart @ 2011-05-12 15:30 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

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/pinchartl/uvcvideo.git uvcvideo-next

Bob Liu (2):
      Revert "V4L/DVB: v4l2-dev: remove get_unmapped_area"
      uvcvideo: Add support for NOMMU arch

Hans de Goede (2):
      v4l: Add M420 format definition
      uvcvideo: Add M420 format support

Laurent Pinchart (4):
      v4l: Release module if subdev registration fails
      uvcvideo: Register a v4l2_device
      uvcvideo: Register subdevices for each entity
      uvcvideo: Connect video devices to media entities

 drivers/media/video/uvc/Makefile     |    3 +
 drivers/media/video/uvc/uvc_driver.c |   71 ++++++++++++++++++--
 drivers/media/video/uvc/uvc_entity.c |  118 
++++++++++++++++++++++++++++++++++
 drivers/media/video/uvc/uvc_queue.c  |   34 ++++++++++-
 drivers/media/video/uvc/uvc_v4l2.c   |   17 +++++
 drivers/media/video/uvc/uvcvideo.h   |   27 ++++++++
 drivers/media/video/v4l2-dev.c       |   18 +++++
 drivers/media/video/v4l2-device.c    |    5 +-
 include/linux/videodev2.h            |    1 +
 include/media/v4l2-dev.h             |    2 +
 10 files changed, 287 insertions(+), 9 deletions(-)
 create mode 100644 drivers/media/video/uvc/uvc_entity.c

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2011-05-27  7:27 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-15  7:48 [GIT PATCH FOR 2.6.40] uvcvideo patches Laurent Pinchart
2011-05-20 15:32 ` Mauro Carvalho Chehab
2011-05-20 15:49   ` Laurent Pinchart
2011-05-20 19:16     ` Mauro Carvalho Chehab
2011-05-20 19:47       ` Laurent Pinchart
2011-05-20 21:01         ` Mauro Carvalho Chehab
2011-05-20 21:29           ` Laurent Pinchart
2011-05-20 21:50             ` Mauro Carvalho Chehab
2011-05-23 22:27           ` Laurent Pinchart
2011-05-24 14:13             ` Mauro Carvalho Chehab
2011-05-24 20:25               ` Sakari Ailus
2011-05-25 23:20               ` Laurent Pinchart
2011-05-25 23:34                 ` Mauro Carvalho Chehab
2011-05-25 23:43                   ` Laurent Pinchart
2011-05-25 23:50                     ` Mauro Carvalho Chehab
2011-05-26  8:54                       ` Laurent Pinchart
2011-05-26  9:20                         ` Arnd Bergmann
2011-05-26  9:46                           ` Mauro Carvalho Chehab
2011-05-26 14:45                           ` Sakari Ailus
2011-05-27  7:26                             ` Arnd Bergmann
2011-05-24 12:29           ` Sakari Ailus
2011-05-20 15:55   ` Rémi Denis-Courmont
2011-05-20 16:04     ` Laurent Pinchart
2011-05-20 18:48     ` Mauro Carvalho Chehab
2011-05-22 16:35       ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2011-05-12 15:30 Laurent Pinchart
2011-05-12 15:48 ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.