summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/scb-init.c
Commit message (Collapse)AuthorAgeFilesLines
* blackfin: delete non-required instances of <linux/init.h>Paul Gortmaker2014-01-291-1/+0Star
| | | | | | | | | | | None of these files are actually using any __init type directives and hence don't need to include <linux/init.h>. Most are just a left over from __devinit and __cpuinit removal, or simply due to code getting copied from one driver to the next. Cc: Mike Frysinger <vapier@gentoo.org> Cc: uclinux-dist-devel@blackfin.uclinux.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
* blackfin: scb: Add system crossbar init code.Steven Miao2013-09-131-0/+53
If SCB exists in select blackfin cpu, developer can change the SCB priority in kernel configuration. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Steven Miao <realmz6@gmail.com>