1. 10 6月, 2014 1 次提交
    • S
      bf533: fix build error: add linux/gpio.h · bc4fef6f
      Steven Miao 提交于
      build error
      arch/blackfin/mach-bf533/boards/stamp.c: In function ‘stamp_init’:
      arch/blackfin/mach-bf533/boards/stamp.c:866: error: implicit declaration of function ‘gpio_request’
      arch/blackfin/mach-bf533/boards/stamp.c:868: error: implicit declaration of function ‘gpio_direction_output’
      arch/blackfin/mach-bf533/boards/stamp.c:869: error: implicit declaration of function ‘gpio_free’
      Signed-off-by: NSteven Miao <realmz6@gmail.com>
      bc4fef6f
  2. 12 4月, 2014 1 次提交
  3. 29 1月, 2014 1 次提交
  4. 02 6月, 2013 1 次提交
  5. 30 5月, 2013 2 次提交
  6. 18 8月, 2012 1 次提交
  7. 09 1月, 2012 4 次提交
  8. 14 11月, 2011 1 次提交
  9. 23 7月, 2011 2 次提交
  10. 10 1月, 2011 3 次提交
  11. 22 10月, 2010 3 次提交
  12. 07 10月, 2010 1 次提交
    • D
      Blackfin: Split the BF532 BFIN_*_FIO_FLAG() functions to their own header · f3441945
      David Howells 提交于
      Split the BF532 machine type BFIN_*_FIO_FLAG() functions to their own header
      file to avoid circular #include problems as these functions require IRQ flag
      handling, which requires asm/blackfin.h, which otherwise requires the header
      file that defines these functions.
      
      For good measure, also get rid of the inclusion of asm/blackfin.h from
      mach/cdefBF532.h (which is circular) and defBF532.h (which is included by
      asm/blackfin.h before including this header).
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      f3441945
  13. 09 3月, 2010 5 次提交
  14. 15 12月, 2009 1 次提交
  15. 08 10月, 2009 2 次提交
  16. 07 10月, 2009 1 次提交
    • R
      Blackfin: mass clean up of copyright/licensing info · 96f1050d
      Robin Getz 提交于
      Bill Gatliff & David Brownell pointed out we were missing some
      copyrights, and licensing terms in some of the files in
      ./arch/blackfin, so this fixes things, and cleans them up.
      
      It also removes:
       - verbose GPL text(refer to the top level ./COPYING file)
       - file names (you are looking at the file)
       - bug url (it's in the ./MAINTAINERS file)
       - "or later" on GPL-2, when we did not have that right
      
      It also allows some Blackfin-specific assembly files to be under a BSD
      like license (for people to use them outside of Linux).
      Signed-off-by: NRobin Getz <robin.getz@analog.com>
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      96f1050d
  17. 17 9月, 2009 6 次提交
  18. 16 7月, 2009 1 次提交
  19. 13 6月, 2009 1 次提交
  20. 12 6月, 2009 1 次提交
  21. 04 2月, 2009 1 次提交