From: Greg KH <greg@kroah.com>
To: Ohad Ben-Cohen <ohad@wizery.com>
Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, akpm@linux-foundation.org,
Tony Lindgren <tony@atomide.com>,
Benoit Cousson <b-cousson@ti.com>,
Grant Likely <grant.likely@secretlab.ca>,
Hari Kanigeri <h-kanigeri2@ti.com>, Suman Anna <s-anna@ti.com>,
Kevin Hilman <khilman@deeprootsystems.com>,
Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH v3 0/4] Introduce hardware spinlock framework
Date: Tue, 14 Dec 2010 09:06:56 -0800 [thread overview]
Message-ID: <20101214170656.GA3832@kroah.com> (raw)
In-Reply-To: <AANLkTin1fd=Kei7Fo6G+uR+270HdTkc71fvsA6qjBjcA@mail.gmail.com>
On Tue, Dec 14, 2010 at 04:31:36PM +0200, Ohad Ben-Cohen wrote:
> Hi Greg, Tony,
>
> On Sat, Dec 4, 2010 at 1:50 AM, Ohad Ben-Cohen <ohad@wizery.com> wrote:
> > OMAP4 introduces a Hardware Spinlock device, which provides hardware
> > assistance for synchronization and mutual exclusion between heterogeneous
> > processors and those not operating under a single, shared operating system
> > (e.g. OMAP4 has dual Cortex-A9, dual Cortex-M3 and a C64x+ DSP).
> >
> > The intention of this hardware device is to allow remote processors,
> > that have no alternative mechanism to accomplish synchronization and mutual
> > exclusion operations, to share resources (such as memory and/or any other
> > hardware resource).
> >
> > This patchset adds hwspinlock framework that makes it possible
> > for drivers to use those hwspinlock devices and stay platform-independent.
>
> ...
>
> > Documentation/hwspinlock.txt | 299 +++++++++++++++
> > arch/arm/mach-omap2/Makefile | 1 +
> > arch/arm/mach-omap2/hwspinlock.c | 63 ++++
> > arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 64 ++++
> > drivers/Kconfig | 2 +
> > drivers/Makefile | 1 +
> > drivers/hwspinlock/Kconfig | 22 ++
> > drivers/hwspinlock/Makefile | 6 +
> > drivers/hwspinlock/hwspinlock.h | 61 +++
> > drivers/hwspinlock/hwspinlock_core.c | 557 ++++++++++++++++++++++++++++
> > drivers/hwspinlock/omap_hwspinlock.c | 231 ++++++++++++
> > include/linux/hwspinlock.h | 298 +++++++++++++++
> > 12 files changed, 1605 insertions(+), 0 deletions(-)
>
> Can you please have a look and say if this looks OK ?
Look at what, I don't see a patch here.
I've seen a lot of discussion about this, are all of the review comments
now addressed? Like the most important one, why is this generic code if
it's only for one specific platform?
thanks,
greg k-h
next prev parent reply other threads:[~2010-12-14 17:19 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-03 23:50 [PATCH v3 0/4] Introduce hardware spinlock framework Ohad Ben-Cohen
2010-12-03 23:50 ` [PATCH v3 1/4] drivers: hwspinlock: add framework Ohad Ben-Cohen
2010-12-03 23:50 ` [PATCH v3 2/4] drivers: hwspinlock: add OMAP implementation Ohad Ben-Cohen
2010-12-03 23:50 ` [PATCH v3 3/4] OMAP4: hwmod data: Add hwspinlock Ohad Ben-Cohen
2010-12-03 23:50 ` [PATCH v3 4/4] omap: add hwspinlock device Ohad Ben-Cohen
2010-12-04 0:29 ` [PATCH v3 0/4] Introduce hardware spinlock framework David Daney
2010-12-04 1:28 ` Ohad Ben-Cohen
2010-12-14 14:31 ` Ohad Ben-Cohen
2010-12-14 17:06 ` Greg KH [this message]
2010-12-14 18:40 ` Ohad Ben-Cohen
2010-12-16 20:42 ` Ohad Ben-Cohen
2010-12-16 21:08 ` Greg KH
2010-12-16 21:34 ` Ohad Ben-Cohen
2010-12-18 0:53 ` Tony Lindgren
2011-01-04 12:23 ` Ohad Ben-Cohen
2011-01-04 20:19 ` Andrew Morton
2011-01-04 20:42 ` Ohad Ben-Cohen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101214170656.GA3832@kroah.com \
--to=greg@kroah.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=b-cousson@ti.com \
--cc=grant.likely@secretlab.ca \
--cc=h-kanigeri2@ti.com \
--cc=khilman@deeprootsystems.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=ohad@wizery.com \
--cc=s-anna@ti.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox