1. 29 3月, 2011 1 次提交
  2. 18 3月, 2011 7 次提交
  3. 10 1月, 2011 1 次提交
  4. 23 10月, 2010 1 次提交
  5. 22 10月, 2010 1 次提交
  6. 07 10月, 2010 1 次提交
    • D
      Blackfin: Rename IRQ flags handling functions · 3b139cdb
      David Howells 提交于
      Rename h/w IRQ flags handling functions to be in line with what is expected for
      the irq renaming patch.  This renames local_*_hw() to hard_local_*() using the
      following perl command:
      
      	perl -pi -e 's/local_irq_(restore|enable|disable)_hw/hard_local_irq_\1/ or s/local_irq_save_hw([_a-z]*)[(]flags[)]/flags = hard_local_irq_save\1()/' `find arch/blackfin/ -name "*.[ch]"`
      
      and then fixing up asm/irqflags.h manually.
      
      Additionally, arch/hard_local_save_flags() and arch/hard_local_irq_save() both
      return the flags rather than passing it through the argument list.
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      3b139cdb
  7. 23 5月, 2010 1 次提交
  8. 21 5月, 2010 1 次提交
  9. 09 3月, 2010 7 次提交
  10. 15 12月, 2009 2 次提交
  11. 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
  12. 17 9月, 2009 2 次提交
  13. 23 6月, 2009 1 次提交
  14. 19 6月, 2009 1 次提交
  15. 12 6月, 2009 4 次提交
  16. 04 3月, 2009 1 次提交
  17. 04 2月, 2009 1 次提交
  18. 07 1月, 2009 2 次提交
  19. 18 11月, 2008 4 次提交