From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757828AbYENXVc (ORCPT ); Wed, 14 May 2008 19:21:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754674AbYENXVU (ORCPT ); Wed, 14 May 2008 19:21:20 -0400 Received: from mho-01-bos.mailhop.org ([63.208.196.178]:52890 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754657AbYENXVT (ORCPT ); Wed, 14 May 2008 19:21:19 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 69.181.40.92 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+5wi2nBYJm8Jp1fYmwBRWK Date: Wed, 14 May 2008 16:21:11 -0700 From: Tony Lindgren To: Daniel Walker Cc: Matthias Kaehlcke , Russell King , linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH] ARM: OMAP1: N770: Convert audio_pwr_sem in a mutex Message-ID: <20080514232111.GJ8928@atomide.com> References: <20080505203154.GF11462@traven> <1210608572.22306.4.camel@localhost.localdomain> <20080514210958.GA7831@atomide.com> <1210804867.22306.18.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1210804867.22306.18.camel@localhost.localdomain> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Daniel Walker [080514 16:04]: > > On Wed, 2008-05-14 at 14:09 -0700, Tony Lindgren wrote: > > Hi, > > > > * Daniel Walker [080512 09:09]: > > > > > > On Mon, 2008-05-05 at 22:31 +0200, Matthias Kaehlcke wrote: > > > > ARM: OMAP1: N770: The semaphore audio_pwr_sem is used as a > > > > mutex. Convert it to the mutex API > > > > > > > > > > I submitted an identical patch to Tony in January .. I assumed it was > > > making it's way through the ARM tree .. I'm surprised it's not in > > > mainline yet .. > > > > > > Tony any status on this? > > > > Hmm, I can't seem to find your patch and it does not show up in git-log > > either in linux-omap. Maybe I never got it or never applied it? > > > > Do you have a link for you patch in the mailing list archives so I can > > look into it further? > > > > Regards, > > http://marc.info/?l=linux-omap&m=120063553504911&w=2 > > We had a discussion about it as I recall. Thanks, I must have run git-reset --hard before I got it committed or something. Sorry about that. Tony