09 Jan, 2012

2 commits


14 Nov, 2011

1 commit


01 Nov, 2011

1 commit


23 Jul, 2011

3 commits


29 May, 2011

2 commits


25 May, 2011

4 commits


18 Mar, 2011

1 commit

  • No code uses these, and the short define names are polluting the global
    namespace where they collide with things like common irq files. So just
    punt the damned things. If in the future we need HDMA support, we can
    make a standalone header for these things.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     

10 Jan, 2011

11 commits


25 Oct, 2010

1 commit


23 Oct, 2010

2 commits


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

7 commits