All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	mturquette@baylibre.com
Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, ludovic.desroches@microchip.com,
	alexandre.belloni@bootlin.com
Subject: Re: [PATCH v5 00/15] clk: at91: updates for power management and dvfs
Date: Tue, 26 Oct 2021 18:35:12 -0700	[thread overview]
Message-ID: <163529851265.15791.12903982814427348260@swboyd.mtv.corp.google.com> (raw)
In-Reply-To: <2dad9397-425f-baaf-e0fc-5a9e6e39de32@microchip.com>

Quoting Nicolas Ferre (2021-10-15 01:33:38)
> Stephen,
> 
> On 11/10/2021 at 13:27, Claudiu Beznea wrote:
> > Hi,
> > 
> > This series addresses the clock power management for SAMA7G5 and also
> > updates the master clock driver and sam9x60-pll driver to accommodate
> > the requests at [1] and avoid overclocking of CPU and MCK0 domains while
> > changing the frequency via DVFS.
> 
> I've just added my Ack tags to the whole series. I think that it brings 
> so much important additions to our new SoC as well as fixing some (non 
> urgent) bugs.
> 
> In order to streamline the process of including this series to upstream, 
> do you want me to send you a pull-request? against latest clk-at91 
> branch in your tree?
> 

That's fine. Just let me know if you want to do that in the future. For
now I picked them all up and pushed it out.

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	mturquette@baylibre.com
Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, ludovic.desroches@microchip.com,
	alexandre.belloni@bootlin.com
Subject: Re: [PATCH v5 00/15] clk: at91: updates for power management and dvfs
Date: Tue, 26 Oct 2021 18:35:12 -0700	[thread overview]
Message-ID: <163529851265.15791.12903982814427348260@swboyd.mtv.corp.google.com> (raw)
In-Reply-To: <2dad9397-425f-baaf-e0fc-5a9e6e39de32@microchip.com>

Quoting Nicolas Ferre (2021-10-15 01:33:38)
> Stephen,
> 
> On 11/10/2021 at 13:27, Claudiu Beznea wrote:
> > Hi,
> > 
> > This series addresses the clock power management for SAMA7G5 and also
> > updates the master clock driver and sam9x60-pll driver to accommodate
> > the requests at [1] and avoid overclocking of CPU and MCK0 domains while
> > changing the frequency via DVFS.
> 
> I've just added my Ack tags to the whole series. I think that it brings 
> so much important additions to our new SoC as well as fixing some (non 
> urgent) bugs.
> 
> In order to streamline the process of including this series to upstream, 
> do you want me to send you a pull-request? against latest clk-at91 
> branch in your tree?
> 

That's fine. Just let me know if you want to do that in the future. For
now I picked them all up and pushed it out.

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

  reply	other threads:[~2021-10-27  1:35 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-11 11:27 [PATCH v5 00/15] clk: at91: updates for power management and dvfs Claudiu Beznea
2021-10-11 11:27 ` Claudiu Beznea
2021-10-11 11:27 ` [PATCH v5 01/15] clk: at91: re-factor clocks suspend/resume Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  7:46   ` Nicolas Ferre
2021-10-15  7:46     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 02/15] clk: at91: pmc: execute suspend/resume only for backup mode Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  7:51   ` Nicolas Ferre
2021-10-15  7:51     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 03/15] clk: at91: sama7g5: add securam's peripheral clock Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-11 11:27 ` [PATCH v5 04/15] clk: at91: clk-master: add register definition for sama7g5's master clock Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  7:52   ` Nicolas Ferre
2021-10-15  7:52     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 05/15] clk: at91: clk-master: improve readability by using local variables Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  7:53   ` Nicolas Ferre
2021-10-15  7:53     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 06/15] clk: at91: pmc: add sama7g5 to the list of available pmcs Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  7:54   ` Nicolas Ferre
2021-10-15  7:54     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 07/15] clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  7:54   ` Nicolas Ferre
2021-10-15  7:54     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 08/15] clk: at91: clk-master: check if div or pres is zero Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  7:55   ` Nicolas Ferre
2021-10-15  7:55     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 09/15] clk: at91: clk-master: mask mckr against layout->mask Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  7:56   ` Nicolas Ferre
2021-10-15  7:56     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 10/15] clk: at91: clk-master: fix prescaler logic Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  7:58   ` Nicolas Ferre
2021-10-15  7:58     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 11/15] clk: at91: clk-sam9x60-pll: add notifier for div part of PLL Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  8:01   ` Nicolas Ferre
2021-10-15  8:01     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 12/15] clk: at91: clk-master: add notifier for divider Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  8:06   ` Nicolas Ferre
2021-10-15  8:06     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 13/15] clk: at91: sama7g5: remove prescaler part of master clock Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  8:07   ` Nicolas Ferre
2021-10-15  8:07     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 14/15] clk: at91: sama7g5: set low limit for mck0 at 32KHz Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  8:07   ` Nicolas Ferre
2021-10-15  8:07     ` Nicolas Ferre
2021-10-11 11:27 ` [PATCH v5 15/15] clk: use clk_core_get_rate_recalc() in clk_rate_get() Claudiu Beznea
2021-10-11 11:27   ` Claudiu Beznea
2021-10-15  8:08   ` Nicolas Ferre
2021-10-15  8:08     ` Nicolas Ferre
2021-10-27  1:26   ` Stephen Boyd
2021-10-27  1:26     ` Stephen Boyd
2021-10-27  7:01     ` Claudiu.Beznea
2021-10-27  7:01       ` Claudiu.Beznea
2021-10-15  8:33 ` [PATCH v5 00/15] clk: at91: updates for power management and dvfs Nicolas Ferre
2021-10-15  8:33   ` Nicolas Ferre
2021-10-27  1:35   ` Stephen Boyd [this message]
2021-10-27  1:35     ` Stephen Boyd

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=163529851265.15791.12903982814427348260@swboyd.mtv.corp.google.com \
    --to=sboyd@kernel.org \
    --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=nicolas.ferre@microchip.com \
    /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.