All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Icenowy Zheng <icenowy@aosc.xyz>
Cc: rui.zhang@intel.com, edubezval@gmail.com, robh+dt@kernel.org,
	wens@csie.org, emilio@elopez.com.ar, mark.rutland@arm.com,
	linux@armlinux.org.uk, mturquette@baylibre.com,
	sboyd@codeaurora.org, linux-pm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org
Subject: Re: [RFC PATCH 1/5] clk: sunxi: Add a driver for the PLL2 on A31/23/33
Date: Tue, 5 Jul 2016 08:12:11 +0200	[thread overview]
Message-ID: <20160705061211.GA7643@lukather> (raw)
In-Reply-To: <20160628101325.2522-1-icenowy@aosc.xyz>

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

Hi,

On Tue, Jun 28, 2016 at 06:13:21PM +0800, Icenowy Zheng wrote:
> This is based on the PLL2 driver for A10/20.

Thanks for this patch.

However, as you might have seen, we're switching to a new clock code
base, so it would be great if you could use that instead.

http://lists.infradead.org/pipermail/linux-arm-kernel/2016-June/440077.html

While we declared all the clocks for the H3, nothing really mandates
that for the existing platforms we don't introduce a few clocks as
they are needed. That will probably even smoothen the transition.

Thanks,
Maxime

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

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

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Icenowy Zheng <icenowy@aosc.xyz>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	linux-pm@vger.kernel.org, emilio@elopez.com.ar,
	mturquette@baylibre.com, sboyd@codeaurora.org,
	linux@armlinux.org.uk, linux-kernel@vger.kernel.org,
	edubezval@gmail.com, wens@csie.org, robh+dt@kernel.org,
	rui.zhang@intel.com, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC PATCH 1/5] clk: sunxi: Add a driver for the PLL2 on A31/23/33
Date: Tue, 5 Jul 2016 08:12:11 +0200	[thread overview]
Message-ID: <20160705061211.GA7643@lukather> (raw)
In-Reply-To: <20160628101325.2522-1-icenowy@aosc.xyz>


[-- Attachment #1.1: Type: text/plain, Size: 694 bytes --]

Hi,

On Tue, Jun 28, 2016 at 06:13:21PM +0800, Icenowy Zheng wrote:
> This is based on the PLL2 driver for A10/20.

Thanks for this patch.

However, as you might have seen, we're switching to a new clock code
base, so it would be great if you could use that instead.

http://lists.infradead.org/pipermail/linux-arm-kernel/2016-June/440077.html

While we declared all the clocks for the H3, nothing really mandates
that for the existing platforms we don't introduce a few clocks as
they are needed. That will probably even smoothen the transition.

Thanks,
Maxime

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

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 1/5] clk: sunxi: Add a driver for the PLL2 on A31/23/33
Date: Tue, 5 Jul 2016 08:12:11 +0200	[thread overview]
Message-ID: <20160705061211.GA7643@lukather> (raw)
In-Reply-To: <20160628101325.2522-1-icenowy@aosc.xyz>

Hi,

On Tue, Jun 28, 2016 at 06:13:21PM +0800, Icenowy Zheng wrote:
> This is based on the PLL2 driver for A10/20.

Thanks for this patch.

However, as you might have seen, we're switching to a new clock code
base, so it would be great if you could use that instead.

http://lists.infradead.org/pipermail/linux-arm-kernel/2016-June/440077.html

While we declared all the clocks for the H3, nothing really mandates
that for the existing platforms we don't introduce a few clocks as
they are needed. That will probably even smoothen the transition.

Thanks,
Maxime

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

  parent reply	other threads:[~2016-07-05  6:12 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28 10:13 [RFC PATCH 1/5] clk: sunxi: Add a driver for the PLL2 on A31/23/33 Icenowy Zheng
2016-06-28 10:13 ` Icenowy Zheng
2016-06-28 10:13 ` Icenowy Zheng
2016-06-28 10:13 ` [RFC PATCH 2/5] dt: bindings: add bindings for allwinner a23/33 ths Icenowy Zheng
2016-06-28 10:13   ` Icenowy Zheng
2016-06-28 10:13   ` Icenowy Zheng
2016-06-28 10:13 ` [RFC PATCH 3/5] thermal: Add support for the thermal sensor on A23/33 Icenowy Zheng
2016-06-28 10:13   ` Icenowy Zheng
2016-06-28 10:13   ` Icenowy Zheng
2016-06-28 11:46   ` Maxime Ripard
2016-06-28 11:46     ` Maxime Ripard
2016-06-28 11:46     ` Maxime Ripard
2016-06-28 13:56     ` Icenowy Zheng
2016-06-28 13:56       ` Icenowy Zheng
2016-06-28 13:56       ` Icenowy Zheng
2016-06-29 12:10       ` Maxime Ripard
2016-06-29 12:10         ` Maxime Ripard
2016-06-29 12:10         ` Maxime Ripard
2016-06-29 13:31         ` Icenowy Zheng
2016-06-29 13:31           ` Icenowy Zheng
2016-06-29 13:31           ` Icenowy Zheng
2016-06-29 13:42           ` Maxime Ripard
2016-06-29 13:42             ` Maxime Ripard
2016-06-29 13:42             ` Maxime Ripard
2016-06-29 13:52             ` Icenowy Zheng
2016-06-29 13:52               ` Icenowy Zheng
2016-06-29 13:52               ` Icenowy Zheng
2016-06-29 13:33         ` Icenowy Zheng
2016-06-29 13:33           ` Icenowy Zheng
2016-06-29 13:33           ` Icenowy Zheng
2016-06-29 13:42         ` Icenowy Zheng
2016-06-29 13:42           ` Icenowy Zheng
2016-06-29 13:42           ` Icenowy Zheng
2016-06-28 14:03     ` Icenowy Zheng
2016-06-28 14:03       ` Icenowy Zheng
2016-06-28 14:03       ` Icenowy Zheng
2016-06-28 10:13 ` [RFC PATCH 4/5] ARM: sun8i: enable PLL2 on a23/33 Icenowy Zheng
2016-06-28 10:13   ` Icenowy Zheng
2016-06-28 10:13   ` Icenowy Zheng
2016-06-28 10:13 ` [RFC PATCH 5/5] ARM: sun8i: enable ths node for A23/33 Icenowy Zheng
2016-06-28 10:13   ` Icenowy Zheng
2016-06-28 10:13   ` Icenowy Zheng
2016-07-05  6:12 ` Maxime Ripard [this message]
2016-07-05  6:12   ` [RFC PATCH 1/5] clk: sunxi: Add a driver for the PLL2 on A31/23/33 Maxime Ripard
2016-07-05  6:12   ` Maxime Ripard

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=20160705061211.GA7643@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=devicetree@vger.kernel.org \
    --cc=edubezval@gmail.com \
    --cc=emilio@elopez.com.ar \
    --cc=icenowy@aosc.xyz \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.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.