An error occurred fetching the project authors.
  1. 24 Nov, 2014 2 commits
  2. 21 Oct, 2014 1 commit
  3. 20 Oct, 2014 3 commits
  4. 01 Aug, 2014 1 commit
  5. 16 Jul, 2014 1 commit
  6. 07 May, 2014 1 commit
  7. 18 Apr, 2014 1 commit
  8. 14 Apr, 2014 1 commit
  9. 21 Mar, 2014 1 commit
  10. 05 Mar, 2014 2 commits
  11. 03 Mar, 2014 2 commits
  12. 12 Feb, 2014 1 commit
  13. 03 Feb, 2014 1 commit
  14. 09 Jan, 2014 1 commit
  15. 08 Jan, 2014 1 commit
  16. 04 Dec, 2013 1 commit
  17. 23 Oct, 2013 1 commit
  18. 16 Oct, 2013 2 commits
  19. 14 Oct, 2013 1 commit
  20. 07 Oct, 2013 1 commit
  21. 16 Sep, 2013 2 commits
  22. 10 Sep, 2013 1 commit
  23. 31 Jul, 2013 1 commit
    • Emil Goode's avatar
      spi/atmel: Fix format specifier warnings · 2de024b7
      Emil Goode authored
      This patch fixes the following sparse warnings.
      dma_addr_t can be either u32 or u64 so we should cast to the
      largest type and use the format specifier %llx.
      
      drivers/spi/spi-atmel.c: In function ‘atmel_spi_next_xfer_dma_submit’:
      drivers/spi/spi-atmel.c:631:2: warning:
      	format ‘%x’ expects argument of type ‘unsigned int’,
      	but argument 7 has type ‘dma_addr_t’ [-Wformat]
      drivers/spi/spi-atmel.c:631:2: warning:
      	format ‘%x’ expects argument of type ‘unsigned int’,
      	but argument 9 has type ‘dma_addr_t’ [-Wformat]
      drivers/spi/spi-atmel.c: In function ‘atmel_spi_pdc_next_xfer’:
      drivers/spi/spi-atmel.c:734:3: warning:
      	format ‘%x’ expects argument of type ‘unsigned int’,
      	but argument 7 has type ‘dma_addr_t’ [-Wformat]
      drivers/spi/spi-atmel.c:734:3: warning:
      	format ‘%x’ expects argument of type ‘unsigned int’,
      	but argument 9 has type ‘dma_addr_t’ [-Wformat]
      drivers/spi/spi-atmel.c:773:3: warning:
      	format ‘%x’ expects argument of type ‘unsigned int’,
      	but argument 7 has type ‘dma_addr_t’ [-Wformat]
      drivers/spi/spi-atmel.c:773:3: warning:
      	format ‘%x’ expects argument of type ‘unsigned int’,
      	but argument 9 has type ‘dma_addr_t’ [-Wformat]
      Signed-off-by: default avatarEmil Goode <emilgoode@gmail.com>
      Signed-off-by: default avatarMark Brown <broonie@linaro.org>
      2de024b7
  24. 28 Jul, 2013 1 commit
  25. 17 Jul, 2013 1 commit
  26. 03 Jun, 2013 1 commit
  27. 29 May, 2013 1 commit
  28. 02 May, 2013 1 commit
  29. 24 Apr, 2013 1 commit
  30. 23 Apr, 2013 2 commits
  31. 07 Apr, 2013 1 commit
  32. 01 Apr, 2013 1 commit