All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Claudiu Beznea <claudiu.beznea@microchip.com>,
	<mturquette@baylibre.com>, <sboyd@kernel.org>,
	<alexandre.belloni@bootlin.com>,
	<ludovic.desroches@microchip.com>
Cc: <linux-clk@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [RESEND PATCH 3/5] clk: at91: sama7g5: add securam's peripheral clock
Date: Tue, 30 Mar 2021 19:27:58 +0200	[thread overview]
Message-ID: <20739a40-57f4-f100-d86a-c802c638ff78@microchip.com> (raw)
In-Reply-To: <20210324094353.1710114-4-claudiu.beznea@microchip.com>

On 24/03/2021 at 10:43, Claudiu Beznea wrote:
> Add SECURAM's peripheral clock.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> ---
>   drivers/clk/at91/sama7g5.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
> index a6e20b35960e..28e26fb90417 100644
> --- a/drivers/clk/at91/sama7g5.c
> +++ b/drivers/clk/at91/sama7g5.c
> @@ -377,6 +377,7 @@ static const struct {
>   	u8 id;
>   } sama7g5_periphck[] = {
>   	{ .n = "pioA_clk",	.p = "mck0", .id = 11, },
> +	{ .n = "securam_clk",	.p = "mck0", .id = 18, },
>   	{ .n = "sfr_clk",	.p = "mck1", .id = 19, },
>   	{ .n = "hsmc_clk",	.p = "mck1", .id = 21, },
>   	{ .n = "xdmac0_clk",	.p = "mck1", .id = 22, },
> 

Thanks,
   Nicolas

-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Claudiu Beznea <claudiu.beznea@microchip.com>,
	<mturquette@baylibre.com>,  <sboyd@kernel.org>,
	<alexandre.belloni@bootlin.com>,
	<ludovic.desroches@microchip.com>
Cc: <linux-clk@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [RESEND PATCH 3/5] clk: at91: sama7g5: add securam's peripheral clock
Date: Tue, 30 Mar 2021 19:27:58 +0200	[thread overview]
Message-ID: <20739a40-57f4-f100-d86a-c802c638ff78@microchip.com> (raw)
In-Reply-To: <20210324094353.1710114-4-claudiu.beznea@microchip.com>

On 24/03/2021 at 10:43, Claudiu Beznea wrote:
> Add SECURAM's peripheral clock.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> ---
>   drivers/clk/at91/sama7g5.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
> index a6e20b35960e..28e26fb90417 100644
> --- a/drivers/clk/at91/sama7g5.c
> +++ b/drivers/clk/at91/sama7g5.c
> @@ -377,6 +377,7 @@ static const struct {
>   	u8 id;
>   } sama7g5_periphck[] = {
>   	{ .n = "pioA_clk",	.p = "mck0", .id = 11, },
> +	{ .n = "securam_clk",	.p = "mck0", .id = 18, },
>   	{ .n = "sfr_clk",	.p = "mck1", .id = 19, },
>   	{ .n = "hsmc_clk",	.p = "mck1", .id = 21, },
>   	{ .n = "xdmac0_clk",	.p = "mck1", .id = 22, },
> 

Thanks,
   Nicolas

-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-03-30 17:28 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-24  9:43 [RESEND PATCH 0/5] clk: at91: updates for power management and dvfs Claudiu Beznea
2021-03-24  9:43 ` Claudiu Beznea
2021-03-24  9:43 ` [RESEND PATCH 1/5] clk: at91: re-factor clocks suspend/resume Claudiu Beznea
2021-03-24  9:43   ` Claudiu Beznea
2021-03-30 17:14   ` Nicolas Ferre
2021-03-30 17:14     ` Nicolas Ferre
2021-03-31  8:47     ` Claudiu.Beznea
2021-03-31  8:47       ` Claudiu.Beznea
2021-03-31 11:37       ` Nicolas Ferre
2021-03-31 11:37         ` Nicolas Ferre
2021-03-24  9:43 ` [RESEND PATCH 2/5] clk: at91: pmc: execute suspend/resume only for backup mode Claudiu Beznea
2021-03-24  9:43   ` Claudiu Beznea
2021-03-24  9:43 ` [RESEND PATCH 3/5] clk: at91: sama7g5: add securam's peripheral clock Claudiu Beznea
2021-03-24  9:43   ` Claudiu Beznea
2021-03-30 17:27   ` Nicolas Ferre [this message]
2021-03-30 17:27     ` Nicolas Ferre
2021-03-24  9:43 ` [RESEND PATCH 4/5] clk: at91: clk-master: add register definition for sama7g5's master clock Claudiu Beznea
2021-03-24  9:43   ` Claudiu Beznea
2021-03-30 17:23   ` Nicolas Ferre
2021-03-30 17:23     ` Nicolas Ferre
2021-03-24  9:43 ` [RESEND PATCH 5/5] clk: at91: clk-master: update for dvfs Claudiu Beznea
2021-03-24  9:43   ` 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=20739a40-57f4-f100-d86a-c802c638ff78@microchip.com \
    --to=nicolas.ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@microchip.com \
    --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=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.