1. 18 11月, 2016 1 次提交
    • M
      [media] v4l2-common: add a debug macro to be used with dev_foo() · a41231d5
      Mauro Carvalho Chehab 提交于
      Currently, there's a mess at the V4L2 printk macros: some drivers
      use their own macros, others use pr_foo() or v4l_foo() macros,
      while more modern drivers use dev_foo() macros.
      
      The best is to get rid of v4l_foo() macros, as they can be
      replaced by either dev_foo() or pr_foo(). Yet, such change can
      be disruptive, as dev_foo() cannot use KERN_CONT. So, the best
      is to do such change driver by driver.
      
      There are replacements for most v4l_foo() macros, but it lacks
      a way to enable debug messages per level. So, add such macro,
      in order to make the conversion easier.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      a41231d5
  2. 23 7月, 2016 2 次提交
  3. 25 11月, 2014 3 次提交
  4. 17 10月, 2013 1 次提交
  5. 04 10月, 2013 1 次提交
  6. 18 8月, 2013 2 次提交
  7. 21 6月, 2013 2 次提交
  8. 25 3月, 2013 1 次提交
  9. 21 12月, 2012 1 次提交
  10. 14 9月, 2012 2 次提交
  11. 12 8月, 2012 1 次提交
  12. 23 3月, 2011 1 次提交
  13. 19 1月, 2011 1 次提交
  14. 30 12月, 2010 1 次提交
  15. 22 11月, 2010 1 次提交
  16. 21 10月, 2010 1 次提交
  17. 19 5月, 2010 1 次提交
  18. 18 5月, 2010 1 次提交
  19. 16 12月, 2009 1 次提交
  20. 19 9月, 2009 1 次提交
  21. 23 6月, 2009 2 次提交
  22. 07 4月, 2009 4 次提交
  23. 30 3月, 2009 5 次提交
  24. 03 1月, 2009 1 次提交
  25. 30 12月, 2008 1 次提交
  26. 12 10月, 2008 1 次提交