From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Thu, 07 Dec 2017 12:31:16 -0800 Subject: [PATCH] clk: meson: make the spinlock naming more specific In-Reply-To: <20171204052739.10747-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Mon, 4 Dec 2017 13:27:39 +0800") References: <20171204052739.10747-1-yixun.lan@amlogic.com> Message-ID: <7hpo7qp9ez.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: 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 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> MIME-Version: 1.0 Content-Type: text/plain List-ID: 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Thu, 07 Dec 2017 12:31:16 -0800 Subject: [PATCH] clk: meson: make the spinlock naming more specific In-Reply-To: <20171204052739.10747-1-yixun.lan@amlogic.com> (Yixun Lan's message of "Mon, 4 Dec 2017 13:27:39 +0800") References: <20171204052739.10747-1-yixun.lan@amlogic.com> Message-ID: <7hpo7qp9ez.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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