1. 09 Jul, 2016 5 commits
    • Mauro Carvalho Chehab's avatar
      [media] doc-rst: add CEC header file to the documentation · 96f69e0e
      Mauro Carvalho Chehab authored
      Adding the header file is interesting for several reasons:
      
      1) It makes MC documentation consistend with other parts;
      2) The header file can be used as a quick index to all API
         elements;
      3) The cross-reference check helps to identify symbols that
         aren't documented.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
      96f69e0e
    • Mauro Carvalho Chehab's avatar
      Merge branch 'topic/cec' into topic/docs-next · 6a6e8090
      Mauro Carvalho Chehab authored
      * topic/cec:
        [media] DocBook/media: add CEC documentation
        [media] s5p_cec: get rid of an unused var
        [media] move s5p-cec to staging
        [media] vivid: add CEC emulation
        [media] cec: s5p-cec: Add s5p-cec driver
        [media] cec: adv7511: add cec support
        [media] cec: adv7842: add cec support
        [media] cec: adv7604: add cec support
        [media] cec: add compat32 ioctl support
        [media] cec/TODO: add TODO file so we know why this is still in staging
        [media] cec: add HDMI CEC framework (api)
        [media] cec: add HDMI CEC framework (adapter)
        [media] cec: add HDMI CEC framework (core)
        [media] cec-funcs.h: static inlines to pack/unpack CEC messages
        [media] cec.h: add cec header
        [media] cec-edid: add module for EDID CEC helper functions
        [media] cec.txt: add CEC framework documentation
        [media] rc: Add HDMI CEC protocol handling
        Input: add HDMI CEC specific keycodes
        Input: add BUS_CEC type
      6a6e8090
    • Mauro Carvalho Chehab's avatar
      [media] doc-rst: add media.h header to media contrller · d2c68150
      Mauro Carvalho Chehab authored
      Adding the header file is interesting for several reasons:
      
      1) It makes MC documentation consistend with other parts;
      2) The header file can be used as a quick index to all API
         elements;
      3) The cross-reference check helps to identify symbols that
         aren't documented.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
      d2c68150
    • Mauro Carvalho Chehab's avatar
      doc-rst: parse-headers: remove trailing spaces · fb6fc6c9
      Mauro Carvalho Chehab authored
      The function that replace references add a "\ " at the end of
      references, to avoid the ReST markup parser to not identify
      them as references. That works fine except for the end of lines,
      as a sequence of { '\', ' ', '\n' } characters makes Sphinx
      to ignore the end of line. So, strip those escape/spaces at the
      end of lines.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
      fb6fc6c9
    • Mauro Carvalho Chehab's avatar
      [media] doc-rst: Add new types to media-types.rst · 2dd4f709
      Mauro Carvalho Chehab authored
      Changesets:
      	eaa0b96b ("[media] media: Add video statistics computation functions")
      and
      	1179aab1 ("[media] media: Add video processing entity functions")
      
      added some new elements to the "media entity types" table at the
      DocBook. We need to do the same at the reST version, in order to
      keep it in sync with the DocBook version.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
      2dd4f709
  2. 08 Jul, 2016 18 commits
  3. 07 Jul, 2016 17 commits