From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752607AbdLKJ07 (ORCPT ); Mon, 11 Dec 2017 04:26:59 -0500 Received: from mail-wr0-f169.google.com ([209.85.128.169]:41272 "EHLO mail-wr0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751759AbdLKJ05 (ORCPT ); Mon, 11 Dec 2017 04:26:57 -0500 X-Google-Smtp-Source: AGs4zMbuYofmDblLIKduISm+DZnv0iLy8gQ3z5YeMCGFTtHeiFqBo7xrpdPqwyoIbDO149hpjH/BXA== Message-ID: <1512984414.334.10.camel@baylibre.com> Subject: Re: [PATCH v6 4/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: Mon, 11 Dec 2017 10:26:54 +0100 In-Reply-To: <20171211064853.32111-5-yixun.lan@amlogic.com> References: <20171211064853.32111-1-yixun.lan@amlogic.com> <20171211064853.32111-5-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 14:48 +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 Yixun, This change is not related to the main task describe in the cover letter. Next time, please send it after your series, or before as a dependency to avoid mixing topics Thanks Jerome