From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753823AbbCLLFw (ORCPT ); Thu, 12 Mar 2015 07:05:52 -0400 Received: from seldrel01.sonyericsson.com ([212.209.106.2]:4770 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753338AbbCLLFt (ORCPT ); Thu, 12 Mar 2015 07:05:49 -0400 Date: Thu, 12 Mar 2015 04:05:43 -0700 From: Bjorn Andersson To: Suman Anna CC: Ohad Ben-Cohen , Mark Rutland , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v8 2/4] hwspinlock/core: add device tree support Message-ID: <20150312110543.GT26334@sonymobile.com> References: <1425520876-37826-1-git-send-email-s-anna@ti.com> <1425520876-37826-3-git-send-email-s-anna@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1425520876-37826-3-git-send-email-s-anna@ti.com> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 04 Mar 18:01 PST 2015, Suman Anna wrote: > This patch adds a new OF-friendly API of_hwspin_lock_get_id() > for hwspinlock clients to use/request locks from a hwspinlock > device instantiated through a device-tree blob. This new API > can be used by hwspinlock clients to get the id for a specific > lock using the phandle + args specifier, so that it can be > requested using the available hwspin_lock_request_specific() > API. > > Signed-off-by: Suman Anna Reviewed-by: Bjorn Andersson Regards, Bjorn