From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751090AbdLNJ5X (ORCPT ); Thu, 14 Dec 2017 04:57:23 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:46626 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092AbdLNJ5U (ORCPT ); Thu, 14 Dec 2017 04:57:20 -0500 X-Google-Smtp-Source: ACJfBovaz4EADnf4TXuR3ldmttVRSq1MWTKhjLKwJMqOsWfg0Zx+WALGwKJ/5Dtjuj0/sFYEXrslZA== Message-ID: <1513245437.32163.0.camel@baylibre.com> Subject: Re: [PATCH v7 1/6] clk: meson: make the spinlock naming more specific From: Jerome Brunet To: Yixun Lan , Neil Armstrong , Kevin Hilman Cc: Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , Carlo Caione , Qiufang Dai , Jian Hu , linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Thu, 14 Dec 2017 10:57:17 +0100 In-Reply-To: <20171211141348.22048-2-yixun.lan@amlogic.com> References: <20171211141348.22048-1-yixun.lan@amlogic.com> <20171211141348.22048-2-yixun.lan@amlogic.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.2 (3.26.2-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-12-11 at 22:13 +0800, Yixun Lan wrote: > Make the spinlock more specific, so better for lockdep > debugging and ctags/grep. > > Suggested-by: Stephen Boyd > Signed-off-by: Yixun Lan Applied to next/drivers Thx > > --- > > this patch try to address the issue which bring up by Stephen at [1] > [1] http://lists.infradead.org/pipermail/linux-amlogic/2017-December/005534.html > --- > drivers/clk/meson/clkc.h | 2 +- > drivers/clk/meson/gxbb.c | 112 ++++++++++++++++++++++---------------------- > drivers/clk/meson/meson8b.c | 24 +++++----- > 3 files changed, 69 insertions(+), 69 deletions(-)