History log of /arch/blackfin/include/asm/def_LPBlackfin.h
Revision Date Author Comments
1b6012394bec5dc653d495245c5495db08f817f6 04-Dec-2013 Sonic Zhang <sonic.zhang@analog.com> blackfin: Support L1 SRAM parity checking feature on bf60x

Move code for the SEC faults from the IRQ hanlders into IRQ actions.
refine bfin fault routine handle

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Steven Miao <realmz6@gmail.com>
5ae89ee043ce96e3790e6c75f3807c8e37d98634 19-Apr-2013 Steven Miao <realmz6@gmail.com> bfin cache: dcplb map: add 16M dcplb map for BF60x

use 16M data cplb map on BF60x to avoid too much dcplb miss overhead
cleanup cplb info

Signed-off-by: Steven Miao <realmz6@gmail.com>
de450838314cd96033b2d2c88b11323efb500fc9 17-May-2012 Sonic Zhang <sonic.zhang@analog.com> blackfin: license: Change ADI BSD license

Change ADI BSD license to standart 3 clause BSD license for some blackfin arch
code requested by ADI Legal.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
7adede5b9b6c85c1218dd992e940719c2656c1a4 16-May-2012 Bob Liu <lliubbo@gmail.com> blackfin: cplb: add support for bf60x

Bf60x support big CPLB pages, this commit enable it.

Signed-off-by: Bob Liu <lliubbo@gmail.com>
7a7a430f7498cd55820232d8e3f144161138f91a 19-May-2011 Mike Frysinger <vapier@gentoo.org> Blackfin: fix addr type with bfin_write_{or,and} helpers

Since the bfin_write() func needs proper type information in order to
expand into the right bfin_writeX() variant, preserve the addr's type
when setting up the local __addr. Otherwise the helpers will detect
the variant based upon sizeof(void) which is almost never right.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
d763c58a886068f1ec43751893b5aec35fc072e3 14-May-2011 Mike Frysinger <vapier@gentoo.org> Blackfin: fix indentation with bfin_read() helper

Use tabs instead of spaces to indent.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
b5fc12df9039a9e6a2c5ae1fc0cee244b6aca8e2 11-Jan-2011 Mike Frysinger <vapier@gentoo.org> Blackfin: add bfin_write_{or,and} helpers

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ada091729e8737edc3d455681fda9f745cfd2b63 28-Jul-2010 Mike Frysinger <vapier@gentoo.org> Blackfin: add EVT_OVERRIDE/IPRIO core MMR helpers

These were partially defined, so fill out the def/cdef pieces properly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
f2521ce9ce84d1f10016a8fc91108ef9d3b14d2b 26-Dec-2009 Mike Frysinger <vapier@gentoo.org> Blackfin: new dynamic bfin read/write mmr helpers

These are useful when working with C structs of MMRs as the appropriate
size is selected based on the given argument.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
69e1d8a61d5aa9e03676dc21fdfb750c5a97bb34 25-Dec-2009 Mike Frysinger <vapier@gentoo.org> Blackfin: unify MMR helpers

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3630ac34b0ab346ff0910401dbed7af624be7027 17-Nov-2009 Mike Frysinger <vapier@gentoo.org> Blackfin: bfin_sport: unify & standardize SPORT masks

Rather than have every SPORT driver copy & paste things, declare the C
structure and MMR bitmasks in one place for everyone to use.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
96f1050d3df105c9ae6c6ac224f370199ea82fcd 24-Sep-2009 Robin Getz <robin.getz@analog.com> Blackfin: mass clean up of copyright/licensing info

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 <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
639f6571458948b5112be2cf00c0c2c04db2897d 27-Aug-2008 Bryan Wu <cooloney@kernel.org> Blackfin arch: move include/asm-blackfin header files to arch/blackfin

Signed-off-by: Bryan Wu <cooloney@kernel.org>