Re: [PATCH 1/6] [POWERPC] sysdev: implement FSL GTM support

2008-05-01 Thread Anton Vorontsov
On Wed, Apr 30, 2008 at 11:00:42PM -0500, Kumar Gala wrote: > > On Apr 29, 2008, at 2:00 PM, Anton Vorontsov wrote: >> 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

Re: [PATCH 1/6] [POWERPC] sysdev: implement FSL GTM support

2008-04-30 Thread Kumar Gala
On Apr 29, 2008, at 2:00 PM, Anton Vorontsov wrote: 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 f

[PATCH 1/6] [POWERPC] sysdev: implement FSL GTM support

2008-04-29 Thread Anton Vorontsov
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 b

[PATCH 1/6] [POWERPC] sysdev: implement FSL GTM support

2008-04-25 Thread Anton Vorontsov
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 b