From: Anatolij Gustschin <agust@denx.de>
To: Gerhard Sittig <gsi@denx.de>
Cc: devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
Rob Herring <rob.herring@calxeda.com>
Subject: Re: [PATCH v6 03/17] dts: mpc512x: add clock related device tree specs
Date: Sat, 7 Dec 2013 10:34:34 +0100 [thread overview]
Message-ID: <20131207103434.54a057ab@crub> (raw)
In-Reply-To: <1385851897-23475-4-git-send-email-gsi@denx.de>
On Sat, 30 Nov 2013 23:51:23 +0100
Gerhard Sittig <gsi@denx.de> wrote:
> this addresses the clock driver aka provider's side of clocks
> - introduce a 'clocks' subtree with an 'osc' node for the crystal
> or oscillator SoC input (fixed frequency)
> - the 'clock@f00' clock-control-module node references the 'osc' for
> its input, and is another provider for all the clocks which the
> CCM component manages
> - prepare for future references to clocks from peripheral nodes
> by means of the <&clks ID> syntax and symbolic ID names which a
> header file provides
> - provide default values with 33MHz oscillator frequency in the
> common include (the 66MHz IPS bus already was there), and add
> override values for the ifm AC14xx board which deviates from
> the reference design (25MHz xtal, 80MHz IPS bus)
>
> Cc: Rob Herring <rob.herring@calxeda.com>
> Cc: Pawel Moll <pawel.moll@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Stephen Warren <swarren@wwwdotorg.org>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: devicetree@vger.kernel.org
> Reviewed-by: Mike Turquette <mturquette@linaro.org> # for v3, before &osc
> Signed-off-by: Gerhard Sittig <gsi@denx.de>
> ---
> arch/powerpc/boot/dts/ac14xx.dts | 7 +++++++
> arch/powerpc/boot/dts/mpc5121.dtsi | 18 +++++++++++++++++-
> 2 files changed, 24 insertions(+), 1 deletion(-)
applied to next. Thanks!
Anatolij
WARNING: multiple messages have this Message-ID (diff)
From: Anatolij Gustschin <agust-ynQEQJNshbs@public.gmane.org>
To: Gerhard Sittig <gsi-ynQEQJNshbs@public.gmane.org>
Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v6 03/17] dts: mpc512x: add clock related device tree specs
Date: Sat, 7 Dec 2013 10:34:34 +0100 [thread overview]
Message-ID: <20131207103434.54a057ab@crub> (raw)
In-Reply-To: <1385851897-23475-4-git-send-email-gsi-ynQEQJNshbs@public.gmane.org>
On Sat, 30 Nov 2013 23:51:23 +0100
Gerhard Sittig <gsi-ynQEQJNshbs@public.gmane.org> wrote:
> this addresses the clock driver aka provider's side of clocks
> - introduce a 'clocks' subtree with an 'osc' node for the crystal
> or oscillator SoC input (fixed frequency)
> - the 'clock@f00' clock-control-module node references the 'osc' for
> its input, and is another provider for all the clocks which the
> CCM component manages
> - prepare for future references to clocks from peripheral nodes
> by means of the <&clks ID> syntax and symbolic ID names which a
> header file provides
> - provide default values with 33MHz oscillator frequency in the
> common include (the 66MHz IPS bus already was there), and add
> override values for the ifm AC14xx board which deviates from
> the reference design (25MHz xtal, 80MHz IPS bus)
>
> Cc: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
> Cc: Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
> Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
> Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
> Cc: Ian Campbell <ian.campbell-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org>
> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Reviewed-by: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> # for v3, before &osc
> Signed-off-by: Gerhard Sittig <gsi-ynQEQJNshbs@public.gmane.org>
> ---
> arch/powerpc/boot/dts/ac14xx.dts | 7 +++++++
> arch/powerpc/boot/dts/mpc5121.dtsi | 18 +++++++++++++++++-
> 2 files changed, 24 insertions(+), 1 deletion(-)
applied to next. Thanks!
Anatolij
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2013-12-07 9:34 UTC|newest]
Thread overview: 100+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-30 22:51 [PATCH v6 00/17] add COMMON_CLK support for PowerPC MPC512x Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` [PATCH v6 01/17] powerpc/fsl-pci: improve clock API use Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` [PATCH v6 02/17] dts: mpc512x: introduce dt-bindings/clock/ header Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-02 9:46 ` Mark Rutland
2013-12-02 9:46 ` Mark Rutland
[not found] ` <20131202094656.GA12952-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-12-02 14:20 ` [PATCH v1 1/1] dts: bindings: add mpc5121 clocks binding document Gerhard Sittig
[not found] ` <1385994034-2513-1-git-send-email-gsi-ynQEQJNshbs@public.gmane.org>
2013-12-02 16:55 ` Gerhard Sittig
2013-12-02 14:25 ` [PATCH v6 02/17] dts: mpc512x: introduce dt-bindings/clock/ header Gerhard Sittig
2013-12-02 14:25 ` Gerhard Sittig
2013-12-02 14:25 ` Gerhard Sittig
2013-12-07 9:32 ` Anatolij Gustschin
2013-12-07 9:32 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 03/17] dts: mpc512x: add clock related device tree specs Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:34 ` Anatolij Gustschin [this message]
2013-12-07 9:34 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 04/17] clk: mpc512x: introduce COMMON_CLK for MPC512x (disabled) Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:37 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 05/17] clk: mpc512x: add backwards compat to the CCF code Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:40 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 06/17] dts: mpc512x: add clock specs for client lookups Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:41 ` Anatolij Gustschin
2013-12-07 9:41 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 07/17] clk: mpc5xxx: switch to COMMON_CLK, retire PPC_CLOCK Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:42 ` Anatolij Gustschin
[not found] ` <1385851897-23475-1-git-send-email-gsi-ynQEQJNshbs@public.gmane.org>
2013-11-30 22:51 ` [PATCH v6 08/17] spi: mpc512x: adjust to OF based clock lookup Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
[not found] ` <1385851897-23475-9-git-send-email-gsi-ynQEQJNshbs@public.gmane.org>
2013-12-02 9:50 ` Mark Rutland
2013-12-02 9:50 ` Mark Rutland
2013-12-02 9:50 ` Mark Rutland
[not found] ` <20131202095034.GB12952-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-12-02 15:10 ` Gerhard Sittig
2013-12-02 15:10 ` Gerhard Sittig
2013-12-02 15:10 ` Gerhard Sittig
2013-12-07 9:46 ` Anatolij Gustschin
2013-12-07 9:46 ` Anatolij Gustschin
2013-12-02 11:32 ` Mark Brown
2013-12-02 11:32 ` Mark Brown
2013-12-02 11:32 ` Mark Brown
2013-11-30 22:51 ` [PATCH v6 09/17] serial: mpc512x: adjust for " Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-05 0:55 ` Greg Kroah-Hartman
2013-12-05 0:55 ` Greg Kroah-Hartman
2013-12-05 0:55 ` Greg Kroah-Hartman
2013-12-07 9:49 ` Anatolij Gustschin
2013-12-07 9:49 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 10/17] serial: mpc512x: setup the PSC FIFO clock as well Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-05 0:55 ` Greg Kroah-Hartman
2013-12-05 0:55 ` Greg Kroah-Hartman
2013-12-05 0:55 ` Greg Kroah-Hartman
2013-12-07 9:51 ` Anatolij Gustschin
2013-12-07 9:51 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 11/17] USB: fsl-mph-dr-of: adjust for OF based clock lookup Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-05 0:55 ` Greg Kroah-Hartman
2013-12-05 0:55 ` Greg Kroah-Hartman
2013-12-07 9:53 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 12/17] mtd: mpc5121_nfc: " Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:55 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 13/17] [media] fsl-viu: " Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:55 ` Anatolij Gustschin
2013-12-07 9:55 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 14/17] net: can: mscan: adjust to common clock support for mpc512x Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:57 ` Anatolij Gustschin
2013-12-07 9:57 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 15/17] net: can: mscan: remove non-CCF code for MPC512x Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:58 ` Anatolij Gustschin
2013-12-07 9:58 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 16/17] powerpc/mpc512x: improve DIU related clock setup Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 9:59 ` Anatolij Gustschin
2013-11-30 22:51 ` [PATCH v6 17/17] clk: mpc512x: remove migration support workarounds Gerhard Sittig
2013-11-30 22:51 ` Gerhard Sittig
2013-12-07 10:05 ` Anatolij Gustschin
2013-12-10 13:20 ` [PATCH v6 00/17] add COMMON_CLK support for PowerPC MPC512x Gerhard Sittig
2013-12-10 13:20 ` Gerhard Sittig
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=20131207103434.54a057ab@crub \
--to=agust@denx.de \
--cc=devicetree@vger.kernel.org \
--cc=gsi@denx.de \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=rob.herring@calxeda.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.