1. 13 7月, 2016 2 次提交
  2. 12 7月, 2016 18 次提交
  3. 11 7月, 2016 5 次提交
  4. 10 7月, 2016 10 次提交
  5. 09 7月, 2016 5 次提交
    • M
      [media] doc-rst: media: reordered top sectioning · 6ec710e3
      Markus Heiser 提交于
      Within the old section hierarchy, all doc parts has been placed under
      the introduction, e.g:
      
      * Linux Media Infrastructure API
          + Introduction
              - Video for Linux API
              - Digital TV API
              - ...
      
      With separating the introduction sibling to the other parts
      we get a more common section hierarchy:
      
      * Linux Media Infrastructure API
          + Introduction
          + Video for Linux API
          + Digital TV API
          + ...
      
      BTW: compacting the intro text.
      
      This patch is on top of media_tree/docs-next
      Signed-off-by: NMarkus Heiser <markus.heiser@darmarIT.de>
      6ec710e3
    • M
      [media] doc-rst: make CEC look more like other parts of the book · da98a79b
      Mauro Carvalho Chehab 提交于
      Better organize the contents of the CEC part, moving the
      introduction to chapter 1, placing all ioctls at chapter 2
      and numerating all chapters and items.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      da98a79b
    • M
      [media] doc-rst: add CEC header file to the documentation · 96f69e0e
      Mauro Carvalho Chehab 提交于
      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: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      96f69e0e
    • M
      Merge branch 'topic/cec' into topic/docs-next · 6a6e8090
      Mauro Carvalho Chehab 提交于
      * 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
    • M
      [media] doc-rst: add media.h header to media contrller · d2c68150
      Mauro Carvalho Chehab 提交于
      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: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      d2c68150