1. 23 7月, 2016 5 次提交
  2. 18 7月, 2016 2 次提交
  3. 10 5月, 2016 1 次提交
    • A
      [media] samples: v4l: from Documentation to samples directory · 0185f850
      Arnd Bergmann 提交于
      With the new autoksyms support, we can run into a situation where
      the v4l pci skeleton module is the only one using some exported
      symbols that get dropped because they are never referenced by
      the kernel otherwise, causing a build problem:
      
      ERROR: "vb2_dma_contig_memops" [Documentation/video4linux/v4l2-pci-skeleton.ko] undefined!
      ERROR: "vb2_dma_contig_init_ctx_attrs" [Documentation/video4linux/v4l2-pci-skeleton.ko] undefined!
      ERROR: "v4l2_match_dv_timings" [Documentation/video4linux/v4l2-pci-skeleton.ko] undefined!
      ERROR: "v4l2_find_dv_timings_cap" [Documentation/video4linux/v4l2-pci-skeleton.ko] undefined!
      ERROR: "v4l2_valid_dv_timings" [Documentation/video4linux/v4l2-pci-skeleton.ko] undefined!
      ERROR: "v4l2_enum_dv_timings_cap" [Documentation/video4linux/v4l2-pci-skeleton.ko] undefined!
      ERROR: "vb2_dma_contig_cleanup_ctx" [Documentation/video4linux/v4l2-pci-skeleton.ko] undefined!
      
      Specifically, we do look in the samples directory for users of
      symbols, but not the Documentation directory.
      
      This solves the build problem by moving the connector sample into
      the same directory as the other samples.
      
      Fixes: 23121ca2 ("kbuild: create/adjust generated/autoksyms.h")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      0185f850
  4. 28 4月, 2016 1 次提交
  5. 11 1月, 2016 3 次提交
  6. 21 5月, 2015 1 次提交
  7. 03 4月, 2015 1 次提交
  8. 23 12月, 2014 1 次提交
  9. 05 7月, 2014 1 次提交
  10. 14 3月, 2014 1 次提交
  11. 06 3月, 2014 1 次提交
  12. 29 6月, 2013 1 次提交
  13. 21 6月, 2013 1 次提交
  14. 17 6月, 2013 1 次提交
  15. 04 1月, 2013 1 次提交
    • G
      Documentation: remove __dev* attributes. · 63a29f74
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from the kernel documentation.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      63a29f74
  16. 19 12月, 2012 1 次提交
  17. 27 9月, 2012 1 次提交
  18. 25 9月, 2012 1 次提交
  19. 07 7月, 2012 1 次提交
  20. 15 5月, 2012 2 次提交
  21. 14 5月, 2012 4 次提交
  22. 08 5月, 2012 1 次提交
  23. 20 4月, 2012 1 次提交
  24. 26 11月, 2011 1 次提交
  25. 28 7月, 2011 2 次提交
  26. 31 3月, 2011 1 次提交
  27. 23 3月, 2011 2 次提交