]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Aug 2016 13:59:37 +0000 (09:59 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Aug 2016 13:59:37 +0000 (09:59 -0400)
Pull media DocBook removal and some fixups from Mauro Carvalho Chehab:

  - removal of the media DocBook (since it's all in Sphinx now)

  - videobuf2: Fix an allocation regression

  - a few fixes related to the CEC drivers

* tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media:
  [media] cec: fix off-by-one memset
  [media] staging: add MEDIA_SUPPORT dependency
  [media] vivid: don't handle CEC_MSG_SET_STREAM_PATH
  [media] media: adv7180: Fix broken interrupt register access
  [media] vb2: Fix allocation size of dma_parms
  [media] vim2m: copy the other colorspace-related fields as well
  [media] adv7511: fix VIC autodetect
  doc-rst: Remove the media docbook

1  2 
Documentation/DocBook/Makefile
Makefile
drivers/media/v4l2-core/videobuf2-dma-contig.c

index 8e6dd4b14314d4bca4c9439a1e04abbde591553c,2bfd664b5e358bb1f5e6bf51beb8f2dcf06f82f6..c481df33ef2150f54c84b2e8516881e8d839ef25
@@@ -16,11 -16,9 +16,9 @@@ DOCBOOKS := z8530book.xml device-driver
            genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
            80211.xml debugobjects.xml sh.xml regulator.xml \
            alsa-driver-api.xml writing-an-alsa-driver.xml \
-           tracepoint.xml media_api.xml w1.xml \
 -          tracepoint.xml gpu.xml w1.xml \
++          tracepoint.xml w1.xml \
            writing_musb_glue_layer.xml crypto-API.xml iio.xml
  
- include Documentation/DocBook/media/Makefile
  ###
  # The build process is as follows (targets):
  #              (xmldocs) [by docproc]
diff --cc Makefile
Simple merge