1. 06 11月, 2012 1 次提交
  2. 03 4月, 2012 1 次提交
    • P
      avr32: fix build failures from mis-naming of atmel_nand.h · 3d92e051
      Paul Gortmaker 提交于
      Commit bf4289cb ("ATMEL: fix nand ecc support") indicated that it
      wanted to "Move platform data to a common header
      include/linux/platform_data/atmel_nand.h" and the new header even had
      re-include protectors with:
      
          #ifndef __ATMEL_NAND_H__
      
      However, the file that was added was simply called atmel.h
      and this caused avr32 defconfig to fail with:
      
        In file included from arch/avr32/boards/atstk1000/setup.c:22:
        arch/avr32/mach-at32ap/include/mach/board.h:10:44: error: linux/platform_data/atmel_nand.h: No such file or directory
        In file included from arch/avr32/boards/atstk1000/setup.c:22:
        arch/avr32/mach-at32ap/include/mach/board.h:121: warning: 'struct atmel_nand_data' declared inside parameter list
        arch/avr32/mach-at32ap/include/mach/board.h:121: warning: its scope is only this definition or declaration, which is probably not what you want
        make[2]: *** [arch/avr32/boards/atstk1000/setup.o] Error 1
      
      It seems the scope of the file contents will expand beyond
      just nand, so ignore the original intention, and fix up the
      users who reference the bad name with the _nand suffix.
      
      CC: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      CC: David Woodhouse <dwmw2@infradead.org>
      Acked-by: NHans-Christian Egtvedt <egtvedt@samfundet.no>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      3d92e051
  3. 15 3月, 2012 1 次提交
  4. 22 2月, 2012 1 次提交
  5. 03 2月, 2012 1 次提交
  6. 22 11月, 2011 1 次提交
  7. 11 9月, 2011 1 次提交
  8. 14 6月, 2011 1 次提交
  9. 25 5月, 2011 1 次提交
  10. 27 7月, 2010 1 次提交
  11. 16 12月, 2009 1 次提交
  12. 04 11月, 2009 2 次提交
  13. 07 10月, 2009 1 次提交
  14. 27 8月, 2009 1 次提交
    • P
      avr32: function for independently setting up SPI slaves · 07084203
      Peter Ma 提交于
      at32ap_spi_setup_slaves() is exposed to allow the addition of SPI slaves
      to a SPI bus that has already been registered.  This is especially
      useful for add-on cards, which have their own board setup function.
      at32ap_spi_add_device() has been slightly re-organized, but should be
      transparent to existing users.
      
      So to add a SPI slave, after a SPI bus has already been registered:
      
      	/* Configure the list of slaves on SPI controller "id" */
      	at32_spi_setup_slaves(id,spi_board_info,ARRAY_SIZE(spi_board_info));
       	/* Register the list of slaves */
       	spi_register_board_info(spi_board_info,ARRAY_SIZE(spi_board_info));
      Signed-off-by: NPeter Ma <pma@mediamatech.com>
      [haavard.skinnemoen@atmel.com: trivial whitespace fix]
      Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
      07084203
  15. 03 6月, 2009 1 次提交
  16. 01 4月, 2009 1 次提交
  17. 27 3月, 2009 2 次提交
  18. 26 3月, 2009 2 次提交
  19. 17 2月, 2009 1 次提交
  20. 05 1月, 2009 1 次提交
  21. 23 10月, 2008 1 次提交
  22. 12 10月, 2008 1 次提交
  23. 22 9月, 2008 3 次提交
  24. 08 8月, 2008 3 次提交
  25. 05 8月, 2008 1 次提交