[PATCH V5 1/5] powerpc: introduce macro spin_event_timeout()

2009-05-26 Thread Jon Smirl
The macro spin_event_timeout() takes a condition and timeout value (in microseconds) as parameters. It spins until either the condition is true or the timeout expires. It returns the result of the condition when the loop was terminated. This primary purpose of this macro is to poll on a

Re: [PATCH V5 1/5] powerpc: introduce macro spin_event_timeout()

2009-05-26 Thread Jon Smirl
On Tue, May 26, 2009 at 9:03 AM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Tue, May 26, 2009 at 08:34:06AM -0400, Jon Smirl wrote: The macro spin_event_timeout() takes a condition and timeout value (in microseconds) as parameters.  It spins until either the condition is true or

Re: [alsa-devel] [PATCH V5 1/5] powerpc: introduce macro spin_event_timeout()

2009-05-26 Thread Mark Brown
On Tue, May 26, 2009 at 09:12:10AM -0400, Jon Smirl wrote: On Tue, May 26, 2009 at 9:03 AM, Mark Brown As previously mentioned you need to submit any changes you want to make here as incremental patches against the PowerPC tree rather than as an entire new patch. ?If you are forwarding on