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  ff7a26e08a16bb31158d830dbf60db2ff47019ab (commit)
       via  1e9c449f86091c0e62694cdd7b23ed017c493d2b (commit)
       via  7c50412bd7fa56c372992c7f2def18d4f2da5d70 (commit)
       via  fb188a76f6c461c1804d942fcbfff29cbf89af96 (commit)
       via  b7ec5dbe0a5d43074a16b249443cd1285be366e2 (commit)
       via  e643bb369df4e1f8f032dedb58393c88c64f5be0 (commit)
      from  7e24229d0a2370c6e6aa9e6ffa6ecbaf8d8f091f (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 ff7a26e08a16bb31158d830dbf60db2ff47019ab
Author: Richard Röjfors <richard.rojf...@pelagicore.com>
Date:   Thu Feb 4 08:18:52 2010 -0300

    V4L/DVB: mfd: Add support for the timberdale FPGA
    
    The timberdale FPGA is found on the Intel in-Vehicle Infotainment reference 
board
    russelville.
    
    The driver is a PCI driver which chunks up the I/O memory and distributes 
interrupts
    to a number of platform devices for each IP inside the FPGA.
    
    Signed-off-by: Richard Röjfors <richard.rojf...@pelagicore.com>
    Signed-off-by: Samuel Ortiz <sa...@linux.intel.com>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 1e9c449f86091c0e62694cdd7b23ed017c493d2b
Author: Richard Röjfors <richard.rojf...@pelagicore.com>
Date:   Wed Feb 3 12:59:39 2010 -0300

    V4L/DVB: radio: Add radio-timb
    
    This patch add supports for the radio system on the Intel Russellville 
board.
    
    It's a In-Vehicle Infotainment board with a radio tuner and DSP.
    
    This umbrella driver has the DSP and tuner as V4L2 subdevs and calls them
    when needed.
    
    Signed-off-by: Richard Röjfors <richard.rojf...@pelagicore.com>
    Reviewed-by: Hans Verkuil <hverk...@xs4all.nl>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit 7c50412bd7fa56c372992c7f2def18d4f2da5d70
Author: Mauro Carvalho Chehab <mche...@redhat.com>
Date:   Mon Feb 1 11:50:42 2010 -0300

    V4L/DVB: dvb_demux: Don't use vmalloc at dvb_dmx_swfilter_packet
    
    As dvb_dmx_swfilter_packet() is protected by a spinlock, it shouldn't sleep.
    However, vmalloc() may call sleep. So, move the initialization of
    dvb_demux::cnt_storage field to a better place.
    
    Reviewed-by: Andy Walls <awa...@radix.net>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit fb188a76f6c461c1804d942fcbfff29cbf89af96
Author: Mauro Carvalho Chehab <mche...@redhat.com>
Date:   Mon Feb 1 10:35:22 2010 -0300

    V4L/DVB: Fix the risk of an oops at dvb_dmx_release
    
    dvb_dmx_init tries to allocate virtual memory for 2 pointers: filter and 
feed.
    
    If the second vmalloc fails, filter is freed, but the pointer keeps pointing
    to the old place. Later, when dvb_dmx_release() is called, it will try to
    free an already freed memory, causing an OOPS.
    
    Reviewed-by: Andy Walls <awa...@radix.net>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit b7ec5dbe0a5d43074a16b249443cd1285be366e2
Author: Stefan Ringel <stefan.rin...@arcor.de>
Date:   Wed Feb 3 17:27:23 2010 -0300

    V4L/DVB: tm6000: add digital init for tm6010
    
    The init sequence requires extra initialization for tm6010 in digital
    mode.
    
    Signed-off-by: Stefan Ringel <stefan.rin...@arcor.de>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

commit e643bb369df4e1f8f032dedb58393c88c64f5be0
Author: Stefan Ringel <stefan.rin...@arcor.de>
Date:   Wed Feb 3 18:48:24 2010 -0300

    V4L/DVB: tm6000: fix driver compilation
    
    The name of xc5000.h include file were wrong
    
    Signed-off-by: Stefan Ringel <stefan.rin...@arcor.de>
    Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

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

Summary of changes:
 drivers/media/dvb/dvb-core/dvb_demux.c |   20 +-
 drivers/media/radio/Kconfig            |   10 +
 drivers/media/radio/Makefile           |    1 +
 drivers/media/radio/radio-timb.c       |  244 ++++++++++++
 drivers/mfd/Kconfig                    |   10 +
 drivers/mfd/Makefile                   |    3 +-
 drivers/mfd/timberdale.c               |  663 ++++++++++++++++++++++++++++++++
 drivers/mfd/timberdale.h               |  130 +++++++
 drivers/staging/tm6000/tm6000-cards.c  |    2 +-
 drivers/staging/tm6000/tm6000-core.c   |   72 +++--
 include/media/timb_radio.h             |   36 ++
 11 files changed, 1152 insertions(+), 39 deletions(-)
 create mode 100644 drivers/media/radio/radio-timb.c
 create mode 100644 drivers/mfd/timberdale.c
 create mode 100644 drivers/mfd/timberdale.h
 create mode 100644 include/media/timb_radio.h


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