Skip to content
  1. Jan 10, 2011
  2. Oct 22, 2010
  3. Oct 07, 2010
    • David Howells's avatar
      Blackfin: Rename IRQ flags handling functions · 3b139cdb
      David Howells authored
      
      
      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: default avatarDavid Howells <dhowells@redhat.com>
      3b139cdb
    • David Howells's avatar
      Blackfin: Split PLL code from mach-specific cdef headers · 3dcc1e7f
      David Howells authored
      
      
      Split the PLL control code from the Blackfin machine-specific cdef headers so
      that the irqflags functions can be renamed without incurring a header loop.
      
      Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
      3dcc1e7f
  4. Aug 27, 2010
  5. Aug 06, 2010
  6. May 21, 2010
  7. Mar 09, 2010
  8. Dec 15, 2009
  9. Nov 25, 2009
  10. Oct 08, 2009
  11. Oct 07, 2009
    • Robin Getz's avatar
      Blackfin: mass clean up of copyright/licensing info · 96f1050d
      Robin Getz authored
      
      
      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: default avatarRobin Getz <robin.getz@analog.com>
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      96f1050d
  12. Sep 21, 2009
  13. Sep 17, 2009
Loading