]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Jan 2012 20:53:54 +0000 (12:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Jan 2012 20:53:54 +0000 (12:53 -0800)
* 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (57 commits)
  [media] as3645a: Fix compilation by including slab.h
  [media] s5p-fimc: Remove linux/version.h include from fimc-mdevice.c
  [media] s5p-mfc: Remove linux/version.h include from s5p_mfc.c
  [media] ds3000: using logical && instead of bitwise &
  [media] v4l2-ctrls: make control names consistent
  [media] DVB: dib0700, add support for Nova-TD LEDs
  [media] DVB: dib0700, add corrected Nova-TD frontend_attach
  [media] DVB: dib0700, separate stk7070pd initialization
  [media] DVB: dib0700, move Nova-TD Stick to a separate set
  [media] : add MODULE_FIRMWARE to dib0700
  [media] DVB-CORE: remove superfluous DTV_CMDs
  [media] s5p-jpeg: adapt to recent videobuf2 changes
  [media] s5p-g2d: fixed a bug in controls setting function
  [media] s5p-mfc: Fix volatile controls setup
  [media] drivers/media/video/s5p-mfc/s5p_mfc.c: adjust double test
  [media] drivers/media/video/s5p-fimc/fimc-capture.c: adjust double test
  [media] s5p-fimc: Fix incorrect control ID assignment
  [media] dvb_frontend: Don't call get_frontend() if idle
  [media] DocBook/dvbproperty.xml: Remove DTV_MODULATION from ISDB-T
  [media] DocBook/dvbproperty.xml: Fix ISDB-T delivery system parameters
  ...

1  2 
Documentation/feature-removal-schedule.txt
drivers/media/dvb/dvb-usb/anysee.c
drivers/media/dvb/dvb-usb/dib0700_core.c
drivers/media/video/cx231xx/cx231xx-cards.c
drivers/media/video/ivtv/ivtv-driver.c
drivers/media/video/omap/omap_vout.c
drivers/media/video/zoran/zoran_driver.c

Simple merge
index 206999476f028238c430797ba11b762b55dee379,2d259ca34b0511d1565ebd4119d59f47f0f3de30..070e82aa53f53248f33448d9e61d22b484e6b28a
@@@ -832,8 -832,29 +832,9 @@@ static struct usb_driver dib0700_drive
        .id_table   = dib0700_usb_id_table,
  };
  
 -/* module stuff */
 -static int __init dib0700_module_init(void)
 -{
 -      int result;
 -      info("loaded with support for %d different device-types", dib0700_device_count);
 -      if ((result = usb_register(&dib0700_driver))) {
 -              err("usb_register failed. Error number %d",result);
 -              return result;
 -      }
 -
 -      return 0;
 -}
 -
 -static void __exit dib0700_module_exit(void)
 -{
 -      /* deregister this driver from the USB subsystem */
 -      usb_deregister(&dib0700_driver);
 -}
 -
 -module_init (dib0700_module_init);
 -module_exit (dib0700_module_exit);
 +module_usb_driver(dib0700_driver);
  
+ MODULE_FIRMWARE("dvb-usb-dib0700-1.20.fw");
  MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>");
  MODULE_DESCRIPTION("Driver for devices based on DiBcom DiB0700 - USB bridge");
  MODULE_VERSION("1.0");
Simple merge