09 Jan, 2015

1 commit


10 Jun, 2014

1 commit

  • build error
    arch/blackfin/mach-bf533/boards/stamp.c: In function ‘stamp_init’:
    arch/blackfin/mach-bf533/boards/stamp.c:866: error: implicit declaration of function ‘gpio_request’
    arch/blackfin/mach-bf533/boards/stamp.c:868: error: implicit declaration of function ‘gpio_direction_output’
    arch/blackfin/mach-bf533/boards/stamp.c:869: error: implicit declaration of function ‘gpio_free’

    Signed-off-by: Steven Miao

    Steven Miao
     

12 Apr, 2014

1 commit


29 Jan, 2014

1 commit


02 Jun, 2013

1 commit

  • arch/blackfin/mach-bf533/boards/stamp.c:545:2: error: operator '||' has no right operand
    arch/blackfin/mach-bf533/boards/stamp.c:662:3: error: 'bfin_snd_resources' undeclared here (not in a function)
    arch/blackfin/mach-bf533/boards/stamp.c:662:3: error: negative width in bit-field ''
    arch/blackfin/mach-bf533/boards/stamp.c:665:21: error: 'bfin_snd_data' undeclared here (not in a function)
    make[4]: *** [arch/blackfin/mach-bf533/boards/stamp.o] Error 1

    Introduced by commit 15502e0ca0da651b48c7def2983e7bb464349b2a ("blackfin:
    Remove references to the bf5x_tdm driver"), which removed two config
    options, but only one "||".

    Signed-off-by: Geert Uytterhoeven
    Acked-by: Lars-Peter Clausen
    Acked-by: Mike Frysinger
    Signed-off-by: Mark Brown

    Geert Uytterhoeven
     

30 May, 2013

2 commits


18 Aug, 2012

1 commit


09 Jan, 2012

4 commits


14 Nov, 2011

1 commit


23 Jul, 2011

2 commits


10 Jan, 2011

3 commits


22 Oct, 2010

3 commits


07 Oct, 2010

1 commit

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

    David Howells
     

09 Mar, 2010

5 commits


15 Dec, 2009

1 commit


08 Oct, 2009

2 commits


07 Oct, 2009

1 commit

  • 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: Robin Getz
    Signed-off-by: Mike Frysinger

    Robin Getz
     

17 Sep, 2009

6 commits


16 Jul, 2009

1 commit


13 Jun, 2009

1 commit


12 Jun, 2009

1 commit