All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Chen-Yu Tsai <wens@csie.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/5] clk: sunxi-ng: gate: Support common pre-dividers
Date: Tue, 14 Feb 2017 10:39:48 +0100	[thread overview]
Message-ID: <20170214093948.d46xkfunpuj3nn7l@lukather> (raw)
In-Reply-To: <20170214033526.16977-3-wens@csie.org>

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

On Tue, Feb 14, 2017 at 11:35:23AM +0800, Chen-Yu Tsai wrote:
> Some clock gates have a pre-divider between the source input and the
> gate itself. A notable example is the HSIC 12 MHz clock found on the
> A83T, which has the 24 MHz main oscillator as its input, and a /2
> pre-divider.
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

Applied, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] clk: sunxi-ng: gate: Support common pre-dividers
Date: Tue, 14 Feb 2017 10:39:48 +0100	[thread overview]
Message-ID: <20170214093948.d46xkfunpuj3nn7l@lukather> (raw)
In-Reply-To: <20170214033526.16977-3-wens@csie.org>

On Tue, Feb 14, 2017 at 11:35:23AM +0800, Chen-Yu Tsai wrote:
> Some clock gates have a pre-divider between the source input and the
> gate itself. A notable example is the HSIC 12 MHz clock found on the
> A83T, which has the 24 MHz main oscillator as its input, and a /2
> pre-divider.
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

Applied, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170214/1967bfcd/attachment-0001.sig>

  reply	other threads:[~2017-02-14  9:39 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-14  3:35 [PATCH 0/5] clk: sunxi-ng: Add support for A83T CCU Chen-Yu Tsai
2017-02-14  3:35 ` Chen-Yu Tsai
2017-02-14  3:35 ` [PATCH 1/5] clk: sunxi-ng: mp: Adjust parent rate for pre-dividers Chen-Yu Tsai
2017-02-14  3:35   ` Chen-Yu Tsai
2017-02-14  9:34   ` Maxime Ripard
2017-02-14  9:34     ` Maxime Ripard
2017-02-14  3:35 ` [PATCH 2/5] clk: sunxi-ng: gate: Support common pre-dividers Chen-Yu Tsai
2017-02-14  3:35   ` Chen-Yu Tsai
2017-02-14  9:39   ` Maxime Ripard [this message]
2017-02-14  9:39     ` Maxime Ripard
2017-02-14  3:35 ` [PATCH 3/5] clk: sunxi-ng: Add compatible string for A83T CCU to bindings Chen-Yu Tsai
2017-02-14  3:35   ` Chen-Yu Tsai
2017-02-14  3:35 ` [PATCH 4/5] clk: sunxi-ng: Add driver for A83T CCU Chen-Yu Tsai
2017-02-14  3:35   ` Chen-Yu Tsai
2017-02-14  9:58   ` Maxime Ripard
2017-02-14  9:58     ` Maxime Ripard
2017-02-14 10:26     ` Chen-Yu Tsai
2017-02-14 10:26       ` Chen-Yu Tsai
2017-02-15  9:49       ` Maxime Ripard
2017-02-15  9:49         ` Maxime Ripard
2017-03-01 19:17         ` Stephen Boyd
2017-03-01 19:17           ` Stephen Boyd
2017-03-03  9:53           ` Maxime Ripard
2017-03-03  9:53             ` Maxime Ripard
2017-03-03 23:56             ` Stephen Boyd
2017-03-03 23:56               ` Stephen Boyd
2017-03-07 14:58               ` Maxime Ripard
2017-03-07 14:58                 ` Maxime Ripard
2017-03-22  6:50         ` Chen-Yu Tsai
2017-03-22  6:50           ` Chen-Yu Tsai
2017-03-26 20:51           ` Maxime Ripard
2017-03-26 20:51             ` Maxime Ripard
2017-03-27  8:53             ` Chen-Yu Tsai
2017-03-27  8:53               ` Chen-Yu Tsai
2017-04-03  7:53               ` Maxime Ripard
2017-04-03  7:53                 ` Maxime Ripard
2017-02-14  3:35 ` [PATCH 5/5] ARM: dts: sun8i-a83t: Add CCU device nodes Chen-Yu Tsai
2017-02-14  3:35   ` Chen-Yu Tsai

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=20170214093948.d46xkfunpuj3nn7l@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    --cc=wens@csie.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.