From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02070C4741F for ; Wed, 4 Nov 2020 09:55:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4DD42225B for ; Wed, 4 Nov 2020 09:55:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728889AbgKDJzx (ORCPT ); Wed, 4 Nov 2020 04:55:53 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:58065 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728607AbgKDJzx (ORCPT ); Wed, 4 Nov 2020 04:55:53 -0500 X-Originating-IP: 86.194.74.19 Received: from localhost (lfbn-lyo-1-997-19.w86-194.abo.wanadoo.fr [86.194.74.19]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 759701BF203; Wed, 4 Nov 2020 09:55:49 +0000 (UTC) Date: Wed, 4 Nov 2020 10:55:48 +0100 From: Alexandre Belloni To: Claudiu Beznea Cc: mturquette@baylibre.com, sboyd@kernel.org, nicolas.ferre@microchip.com, ludovic.desroches@microchip.com, robh+dt@kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 7/8] clk: at91: clk-master: re-factor master clock Message-ID: <20201104095548.GU7761@piout.net> References: <1604482802-1647-1-git-send-email-claudiu.beznea@microchip.com> <1604482802-1647-8-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1604482802-1647-8-git-send-email-claudiu.beznea@microchip.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, On 04/11/2020 11:40:01+0200, Claudiu Beznea wrote: > diff --git a/drivers/clk/at91/at91sam9260.c b/drivers/clk/at91/at91sam9260.c > index bb81ff731ad8..38d0141bcd2d 100644 > --- a/drivers/clk/at91/at91sam9260.c > +++ b/drivers/clk/at91/at91sam9260.c > @@ -32,6 +32,8 @@ struct at91sam926x_data { > bool has_slck; > }; > > +static DEFINE_SPINLOCK(at91rm9200_mck_lock); I guess this one should have a different name. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com