Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/powerpc
Anton Vorontsov 83ff9dcf37 powerpc/sysdev: implement FSL GTM support
GTM stands for General-purpose Timers Module and able to generate
timer{1,2,3,4} interrupts. These timers are used by the drivers that
need time precise interrupts (like for USB transactions scheduling for
the Freescale USB Host controller as found in some QE and CPM chips),
or these timers could be used as wakeup events from the CPU deep-sleep
mode.

Things unimplemented:
1. Cascaded (32 bit) timers (1-2, 3-4).
   This is straightforward to implement when needed, two timers should
   be marked as "requested" and configured as appropriate.
2. Super-cascaded (64 bit) timers (1-2-3-4).
   This is also straightforward to implement when needed, all timers
   should be marked as "requested" and configured as appropriate.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-06-10 10:38:50 -05:00
..
boot powerpc/85xx: add local bus nodes for Flash and CAN to tqm8560.dts 2008-06-10 10:34:37 -05:00
configs powerpc/85xx: add board support for the TQM8548 modules 2008-06-10 10:33:53 -05:00
kernel powerpc: Fix irq_alloc_host() reference counting and callers 2008-06-09 13:51:16 +10:00
kvm
lib [POWERPC] ppc: More compile fixes 2008-05-12 22:57:51 +10:00
math-emu
mm Merge branch 'merge' 2008-06-09 12:19:41 +10:00
oprofile
platforms powerpc/85xx: add board support for the TQM8548 modules 2008-06-10 10:33:53 -05:00
sysdev powerpc/sysdev: implement FSL GTM support 2008-06-10 10:38:50 -05:00
xmon [POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.c 2008-05-14 22:31:57 +10:00
.gitignore
Kconfig powerpc/sysdev: implement FSL GTM support 2008-06-10 10:38:50 -05:00
Kconfig.debug
Makefile