1. 20 8月, 2019 2 次提交
  2. 31 7月, 2019 1 次提交
  3. 25 7月, 2019 1 次提交
  4. 23 7月, 2019 3 次提交
  5. 25 6月, 2019 2 次提交
  6. 22 6月, 2019 1 次提交
  7. 31 5月, 2019 1 次提交
  8. 29 5月, 2019 4 次提交
  9. 21 5月, 2019 1 次提交
  10. 22 4月, 2019 1 次提交
  11. 29 3月, 2019 1 次提交
  12. 26 3月, 2019 2 次提交
  13. 19 2月, 2019 1 次提交
  14. 17 1月, 2019 3 次提交
  15. 08 1月, 2019 1 次提交
  16. 06 12月, 2018 1 次提交
  17. 04 12月, 2018 1 次提交
  18. 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
  19. 05 10月, 2018 2 次提交
  20. 24 9月, 2018 2 次提交
  21. 12 9月, 2018 1 次提交
  22. 11 9月, 2018 3 次提交
  23. 31 8月, 2018 4 次提交