Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blackfin: add support for cpufreq on SMP systems | Graf Yang | 2010-03-09 | 1 | -3/+4 |
| | | | | | Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Blackfin: SMP: make core timers per-cpu clock events for HRT | Yi Li | 2010-03-09 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | SMP systems require per-cpu local clock event devices in order to enable HRT support. One a BF561, we can use local core timer for this purpose. Originally, there was one global core-timer clock event device set up for core A. To accomplish this feat, we need to split the gptimer0/core timer logic so that each is a standalone clock event. There is no requirement that we only have one clock event source anyways. Once we have this, we just define per-cpu clock event devices for each local core timer. Signed-off-by: Yi Li <yi.li@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Blackfin: add support for gptimer0 as a tick source | Graf Yang | 2009-06-12 | 1 | -0/+1 |
| | | | | | | | | For systems where the core cycles are not a usable tick source (like SMP or cycles gets updated), enable gptimer0 as an alternative. Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Blackfin arch: move include/asm-blackfin header files to arch/blackfin | Bryan Wu | 2008-08-27 | 1 | -0/+40 |
Signed-off-by: Bryan Wu <cooloney@kernel.org> |