From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752580AbdLGUbX (ORCPT ); Thu, 7 Dec 2017 15:31:23 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:44059 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbdLGUbV (ORCPT ); Thu, 7 Dec 2017 15:31:21 -0500 X-Google-Smtp-Source: AGs4zMZOMrYhLJtH4hRi0VK5gGisES2O9ha0OJKMsVx6s4z0f7q0AXNuoMePNLTXTQ9AfVRerBxjXw== From: Kevin Hilman To: Yixun Lan Cc: Neil Armstrong , Jerome Brunet , Michael Turquette , Stephen Boyd , Carlo Caione , , , , Subject: Re: [PATCH] clk: meson: make the spinlock naming more specific Organization: BayLibre References: <20171204052739.10747-1-yixun.lan@amlogic.com> Date: Thu, 07 Dec 2017 12:31:16 -0800 In-Reply-To: <20171204052739.10747-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Mon, 4 Dec 2017 13:27:39 +0800") Message-ID: <7hpo7qp9ez.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yixun Lan writes: > Make the spinlock more specific, so better for lockdep > debugging and ctags/grep. > > Signed-off-by: Yixun Lan > > --- > > 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 FYI... for future reference, it's common to use a Suggested-by tag to give credit for these kinds of things. e.g.: Suggested-by: Stephen Boyd Kevin