summaryrefslogtreecommitdiff
path: root/arch/blackfin/mach-bf609/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* blackfin: Support L1 SRAM parity checking feature on bf60xSonic Zhang2014-01-291-0/+6
| | | | | | | | 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>
* blackfin: adi gpio driver and pinctrl driver supportSonic Zhang2013-11-151-42/+0
| | | | | | | | | | Remove gpio driver for new gpio controller on BF54x and BF60x. Build the bfin_gpio driver only when other BF5xx processors are selected. Replace the prefix of some gpio and peripheral functions with adi. add portmux platform data in machine portmux.h Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Steven Miao <realmz6@gmail.com>
* blackfin: scb: Add SCB1 to SCB9 config options and data.Sonic Zhang2013-09-131-0/+638
| | | | Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
* blackfin: scb: Add system crossbar init code.Steven Miao2013-09-131-0/+1017
| | | | | | | | 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>
* treewide: Fix typos in various driversMasanari Iida2012-12-031-1/+1
| | | | | | | Fix typos in printk within various drivers. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* bf60x: sec: Enable sec interrupt source priority configuration.Sonic Zhang2012-07-241-0/+8
| | | | | | | Customize the SEC interrupt priority array in machine ints-priority.c. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
* blackfin: mach-bf609: add machine filesSonic Zhang2012-05-211-0/+56
Add machine files for bf60x including head files, Kconfig/Makefile and board file. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>