From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
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
Date: Wed, 4 Nov 2020 10:55:48 +0100 [thread overview]
Message-ID: <20201104095548.GU7761@piout.net> (raw)
In-Reply-To: <1604482802-1647-8-git-send-email-claudiu.beznea@microchip.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: devicetree@vger.kernel.org, sboyd@kernel.org,
mturquette@baylibre.com, linux-kernel@vger.kernel.org,
ludovic.desroches@microchip.com, robh+dt@kernel.org,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 7/8] clk: at91: clk-master: re-factor master clock
Date: Wed, 4 Nov 2020 10:55:48 +0100 [thread overview]
Message-ID: <20201104095548.GU7761@piout.net> (raw)
In-Reply-To: <1604482802-1647-8-git-send-email-claudiu.beznea@microchip.com>
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-11-04 9:55 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-04 9:39 [PATCH 0/8]clk: at91: adapt for dvfs Claudiu Beznea
2020-11-04 9:39 ` Claudiu Beznea
2020-11-04 9:39 ` [PATCH 1/8] clk: at91: sama7g5: fix compilation error Claudiu Beznea
2020-11-04 9:39 ` Claudiu Beznea
2020-11-04 9:39 ` [PATCH 2/8] dt-bindings: clock: at91: add sama7g5 pll defines Claudiu Beznea
2020-11-04 9:39 ` Claudiu Beznea
2020-11-04 9:39 ` [PATCH 3/8] clk: at91: sama7g5: allow SYS and CPU PLLs to be exported and referenced in DT Claudiu Beznea
2020-11-04 9:39 ` Claudiu Beznea
2020-11-04 9:39 ` [PATCH 4/8] clk: at91: clk-sam9x60-pll: allow runtime changes for pll Claudiu Beznea
2020-11-04 9:39 ` Claudiu Beznea
2020-11-04 9:39 ` [PATCH 5/8] clk: at91: sama7g5: remove mck0 from parent list of other clocks Claudiu Beznea
2020-11-04 9:39 ` Claudiu Beznea
2020-11-04 9:40 ` [PATCH 6/8] clk: at91: sama7g5: decrease lower limit for MCK0 rate Claudiu Beznea
2020-11-04 9:40 ` Claudiu Beznea
2020-11-04 9:40 ` [PATCH 7/8] clk: at91: clk-master: re-factor master clock Claudiu Beznea
2020-11-04 9:40 ` Claudiu Beznea
2020-11-04 9:55 ` Alexandre Belloni [this message]
2020-11-04 9:55 ` Alexandre Belloni
2020-11-04 9:40 ` [PATCH 8/8] clk: at91: sama7g5: register cpu clock Claudiu Beznea
2020-11-04 9:40 ` Claudiu Beznea
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201104095548.GU7761@piout.net \
--to=alexandre.belloni@bootlin.com \
--cc=claudiu.beznea@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@microchip.com \
--cc=mturquette@baylibre.com \
--cc=nicolas.ferre@microchip.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.