1. 21 10月, 2015 1 次提交
  2. 10 10月, 2015 1 次提交
  3. 08 10月, 2015 1 次提交
  4. 07 10月, 2015 2 次提交
    • M
      [media] dvb: get rid of enum dmx_success · 2f684b23
      Mauro Carvalho Chehab 提交于
      This enum is not actually used anymore. The only value used from
      the enum is DMX_OK, passed as a parameter on two callbacks.
      
      Yet, this value is not used anywhere. So, just remove it.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      2f684b23
    • M
      [media] DocBook: Move struct dmx_demux kABI doc to demux.h · 95abfdb9
      Mauro Carvalho Chehab 提交于
      The DocBook/media/dvb/kdapi.xml contains the description of
      the kABI for DVB. The problem is that, by being maintained
      on a separate file and not being updated for years, it got
      outdated. So, for example, some callback parameters were
      changed, but the DocBook were still using the old stuff.
      
      As a first step to fix it, let's move the documentation of
      struct dmx_demux into demux.h and fix the parameters used
      there.
      
      For now, don't document any other field nor touch the
      descriptions that got moved, letting this job to other
      patches. That makes easier to review the patch.
      
      PS.: Please notice that an additional patch will be needed
      in order to fix the return values (some uses non-existent
      return codes) and to the functions and callbacks mentioned at
      the descriptions.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      95abfdb9
  5. 01 10月, 2015 3 次提交
  6. 04 9月, 2015 1 次提交
  7. 22 8月, 2015 2 次提交
    • M
      [media] DocBook/media/Makefile: Avoid make htmldocs to fail · 5240f4e6
      Mauro Carvalho Chehab 提交于
      If make is called twice like that:
      	make V=1 DOCBOOKS=device-drivers.xml htmldocs
      
      Make will fail with:
      
      	make -f ./scripts/Makefile.build obj=scripts/basic
      	rm -f .tmp_quiet_recordmcount
      	make -f ./scripts/Makefile.build obj=scripts build_docproc
      	make -f ./scripts/Makefile.build obj=Documentation/DocBook htmldocs
      	rm -rf Documentation/DocBook/index.html; echo '<h1>Linux Kernel HTML Documentation</h1>' >> Documentation/DocBook/index.html && echo '<h2>Kernel Version: 4.2.0-rc2</h2>' >> Documentation/DocBook/index.html && cat Documentation/DocBook/device-drivers.html >> Documentation/DocBook/index.html
      	cp ./Documentation/DocBook//bayer.png ./Documentation/DocBook//constraints.png ./Documentation/DocBook//crop.gif ./Documentation/DocBook//dvbstb.png ./Documentation/DocBook//fieldseq_bt.gif ./Documentation/DocBook//fieldseq_tb.gif ./Documentation/DocBook//nv12mt.gif ./Documentation/DocBook//nv12mt_example.gif ./Documentation/DocBook//pipeline.png ./Documentation/DocBook//selection.png ./Documentation/DocBook//vbi_525.gif ./Documentation/DocBook//vbi_625.gif ./Documentation/DocBook//vbi_hsync.gif ./Documentation/DocBook/media/*.svg ./Documentation/DocBook/media/v4l/*.svg ./Documentation/DocBook//media_api
      	cp: target './Documentation/DocBook//media_api' is not a directory
      	Documentation/DocBook/Makefile:53: recipe for target 'htmldocs' failed
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      Acked-by: NJonathan Corbet <corbet@lwn.net>
      5240f4e6
    • M
      [media] DocBook: fix an unbalanced <para> tag · 88c25dcb
      Mauro Carvalho Chehab 提交于
      The </para> got lost on some change at the DVB docbook, making
      the tag unbalanced and causing a warning. Fix it.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      Acked-by: NJonathan Corbet <corbet@lwn.net>
      88c25dcb
  8. 11 8月, 2015 1 次提交
  9. 17 7月, 2015 2 次提交
  10. 06 7月, 2015 1 次提交
  11. 10 6月, 2015 19 次提交
  12. 09 6月, 2015 4 次提交
  13. 06 6月, 2015 1 次提交
  14. 05 6月, 2015 1 次提交