All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>,
	alexandre.belloni@bootlin.com, ludovic.desroches@microchip.com,
	mturquette@baylibre.com, nicolas.ferre@microchip.com
Cc: bbrezillon@kernel.org, linux-kernel@vger.kernel.org,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: Re: [PATCH v2 14/18] clk: at91: clk-programmable: add mux_table option
Date: Fri, 24 Jul 2020 02:21:52 -0700	[thread overview]
Message-ID: <159558251281.3847286.12799327541994035061@swboyd.mtv.corp.google.com> (raw)
In-Reply-To: <1595403506-8209-15-git-send-email-claudiu.beznea@microchip.com>

Quoting Claudiu Beznea (2020-07-22 00:38:22)
> Add mux table option. This is necessary for IP versions that has
> gaps in the range of available clock sources (e.g. SAMA7G5).
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---

Applied to clk-next

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>,
	alexandre.belloni@bootlin.com, ludovic.desroches@microchip.com,
	mturquette@baylibre.com, nicolas.ferre@microchip.com
Cc: Claudiu Beznea <claudiu.beznea@microchip.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, bbrezillon@kernel.org
Subject: Re: [PATCH v2 14/18] clk: at91: clk-programmable: add mux_table option
Date: Fri, 24 Jul 2020 02:21:52 -0700	[thread overview]
Message-ID: <159558251281.3847286.12799327541994035061@swboyd.mtv.corp.google.com> (raw)
In-Reply-To: <1595403506-8209-15-git-send-email-claudiu.beznea@microchip.com>

Quoting Claudiu Beznea (2020-07-22 00:38:22)
> Add mux table option. This is necessary for IP versions that has
> gaps in the range of available clock sources (e.g. SAMA7G5).
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---

Applied to clk-next

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

  reply	other threads:[~2020-07-24  9:21 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-22  7:38 [PATCH v2 00/18] clk: at91: add sama7g5 clock support Claudiu Beznea
2020-07-22  7:38 ` Claudiu Beznea
2020-07-22  7:38 ` [PATCH v2 01/18] clk: at91: clk-generated: continue if __clk_determine_rate() returns error Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:20   ` Stephen Boyd
2020-07-24  9:20     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 02/18] clk: at91: clk-generated: check best_rate against ranges Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:20   ` Stephen Boyd
2020-07-24  9:20     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 03/18] clk: at91: clk-sam9x60-pll: fix mul mask Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:20   ` Stephen Boyd
2020-07-24  9:20     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 04/18] clk: at91: sam9x60-pll: use logical or for range check Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:20   ` Stephen Boyd
2020-07-24  9:20     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 05/18] clk: at91: sam9x60-pll: check fcore against ranges Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:20   ` Stephen Boyd
2020-07-24  9:20     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 06/18] clk: at91: sam9x60-pll: use frac when setting frequency Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 07/18] clk: at91: sam9x60: fix main rc oscillator frequency Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 08/18] clk: at91: sckc: register slow_rc with accuracy option Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 09/18] clk: at91: replace conditional operator with double logical not Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 10/18] clk: at91: clk-generated: pass the id of changeable parent at registration Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 11/18] clk: at91: clk-generated: add mux_table option Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 12/18] clk: at91: clk-master: add master clock support for SAMA7G5 Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 13/18] clk: at91: clk-peripheral: add support for changeable parent rate Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 14/18] clk: at91: clk-programmable: add mux_table option Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd [this message]
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 15/18] clk: at91: add macro for pll ids mask Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:21   ` Stephen Boyd
2020-07-24  9:21     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 16/18] clk: at91: clk-sam9x60-pll: re-factor to support plls with multiple outputs Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:22   ` Stephen Boyd
2020-07-24  9:22     ` Stephen Boyd
2020-07-24  9:22   ` Stephen Boyd
2020-07-24  9:22     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 17/18] clk: at91: clk-utmi: add utmi support for sama7g5 Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:22   ` Stephen Boyd
2020-07-24  9:22     ` Stephen Boyd
2020-07-22  7:38 ` [PATCH v2 18/18] clk: at91: sama7g5: add clock " Claudiu Beznea
2020-07-22  7:38   ` Claudiu Beznea
2020-07-24  9:22   ` Stephen Boyd
2020-07-24  9:22     ` 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=159558251281.3847286.12799327541994035061@swboyd.mtv.corp.google.com \
    --to=sboyd@kernel.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=bbrezillon@kernel.org \
    --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.