23 Apr, 2015

1 commit


16 Feb, 2015

3 commits


12 Apr, 2014

1 commit


30 May, 2013

2 commits


13 Dec, 2012

1 commit


18 Aug, 2012

1 commit


24 Jul, 2012

1 commit


21 May, 2012

4 commits


20 Feb, 2012

1 commit


09 Jan, 2012

1 commit


14 Nov, 2011

2 commits

  • Commit 8dc7a9c84 ("blackfin: Add export.h to files using
    EXPORT_SYMBOL/THIS_MODULE") inserted some of the include statements into
    sections protected by an unrelated #if CONFIG_... statement. This can cause,
    depending on the configuration used, warnings like this one:

    arch/blackfin/mach-bf537/boards/stamp.c:2940: warning: data definition has no type or storage class
    arch/blackfin/mach-bf537/boards/stamp.c:2940: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
    arch/blackfin/mach-bf537/boards/stamp.c:2940: warning: parameter names (without types) in function declaration

    This patch fixes it by moving the includes out of the #if protected sections.

    Signed-off-by: Lars-Peter Clausen
    Acked-by: Mike Frysinger
    Signed-off-by: Bob Liu

    Lars-Peter Clausen
     
  • The serial TX IRQ is not simply (RX IRQ + 1) on some Blackfin chips,
    so move the values to the platform resources.

    Signed-off-by: Sonic Zhang
    Signed-off-by: Mike Frysinger
    Signed-off-by: Bob Liu

    Sonic Zhang
     

01 Nov, 2011

1 commit


23 Jul, 2011

4 commits


29 May, 2011

2 commits


25 May, 2011

5 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

9 commits