Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | blackfin: delete non-required instances of <linux/init.h> | Paul Gortmaker | 2014-01-29 |
| | | | | | | | | | | | 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 Miao | 2013-09-12 |
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> |