1. 22 3月, 2014 1 次提交
  2. 05 3月, 2014 1 次提交
  3. 03 3月, 2014 2 次提交
  4. 10 1月, 2014 1 次提交
  5. 08 1月, 2014 1 次提交
  6. 04 12月, 2013 1 次提交
  7. 23 10月, 2013 1 次提交
  8. 17 10月, 2013 2 次提交
  9. 15 10月, 2013 1 次提交
  10. 07 10月, 2013 1 次提交
  11. 17 9月, 2013 2 次提交
  12. 11 9月, 2013 1 次提交
  13. 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
  14. 29 7月, 2013 1 次提交
  15. 17 7月, 2013 1 次提交
  16. 03 6月, 2013 1 次提交
  17. 30 5月, 2013 1 次提交
  18. 02 5月, 2013 1 次提交
  19. 24 4月, 2013 3 次提交
  20. 07 4月, 2013 1 次提交
  21. 01 4月, 2013 4 次提交
  22. 05 2月, 2013 1 次提交
  23. 18 12月, 2012 1 次提交
  24. 08 12月, 2012 1 次提交
  25. 06 11月, 2012 1 次提交
  26. 09 11月, 2011 1 次提交
    • J
      atmel/spi: fix missing probe · 1cb201af
      Jean-Christophe PLAGNIOL-VILLARD 提交于
      Commit 940ab889 "drivercore: Add helper macro for platform_driver boilerplate"
      converted this driver to use module_platform_driver, but due to the use
      of platform_driver_probe(), this resulted in the call to atmel_spi_probe being
      lost. Place the call to this function into the driver structure.
      
      fix section missmatch
      
      atmel_spi_probe is marked __init where it's supposed to be __devinit
      atmel_spi_remove is marked __exit where it's supposed to be __devexit
      Signed-off-by: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>
      Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      1cb201af
  27. 25 10月, 2011 1 次提交
  28. 08 8月, 2011 1 次提交
  29. 06 6月, 2011 1 次提交
  30. 19 5月, 2011 1 次提交
  31. 01 12月, 2010 1 次提交
  32. 02 11月, 2010 1 次提交