This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Upstream + V4L/DVB patches for linux-next".

The branch, master has been updated
       via  99dbd128bb360a155a799e055e0188eb4f64feda (commit)
       via  6d366857cefc2129f24320a6a0cbe9f4d0b14d96 (commit)
       via  151a2f0cb17bbf3ee25ad53050eb0859160f9750 (commit)
       via  0418e8f870bc994b57b3ac0018c0e6c527451fdb (commit)
       via  d3738aea09c4f281e9d63ba59c207b31741166d4 (commit)
       via  5834b3d49f6bdad21bb896257b29ae848fe8f23e (commit)
       via  36843fbcf2a7d830be7160f35c2d2dab79be4fb0 (commit)
       via  62df955949b1741a0423eeee1ce2b3bcae80587b (commit)
       via  e58e09f3a1f0f70312c34fb724d82f48f7d94987 (commit)
       via  68d669db675d9b889604ba2fcc41cf526fdc8bcd (commit)
       via  df238fe3da6f40d31340b3300df5874d1a1a6f99 (commit)
      from  7f137510c1d3b704b2cd8adbe023eb82d422d7f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 99dbd128bb360a155a799e055e0188eb4f64feda
Author: Magnus Alm <magnus....@gmail.com>
Date:   Fri Nov 13 05:48:24 2009 -0300

    V4L/DVB: em28xx: fix for "Leadtek winfast tv usbii deluxe"
    
    fix Video/Sound support "Leadtek winfast tv usbii deluxe".
    
    Now, it is working Stereo, IR, Radio, TV, Svideo and Composite.

commit 6d366857cefc2129f24320a6a0cbe9f4d0b14d96
Author: Márton Németh <nm...@freemail.hu>
Date:   Fri Jan 29 17:42:17 2010 -0300

    V4L/DVB: smsir: make local variables static
    
    Make the file local parameters static.
    
    This will remove the following sparse warnings (see "make C=1"):
     * warning: symbol 'ir_pos' was not declared. Should it be static?
     * warning: symbol 'ir_word' was not declared. Should it be static?
     * warning: symbol 'ir_toggle' was not declared. Should it be static?
    
    Signed-off-by: Márton Németh <nm...@freemail.hu>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 151a2f0cb17bbf3ee25ad53050eb0859160f9750
Author: Massimo Del Fedele <m...@veneto.com>
Date:   Sat Oct 24 13:12:37 2009 -0300

    V4L/DVB: m920x: Add support for Pinnacle PCTV310e card
    
    Adds support to Pinnacle PCTV310e hybrid tuner card, for DVB-T and
    remote control, still no analog video.
    
    [mche...@redhat.com: fix CodingStyle issues]
    
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 0418e8f870bc994b57b3ac0018c0e6c527451fdb
Author: Alexander Strakh <str...@ispras.ru>
Date:   Fri Sep 11 15:13:21 2009 -0300

    V4L/DVB: cafe_ccic: Fix lock imbalances
    
    Fix lock imbalances in function device_authorization.
    
    Signed-off-by: Alexander Strakh <str...@ispras.ru>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit d3738aea09c4f281e9d63ba59c207b31741166d4
Author: Roel Kluin <roel.kl...@gmail.com>
Date:   Sat Aug 29 15:31:49 2009 -0300

    V4L/DVB: stv0900: dereference of state->internal in fe_stv0900_error 
stv0900_init_internal()
    
    state->internal allocation may fail as well as the allocation of
    stv0900_first_inode or new_node->next_inode in append_internal().
    
    Signed-off-by: Roel Kluin <roel.kl...@gmail.com>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 5834b3d49f6bdad21bb896257b29ae848fe8f23e
Author: Andy Walls <awa...@radix.net>
Date:   Sat Jan 30 16:20:27 2010 -0300

    V4L/DVB: cx18: Add missing serialization locks to cx18-dvb
    
    Operations that manipulates the state of the encoder or global instance 
flags
    and variables should be serialized.  This adds some serialization locks that
    have been missing from cx18-dvb.  Since the DVB part of the CX23418 doesn't
    affect the encoder, no one would likely have ever noticed a race in changing
    card instance variables.
    
    Signed-off-by: Andy Walls <awa...@radix.net>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 36843fbcf2a7d830be7160f35c2d2dab79be4fb0
