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  5447105999e848249f443bb1b643ee2a5d8b71fa (commit)
       via  bfd1728c2f00600078c4681e3156c50c28d6cdf6 (commit)
       via  0cb788768e977cad2ca977702248d1cb029b85f6 (commit)
       via  955ac2240299dca3b878a4a19e72cd7463f996b0 (commit)
       via  8509e90e868c7eb832a34435e5be284bfce545f7 (commit)
       via  467e2a73ed39e9a570fd1e37add29f3a05fe880e (commit)
       via  9bc5e0f3e8f087cf0660916b4e43d9c8baa4b69c (commit)
       via  0bb17fc68ea9a420af7483bfb04fdac12c89e902 (commit)
       via  0b142da4c723704b25e98231544afcfebcae8365 (commit)
       via  5ba8056bb4d9c2ebf25979337e2596f7526eee58 (commit)
       via  b82b66d98ad356ec369bbb389668e7eddf5c5c07 (commit)
       via  fee47b3e6d2dcbdb75e792dcee162a11e8946bdb (commit)
      from  4de5408effd8b1dbf5685ca619555a762dc7f3dc (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 5447105999e848249f443bb1b643ee2a5d8b71fa
Author: Randy Dunlap <[email protected]>
Date:   Fri Feb 12 18:02:35 2010 -0300

    V4L/DVB: radio_timberdale: depends on I2c
    
    RADIO_TIMBERDALE selects RADIO_SAA7706H, but RADIO_SAA7706H
    depends on I2C, so make RADIO_TIMBERDALE depend on I2C also;
    otherwise there are build errors:
    
    drivers/media/radio/saa7706h.c:139: error: implicit declaration of function 
'i2c_master_send'
    drivers/media/radio/saa7706h.c:148: error: implicit declaration of function 
'i2c_transfer'
    drivers/media/radio/saa7706h.c:372: error: implicit declaration of function 
'i2c_check_functionality'
    drivers/media/radio/saa7706h.c:375: error: implicit declaration of function 
'i2c_adapter_id'
    drivers/media/radio/saa7706h.c:438: error: implicit declaration of function 
'i2c_add_driver'
    drivers/media/radio/saa7706h.c:443: error: implicit declaration of function 
'i2c_del_driver'
    
    Signed-off-by: Randy Dunlap <[email protected]>
    Cc: Mocean Laboratories <[email protected]>
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit bfd1728c2f00600078c4681e3156c50c28d6cdf6
Author: Randy Dunlap <[email protected]>
Date:   Fri Feb 12 18:02:29 2010 -0300

    V4L/DVB: media/video/tlg2300: fix build when CONFIG_PM=n
    
    When CONFIG_PM is not enabled, tlg2300 has build errors,
    so handle that case, mostly via stubs.
    
    drivers/media/video/tlg2300/pd-alsa.c:237: error: 'struct poseidon' has no 
member named 'msg'
    drivers/media/video/tlg2300/pd-main.c:412: error: implicit declaration of 
function 'find_old_poseidon'
    drivers/media/video/tlg2300/pd-main.c:418: error: implicit declaration of 
function 'set_map_flags'
    drivers/media/video/tlg2300/pd-main.c:462: error: implicit declaration of 
function 'get_pd'
    
    Cc: [email protected], LKML <[email protected]>,        
[email protected]
    Signed-off-by: Randy Dunlap <[email protected]>
    Cc: Huang Shijie <[email protected]>
    Cc: Kang Yong <[email protected]>
    Cc: Zhang Xiaobing <[email protected]>
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit 0cb788768e977cad2ca977702248d1cb029b85f6
Author: Randy Dunlap <[email protected]>
Date:   Fri Feb 12 12:30:55 2010 -0300

    V4L/DVB: timberdale: fix mfd build
    
    Fix mfd/timberdale build error -- add depends GPIOLIB.
    
    include/linux/spi/max7301.h:14: error: field 'chip' has incomplete type
    build-r7353.out:make[3]: *** [drivers/mfd/timberdale.o] Error 1
    
    Repairs
    
    commit ff7a26e08a16bb31158d830dbf60db2ff47019ab
    Author:     Richard R<C3><B6>jfors <[email protected]>
    AuthorDate: Thu Feb 4 08:18:52 2010 -0300
    Commit:     Mauro Carvalho Chehab <[email protected]>
    CommitDate: Fri Feb 5 12:25:37 2010 -0200
    
        V4L/DVB: mfd: Add support for the timberdale FPGA
    
    Signed-off-by: Randy Dunlap <[email protected]>
    Cc: Richard Rojfors <[email protected]>
    Cc: Samuel Ortiz <[email protected]>
    Cc: Mauro Carvalho Chehab <[email protected]>
    Signed-off-by: Andrew Morton <[email protected]>
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit 955ac2240299dca3b878a4a19e72cd7463f996b0
Author: Mauro Carvalho Chehab <[email protected]>
Date:   Fri Feb 12 03:52:46 2010 -0300

    V4L/DVB: tm6000: fix mutex lock unbalance
    
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit 8509e90e868c7eb832a34435e5be284bfce545f7
Author: Mauro Carvalho Chehab <[email protected]>
Date:   Fri Feb 12 03:51:43 2010 -0300

    V4L/DVB: tm6000: only register after initialized
    
    Udev calls an utility when it senses a v4l device. So, register needs
    to be delayed, otherwise it may cause block conditions.
    
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit 467e2a73ed39e9a570fd1e37add29f3a05fe880e
Author: Santiago Nunez-Corrales <[email protected]>
Date:   Fri Dec 18 14:07:57 2009 -0300

    V4L/DVB: Kbuild addition for TVP7002 driver
    
    This patch provides menu configuration options for the TVP7002
    decoder driver in DM365. Includes only TVP7002.
    
    Signed-off-by: Santiago Nunez-Corrales <[email protected]>
    Signed-off-by: Hans Verkuil <[email protected]>
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit 9bc5e0f3e8f087cf0660916b4e43d9c8baa4b69c
Author: Santiago Nunez-Corrales <[email protected]>
Date:   Mon Dec 21 16:14:04 2009 -0300

    V4L/DVB: TVP7002 driver for DM365
    
    This patch provides the implementation of the TVP7002 decoder
    driver for DM365. Implemented using the V4L2 DV presets API.
    Removed shadow register values. Testing shows that the device
    needs not to be powered down and up for correct behaviour.
    Improved readability. Uses helper function for preset information.
    
    [[email protected]: Fix bad Whitespacing]
    Signed-off-by: Santiago Nunez-Corrales <[email protected]>
    Signed-off-by: Hans Verkuil <[email protected]>
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit 0bb17fc68ea9a420af7483bfb04fdac12c89e902
Author: Santiago Nunez-Corrales <[email protected]>
Date:   Fri Dec 18 14:07:39 2009 -0300

    V4L/DVB: Definitions for TVP7002 in DM365
    
    This patch provides the required definitions for the TVP7002 driver
    in DM365.
    
    Signed-off-by: Santiago Nunez-Corrales <[email protected]>
    Signed-off-by: Hans Verkuil <[email protected]>
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit 0b142da4c723704b25e98231544afcfebcae8365
Author: Santiago Nunez-Corrales <[email protected]>
Date:   Fri Dec 18 14:07:29 2009 -0300

    V4L/DVB: Support for TVP7002 in v4l2 definitions
    
    This patch provides required chip identification definitions
    within v4l2. Included only definitions for TVP7002.
    
    Signed-off-by: Santiago Nunez-Corrales <[email protected]>
    Signed-off-by: Hans Verkuil <[email protected]>
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit 5ba8056bb4d9c2ebf25979337e2596f7526eee58
Author: Manu Abraham <[email protected]>
Date:   Sun Feb 14 17:07:28 2010 -0300

    V4L/DVB: AZ6027: Fix build warnings
    
    drivers/media/dvb/dvb-usb/az6027.c:390: warning: excess elements in struct 
initializer
    drivers/media/dvb/dvb-usb/az6027.c:390: warning: (near initialization for 
‘az6027_rc_keys[0]’)
    drivers/media/dvb/dvb-usb/az6027.c:391: warning: excess elements in struct 
initializer
    drivers/media/dvb/dvb-usb/az6027.c:391: warning: (near initialization for 
‘az6027_rc_keys[1]’)
    drivers/media/dvb/dvb-usb/az6027.c:759: warning: ‘az6027_read_mac_addr’ 
defined but not used
    
    Signed-off-by: Manu Abraham <[email protected]>
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit b82b66d98ad356ec369bbb389668e7eddf5c5c07
Author: Mauro Carvalho Chehab <[email protected]>
Date:   Wed Feb 17 23:54:07 2010 -0200

    Revert "V4L/DVB: az6027: az6027_read_mac_addr is currently unused"
    
    This reverts commit 1e08370814e8902074d59cc57f2b4c1a62f00ee8.
    
    Patch were wrongly applied.
    
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

commit fee47b3e6d2dcbdb75e792dcee162a11e8946bdb
Author: Mauro Carvalho Chehab <[email protected]>
Date:   Wed Feb 17 23:53:04 2010 -0200

    Revert "V4L/DVB: az6027: IR RC keys are using the old struct with 3 
parameters, instead of 2"
    
    This reverts commit 234497b022c464532976b8a12614819bcf67f41b.
    
    Patch were wrongly applied.
    
    Signed-off-by: Mauro Carvalho Chehab <[email protected]>

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

Summary of changes:
 drivers/media/dvb/dvb-usb/az6027.c      |    8 +-
 drivers/media/radio/Kconfig             |    1 +
 drivers/media/video/Kconfig             |    9 +
 drivers/media/video/Makefile            |    1 +
 drivers/media/video/tlg2300/pd-common.h |    4 +
 drivers/media/video/tlg2300/pd-main.c   |   19 +-
 drivers/media/video/tvp7002.c           | 1191 +++++++++++++++++++++++++++++++
 drivers/media/video/tvp7002_reg.h       |  150 ++++
 drivers/mfd/Kconfig                     |    2 +-
 drivers/staging/tm6000/tm6000-cards.c   |   12 +-
 include/media/tvp7002.h                 |   56 ++
 include/media/v4l2-chip-ident.h         |    3 +
 12 files changed, 1441 insertions(+), 15 deletions(-)
 create mode 100644 drivers/media/video/tvp7002.c
 create mode 100644 drivers/media/video/tvp7002_reg.h
 create mode 100644 include/media/tvp7002.h


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

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to