1. 20 10月, 2014 1 次提交
  2. 02 8月, 2014 1 次提交
  3. 17 7月, 2014 1 次提交
  4. 08 5月, 2014 1 次提交
  5. 18 4月, 2014 1 次提交
  6. 15 4月, 2014 1 次提交
  7. 22 3月, 2014 1 次提交
  8. 05 3月, 2014 2 次提交
  9. 03 3月, 2014 2 次提交
  10. 13 2月, 2014 1 次提交
  11. 03 2月, 2014 1 次提交
  12. 10 1月, 2014 1 次提交
  13. 08 1月, 2014 1 次提交
  14. 04 12月, 2013 1 次提交
  15. 23 10月, 2013 1 次提交
  16. 17 10月, 2013 2 次提交
  17. 15 10月, 2013 1 次提交
  18. 07 10月, 2013 1 次提交
  19. 17 9月, 2013 2 次提交
  20. 11 9月, 2013 1 次提交
  21. 01 8月, 2013 1 次提交
    • E
      spi/atmel: Fix format specifier warnings · 2de024b7
      Emil Goode 提交于
      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: NEmil Goode <emilgoode@gmail.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      2de024b7
  22. 29 7月, 2013 1 次提交
  23. 17 7月, 2013 1 次提交
  24. 03 6月, 2013 1 次提交
  25. 30 5月, 2013 1 次提交
  26. 02 5月, 2013 1 次提交
  27. 24 4月, 2013 3 次提交
  28. 07 4月, 2013 1 次提交
  29. 01 4月, 2013 4 次提交
  30. 05 2月, 2013 1 次提交
  31. 18 12月, 2012 1 次提交