From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qy0-f196.google.com (mail-qy0-f196.google.com [209.85.221.196]) by ozlabs.org (Postfix) with ESMTP id 3B637DE044 for ; Wed, 27 May 2009 10:38:40 +1000 (EST) Received: by qyk34 with SMTP id 34so7025810qyk.17 for ; Tue, 26 May 2009 17:38:39 -0700 (PDT) MIME-Version: 1.0 Sender: timur.tabi@gmail.com In-Reply-To: <20090527002530.16740.62502.stgit@terra> References: <20090527002530.16740.62502.stgit@terra> Date: Tue, 26 May 2009 19:38:39 -0500 Message-ID: Subject: Re: [alsa-devel] [PATCH] Modify mpc5200 AC97 driver to use V9 of spin_event_timeout() From: Timur Tabi To: Jon Smirl Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org, alsa-devel@alsa-project.org, broonie@sirena.org.uk List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, May 26, 2009 at 7:25 PM, Jon Smirl wrote: > - =A0 =A0 =A0 spin_event_timeout(0, 10, 0, rc); > + =A0 =A0 =A0 spin_event_timeout(0, 10, 0); > =A0 =A0 =A0 =A0out_8(®s->op0, MPC52xx_PSC_OP_RES); > - =A0 =A0 =A0 spin_event_timeout(0, 50, 0, rc); > + =A0 =A0 =A0 spin_event_timeout(0, 50, 0); Jon, I'm still hoping you'll explain why you're not using udelay() here. --=20 Timur Tabi Linux kernel developer at Freescale