All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 0/2] clk: renesas: Use CLK_IS_CRITICAL to handle critical clocks
Date: Fri, 20 Jan 2017 15:00:00 -0800	[thread overview]
Message-ID: <20170120230000.GC8009@codeaurora.org> (raw)
In-Reply-To: <1484657190-12838-1-git-send-email-geert+renesas@glider.be>

On 01/17, Geert Uytterhoeven wrote:
> 	Hi Mike, Stephen,
> 
> This patch series adds support for the CLK_IS_CRITICAL flag to drivers
> for module clocks on Renesas ARM SoCs.  For now, this is used to prevent
> disabling of the ARM GIC module clock, which would lead to a system
> lock-up when accessing the GIC's registers.
> 
>   1. The first patch migrates the Renesas CPG/MSSR driver from the
>      never merged CLK_ENABLE_HAND_OFF flag to the CLK_IS_CRITICAL flag.
>      Note that as the driver already handled critical clocks (i.e. it
>      ignored them :-), this is not a prerequisite for linking the GIC to
>      its module clock in DT.
> 
>   2. The second patch makes sure the CLK_IS_CRITICAL flag is set for the
>      INTC-SYS clock on SoCs not (yet) using the Renesas CPG/MSSR driver.
>      Note that this is a hard dependency for describing the INTC-SYS
>      clock in DT on R-Mobile APE6 and R-Car Gen2.
> 
> I plan to queue these patches in my clk-renesas-for-v4.11 branch, if
> you agree.
> 

Would the runtime PM patches for ccf make things any better here?
I still plan to support CLK_ENABLE_HAND_OFF somehow, but it's not
at the top of my priority list right now.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

  parent reply	other threads:[~2017-01-20 23:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-17 12:46 [PATCH 0/2] clk: renesas: Use CLK_IS_CRITICAL to handle critical clocks Geert Uytterhoeven
2017-01-17 12:46 ` [PATCH 1/2] clk: renesas: cpg-mssr: Migrate to CLK_IS_CRITICAL Geert Uytterhoeven
2017-01-20 23:00   ` Stephen Boyd
2017-01-17 12:46 ` [PATCH 2/2] clk: renesas: mstp: Make INTC-SYS a critical clock Geert Uytterhoeven
2017-01-20 23:12   ` Stephen Boyd
2017-01-23  9:50     ` Geert Uytterhoeven
2017-01-20 23:00 ` Stephen Boyd [this message]
2017-01-23  9:34   ` [PATCH 0/2] clk: renesas: Use CLK_IS_CRITICAL to handle critical clocks Geert Uytterhoeven

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=20170120230000.GC8009@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=geert+renesas@glider.be \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mturquette@baylibre.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.