1. 10 10月, 2019 3 次提交
  2. 20 8月, 2019 2 次提交
  3. 31 7月, 2019 1 次提交
  4. 25 7月, 2019 1 次提交
  5. 23 7月, 2019 3 次提交
  6. 25 6月, 2019 2 次提交
  7. 22 6月, 2019 1 次提交
  8. 31 5月, 2019 1 次提交
  9. 29 5月, 2019 4 次提交
  10. 21 5月, 2019 1 次提交
  11. 22 4月, 2019 1 次提交
  12. 29 3月, 2019 1 次提交
  13. 26 3月, 2019 2 次提交
  14. 19 2月, 2019 1 次提交
  15. 17 1月, 2019 3 次提交
  16. 08 1月, 2019 1 次提交
  17. 06 12月, 2018 1 次提交
  18. 04 12月, 2018 1 次提交
  19. 06 11月, 2018 1 次提交
    • A
      media: v4l: fix uapi mpeg slice params definition · df18bfd3
      Arnd Bergmann 提交于
      We get a headers_check warning about the newly defined ioctl command
      structures:
      
      ./usr/include/linux/v4l2-controls.h:1105: found __[us]{8,16,32,64} type without #include <linux/types.h>
      
      This is resolved by including linux/types.h, as suggested by the
      warning, but there is another problem: Three of the four structures
      have an odd number of __u8 headers, but are aligned to 32 bit in the
      v4l2_ctrl_mpeg2_slice_params, so we get an implicit padding byte
      for each one. To solve that, let's add explicit padding that can
      be set to zero and verified in the kernel.
      
      Fixes: c27bb30e ("media: v4l: Add definitions for MPEG-2 slice format and metadata")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      df18bfd3
  20. 05 10月, 2018 2 次提交
  21. 24 9月, 2018 2 次提交
  22. 12 9月, 2018 1 次提交
  23. 11 9月, 2018 3 次提交
  24. 31 8月, 2018 1 次提交