Author: Andy Walls <awa...@radix.net>
Date:   Sat Jan 30 15:57:32 2010 -0300

    V4L/DVB: cx18: Increment driver version for the addition of cx18-alsa and 
fixes
    
    Signed-off-by: Andy Walls <awa...@radix.net>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 62df955949b1741a0423eeee1ce2b3bcae80587b
Author: Andy Walls <awa...@radix.net>
Date:   Sat Jan 30 15:50:51 2010 -0300

    V4L/DVB: cx18: Fix memory leak in cx18-alsa starting of PCM captures
    
    The cx18_open_id is normally dynamically allocated and stored in the
    filp->private_data for v4l2 file operations.  The cx18-alsa routines should
    not dynamically allocate a cx18_open_id because they never store it anywhere
    and never free it.  This change fixes that and plugs a memory leak.
    
    Signed-off-by: Andy Walls <awa...@radix.net>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit e58e09f3a1f0f70312c34fb724d82f48f7d94987
Author: Andy Walls <awa...@radix.net>
Date:   Sat Jan 30 15:28:22 2010 -0300

    V4L/DVB: cx18: Add missing serialization locking to cx18-alsa
    
    File operations that manipulate the state of the encoder, or video or audio
    subdevices or some of the stream flags need to be serialized.  Add the
    serilization locks to cx18-alsa in a manner consistent with the locking for
    the v4l2 file operations.
    
    Signed-off-by: Andy Walls <awa...@radix.net>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 68d669db675d9b889604ba2fcc41cf526fdc8bcd
Author: Andy Walls <awa...@radix.net>
Date:   Sat Jan 30 14:27:29 2010 -0300

    V4L/DVB: cx18: Rename snd_cx18_mixer_lock to snd_cx18_lock and increase 
visibility
    
    Rename snd_cx18_mixer_lock() to snd_cx18_lock() in anticpation of using it
    in the cx18-alsa-pcm.c file routines.
    
    Signed-off-by: Andy Walls <awa...@radix.net>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit df238fe3da6f40d31340b3300df5874d1a1a6f99
Author: Kusanagi Kouichi <sl...@ac.auone-net.jp>
Date:   Fri Jan 22 04:54:46 2010 -0300

    V4L/DVB: cx25840: Fix composite detection
    
    If CX25840_VIN1_CH1 and the like is used, input is not detected as 
composite.
    Their value is 0x800000XX and CX25840_COMPONENT_ON is 0x80000200. So
    
       739                      else if ((vid_input & CX25840_COMPONENT_ON) == 
0)
    
    this condition never be true.
    
    Signed-off-by: Kusanagi Kouichi <sl...@ac.auone-net.jp>
    Reviewed-by: Andy Walls <awa...@radix.net>
    Acked-by: Andy Walls <awa...@radix.net>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 drivers/media/IR/ir-keymaps.c              |   48 ++++++++++
 drivers/media/dvb/dvb-usb/dvb-usb-ids.h    |    1 +
 drivers/media/dvb/dvb-usb/m920x.c          |  141 ++++++++++++++++++++++++++++
 drivers/media/dvb/dvb-usb/m920x.h          |    2 +-
 drivers/media/dvb/frontends/stv0900_core.c |    7 ++
 drivers/media/dvb/siano/smsir.c            |    6 +-
 drivers/media/video/cafe_ccic.c            |    6 +-
 drivers/media/video/cx18/cx18-alsa-mixer.c |   24 +----
 drivers/media/video/cx18/cx18-alsa-pcm.c   |   22 ++--
 drivers/media/video/cx18/cx18-alsa.h       |   16 +++
 drivers/media/video/cx18/cx18-dvb.c        |    4 +
 drivers/media/video/cx18/cx18-version.h    |    2 +-
 drivers/media/video/cx25840/cx25840-core.c |    6 +-
 drivers/media/video/em28xx/em28xx-cards.c  |   29 +++++-
 drivers/media/video/em28xx/em28xx-input.c  |   30 ++++++
 drivers/media/video/em28xx/em28xx.h        |    2 +
 drivers/media/video/ir-kbd-i2c.c           |    1 +
 include/media/ir-common.h                  |    1 +
 18 files changed, 299 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
Upstream + V4L/DVB patches for linux-next

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to