From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/3] drivers: misc: add omap_hwspinlock driver Date: Thu, 21 Oct 2010 14:02:40 +0200 Message-ID: <201010211402.40272.arnd@arndb.de> References: <1287387875-14168-1-git-send-email-ohad@wizery.com> <201010211104.28555.arnd@arndb.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Ohad Ben-Cohen Cc: linux-arm-kernel@lists.infradead.org, Hari Kanigeri , Suman Anna , Benoit Cousson , Tony Lindgren , Greg KH , linux-kernel@vger.kernel.org, Grant Likely , akpm@linux-foundation.org, linux-omap@vger.kernel.org, "Krishnamoorthy, Balaji T" List-Id: linux-omap@vger.kernel.org On Thursday 21 October 2010, Ohad Ben-Cohen wrote: > The change is also pretty trivial: > > * move the internal locking implementation to raw_ methods > * the raw_ methods would save the current interrupt state only if > given a placeholder > * wrap those raw_ methods with the desired API (but only support the > _irq and _irqsave flavors) > Sounds good! Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 21 Oct 2010 14:02:40 +0200 Subject: [PATCH 1/3] drivers: misc: add omap_hwspinlock driver In-Reply-To: References: <1287387875-14168-1-git-send-email-ohad@wizery.com> <201010211104.28555.arnd@arndb.de> Message-ID: <201010211402.40272.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 21 October 2010, Ohad Ben-Cohen wrote: > The change is also pretty trivial: > > * move the internal locking implementation to raw_ methods > * the raw_ methods would save the current interrupt state only if > given a placeholder > * wrap those raw_ methods with the desired API (but only support the > _irq and _irqsave flavors) > Sounds good! Arnd