1. 26 10月, 2011 1 次提交
  2. 23 7月, 2011 3 次提交
  3. 29 5月, 2011 1 次提交
  4. 25 5月, 2011 4 次提交
  5. 18 3月, 2011 1 次提交
  6. 10 1月, 2011 11 次提交
  7. 23 10月, 2010 1 次提交
  8. 22 10月, 2010 5 次提交
  9. 07 10月, 2010 3 次提交
    • 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
    • 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
    • D
      Blackfin: Split PLL code from mach-specific cdef headers · 3dcc1e7f
      David Howells 提交于
      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: NDavid Howells <dhowells@redhat.com>
      3dcc1e7f
  10. 28 8月, 2010 1 次提交
  11. 07 8月, 2010 3 次提交
  12. 09 3月, 2010 6 次提交