1. 20 4月, 2018 2 次提交
  2. 21 3月, 2018 1 次提交
  3. 27 2月, 2018 1 次提交
  4. 15 2月, 2018 1 次提交
  5. 23 1月, 2018 1 次提交
  6. 19 12月, 2017 1 次提交
  7. 14 12月, 2017 8 次提交
  8. 11 12月, 2017 1 次提交
  9. 05 10月, 2017 1 次提交
  10. 20 8月, 2017 3 次提交
  11. 14 6月, 2017 1 次提交
  12. 24 3月, 2017 1 次提交
  13. 30 1月, 2017 5 次提交
  14. 25 1月, 2016 1 次提交
    • H
      [media] media: rc: raw: improve FIFO handling · 464254e5
      Heiner Kallweit 提交于
      The FIFO is used for ir_raw_event records, however for some historic
      reason the FIFO is used on a per byte basis. IMHO this adds unneeded
      complexity. Therefore set up the FIFO for ir_raw_event records.
      
      This also allows to define the FIFO statically as part of
      ir_raw_event_ctrl instead of having to allocate the FIFO dynamically.
      In addition:
      
      - When writing into the FIFO and it's full return ENOSPC instead of
        ENOMEM thus making it easier to tell between "FIFO full" and
        "Dynamic memory allocation failed" when the error is propagated to
        a higher level.
        Also add an error message.
      
      - When reading from the FIFO check whether it's empty.
        This is not strictly needed here but kfifo_out is annotated
        "must check" anyway.
      
      Successfully tested it with the nuvoton-cir driver.
      Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      464254e5
  15. 04 12月, 2015 1 次提交
  16. 19 11月, 2015 1 次提交
  17. 19 8月, 2015 3 次提交
  18. 15 5月, 2015 3 次提交
  19. 27 7月, 2014 1 次提交
  20. 26 7月, 2014 1 次提交
  21. 07 2月, 2014 1 次提交
  22. 06 2月, 2014 1 次提交