summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common
Commit message (Expand)AuthorAgeFilesLines
* blackfin: fix build warning for unused variableSteven Miao2013-11-151-1/+4
* smp: bf561: and smb_wmb()/smp_rmb() at ipi send/receiveSteven Miao2013-11-151-4/+8
* pm: use GFP_ATOMIC when pm core call this functionScott Jiang2013-11-151-1/+1
* blackfin: adi gpio driver and pinctrl driver supportSonic Zhang2013-11-152-401/+35
* blackfin: scb: Add system crossbar init code.Steven Miao2013-09-132-0/+54
* Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-183-9/+9
|\
| * blackfin: delete __cpuinit usage from all blackfin filesPaul Gortmaker2013-07-143-9/+9
* | smp: blackfin: fix check error, using atomic_ops to handle atomic_t typeSteven Miao2013-07-161-3/+3
|/
* smp: refine bf561 smpboot codeSteven Miao2013-07-091-10/+8
* Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-302-259/+0
|\
| * cpufreq: blackfin: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-102-248/+0
| * cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-45/+34
* | bfin: Use generic idle loopThomas Gleixner2013-04-081-1/+1
|/
* blackfin: pm: fix build errorSteven Miao2013-02-201-0/+4
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds2012-12-182-157/+134
|\
| * blackfin: SEC: clean up SEC interrupt initializationSonic Zhang2012-12-141-139/+133
| * Blackfin: dpmc: use module_platform_driver macroSrinivas Kandagatla2012-12-131-18/+1
* | bfin: switch to generic vfork, get rid of pointless wrappersAl Viro2012-11-281-1/+1
* | blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro2012-10-141-55/+0
|/
* Blackfin: smp: add smp_mb() to keep coherencySteven Miao2012-10-081-2/+2
* Blackfin: drop irq enable in init_arch_irq()Steven Miao2012-10-081-1/+0
* Blackfin: fix wrong place disabled irqSteven Miao2012-10-081-3/+1
* Blackfin: cpufreq: fix dpm_state_tableJames Cosin2012-10-081-3/+2
* blackfin: smp: adapt to generic smp helpersSteven Miao2012-09-071-157/+66
* bf60x: fix build warningBob Liu2012-07-241-3/+3
* bf60x: cpufreq: fix anomaly 05000273Sonic Zhang2012-07-241-1/+2
* bf60x: Add double fault, hardware error and NMI SEC handlerSonic Zhang2012-07-241-1/+33
* bf60x: sec: Enable sec interrupt source priority configuration.Sonic Zhang2012-07-241-0/+21
* bf60x: sec: Clean up interrupt initialization code for SEC.Sonic Zhang2012-07-241-87/+121
* cleanup: sec and linkport only built on bf60xSteven Miao2012-07-241-0/+2
* bfin: pint: add pint suspend and resumeSteven Miao2012-07-241-0/+4
* bf60x: pm: add pint suspend and resume supportSteven Miao2012-07-242-18/+58
* blackfin: mach-common: ints-priority add irq_set_wakeBob Liu2012-07-241-1/+5
* cpufreq: change debug message level to show clock change errorSteven Miao2012-07-241-1/+1
* bfin: pm: add deepsleep for bf60xSonic Zhang2012-07-241-7/+0
* irq: set cgu event handle to fasteoi handleSteven Miao2012-07-241-1/+1
* bfin: reorg clock init steps for bf609Bob Liu2012-07-241-132/+7
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-2/+0
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-211-18/+1
|\
| * blackfin: Use generic idle thread allocationThomas Gleixner2012-04-261-18/+1
| * smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
* | blackfin: bf60x: pm: Add a debug option to calculate kernel wakeup time.Sonic Zhang2012-05-212-0/+38
* | blackfin: bf60x: add wakeup source selectSteven Miao2012-05-212-4/+3
* | blackfin: bf60x: make clock changeable in kernel menuconfigBob Liu2012-05-211-3/+150
* | blackfin: remove redundant CONFIG_BF60x macroSonic Zhang2012-05-211-6/+0
* | Blackfin: delete fork funcMike Frysinger2012-05-211-1/+1
* | blackfin: mach-common: ints-priority: fix compile errorBob Liu2012-05-211-0/+2
* | blackfin: bf60x: fix compiling warningBob Liu2012-05-211-1/+6
* | blackfin: bf60x: add power management supportSteven Miao2012-05-213-595/+48