summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/swab.h
Commit message (Collapse)AuthorAgeFilesLines
* Blackfin: mass clean up of copyright/licensing infoRobin Getz2009-10-071-0/+6
| | | | | | | | | | | | | | | | | | 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: convert locking primitives to asm-genericMike Frysinger2009-06-191-5/+1Star
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* headers_check fix: blackfin, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| | | | | | | | | fix the following 'make headers_check' warnings: usr/include/asm-blackfin/swab.h:4: include of <linux/types.h> is preferred over <asm/types.h> usr/include/asm-blackfin/swab.h:13: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
* blackfin: introduce asm/swab.hHarvey Harrison2009-01-071-0/+48
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>