09 Jan, 2012

1 commit


14 Nov, 2011

1 commit


23 Jul, 2011

3 commits


29 May, 2011

1 commit


25 May, 2011

3 commits


10 Jan, 2011

9 commits


23 Oct, 2010

1 commit


22 Oct, 2010

2 commits


07 Oct, 2010

2 commits

  • 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: David Howells

    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: David Howells

    David Howells
     

28 Aug, 2010

1 commit


07 Aug, 2010

4 commits


21 May, 2010

1 commit


09 Mar, 2010

6 commits


15 Dec, 2009

5 commits