summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/def_LPBlackfin.h
Commit message (Collapse)AuthorAgeFilesLines
* blackfin: Support L1 SRAM parity checking feature on bf60xSonic Zhang2014-01-291-0/+1
| | | | | | | | 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>
* bfin cache: dcplb map: add 16M dcplb map for BF60xSteven Miao2013-05-091-0/+2
| | | | | | | 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>
* blackfin: license: Change ADI BSD licenseSonic Zhang2012-05-211-1/+1
| | | | | | | | 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>
* blackfin: cplb: add support for bf60xBob Liu2012-05-211-0/+4
| | | | | | Bf60x support big CPLB pages, this commit enable it. Signed-off-by: Bob Liu <lliubbo@gmail.com>
* Blackfin: fix addr type with bfin_write_{or,and} helpersMike Frysinger2011-05-251-2/+2
| | | | | | | | | 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>
* Blackfin: fix indentation with bfin_read() helperMike Frysinger2011-05-251-4/+4
| | | | | | Use tabs instead of spaces to indent. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: add bfin_write_{or,and} helpersMike Frysinger2011-03-181-2/+14
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: add EVT_OVERRIDE/IPRIO core MMR helpersMike Frysinger2010-08-061-0/+1
| | | | | | These were partially defined, so fill out the def/cdef pieces properly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: new dynamic bfin read/write mmr helpersMike Frysinger2010-08-061-0/+17
| | | | | | | 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>
* Blackfin: unify MMR helpersMike Frysinger2010-03-091-44/+12
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: bfin_sport: unify & standardize SPORT masksMike Frysinger2010-03-091-0/+2
| | | | | | | 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>
* Blackfin: mass clean up of copyright/licensing infoRobin Getz2009-10-071-29/+7
| | | | | | | | | | | | | | | | | | 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>
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-271-0/+712
Signed-off-by: Bryan Wu <cooloney@kernel.org>
OpenPOWER on IntegriCloud