Skip to content
  • Linus Torvalds's avatar
    Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media · 77071bc6
    Linus Torvalds authored
    Pull media fixes from Mauro Carvalho Chehab:
    
     "A series of fixes for the media subsytem:
    
       - The largest amount of fixes in this series is with regards to
         comments that aren't kernel-doc, but start with "/**".
    
         A new check added for 4.15 makes it to produce a *huge* amount of
         new warnings (I'm compiling here with W=1). Most of the patches in
         this series fix those.
    
         No code changes - just comment changes at the source files
    
       - rc: some fixed in order to better handle RC repetition codes
    
       - v4l-async: use the v4l2_dev from the root notifier when matching
         sub-devices
    
       - v4l2-fwnode: Check subdev count after checking port
    
       - ov 13858 and et8ek8: compilation fix with randconfigs
    
       - usbtv: a trivial new USB ID addition
    
       - dibusb-common: don't do DMA on stack on firmware load
    
       - imx274: Fix error handling, add MAINTAINERS entry
    
       - sir_ir: detect presence of port"
    
    * tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (50 commits)
      media: imx274: Fix error handling, add MAINTAINERS entry
      media: v4l: async: use the v4l2_dev from the root notifier when matching sub-devices
      media: v4l2-fwnode: Check subdev count after checking port
      media: et8ek8: select V4L2_FWNODE
      media: ov13858: Select V4L2_FWNODE
      media: rc: partial revert of "media: rc: per-protocol repeat period"
      media: dvb: i2c transfers over usb cannot be done from stack
      media: dvb-frontends: complete kernel-doc markups
      media: docs: add documentation for frontend attach info
      media: dvb_frontends: fix kernel-doc macros
      media: drivers: remove "/**" from non-kernel-doc comments
      media: lm3560: add a missing kernel-doc parameter
      media: rcar_jpu: fix two kernel-doc markups
      media: vsp1: add a missing kernel-doc parameter
      media: soc_camera: fix a kernel-doc markup
      media: mt2063: fix some kernel-doc warnings
      media: radio-wl1273: fix a parameter name at kernel-doc macro
      media: s3c-camif: add missing description at s3c_camif_find_format()
      media: mtk-vpu: add description for wdt fields at struct mtk_vpu
      media: vdec: fix some kernel-doc warnings
      ...
    77071bc6