Re: [PATCH v7 1/6] clk: meson: make the spinlock naming more specific

From: Jerome Brunet
Date: Thu Dec 14 2017 - 04:57:26 EST


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 <sboyd@xxxxxxxxxxxxxx>
> Signed-off-by: Yixun Lan <yixun.lan@xxxxxxxxxxx>

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(-)