From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] arm: imx: move clk common part to driver/clk/imx
Date: Fri, 24 Apr 2015 16:32:25 +0800 [thread overview]
Message-ID: <20150424083224.GB25323@dragon> (raw)
In-Reply-To: <1429735784-32492-1-git-send-email-Frank.Li@freescale.com>
On Thu, Apr 23, 2015 at 04:49:44AM +0800, Frank.Li at freescale.com wrote:
> From: Frank Li <Frank.Li@freescale.com>
>
> move clock common part to driver/clk/imx
> except clk-pllv1.c because it use cpu_is_xxx()
>
> Signed-off-by: Frank Li <Frank.Li@freescale.com>
> ---
> arch/arm/mach-imx/Makefile | 5 +-
> drivers/clk/Makefile | 1 +
> drivers/clk/imx/Makefile | 4 +
> {arch/arm/mach-imx => drivers/clk/imx}/clk-busy.c | 0
> .../mach-imx => drivers/clk/imx}/clk-fixup-div.c | 0
> .../mach-imx => drivers/clk/imx}/clk-fixup-mux.c | 0
> .../clk/imx}/clk-gate-exclusive.c | 0
> {arch/arm/mach-imx => drivers/clk/imx}/clk-gate2.c | 0
> {arch/arm/mach-imx => drivers/clk/imx}/clk-pfd.c | 0
> {arch/arm/mach-imx => drivers/clk/imx}/clk-pllv2.c | 0
> {arch/arm/mach-imx => drivers/clk/imx}/clk-pllv3.c | 0
> {arch/arm/mach-imx => drivers/clk/imx}/clk.c | 0
> drivers/clk/imx/clk.h | 139 +++++++++++++++++++++
> 13 files changed, 145 insertions(+), 4 deletions(-)
> create mode 100644 drivers/clk/imx/Makefile
> rename {arch/arm/mach-imx => drivers/clk/imx}/clk-busy.c (100%)
> rename {arch/arm/mach-imx => drivers/clk/imx}/clk-fixup-div.c (100%)
> rename {arch/arm/mach-imx => drivers/clk/imx}/clk-fixup-mux.c (100%)
> rename {arch/arm/mach-imx => drivers/clk/imx}/clk-gate-exclusive.c (100%)
> rename {arch/arm/mach-imx => drivers/clk/imx}/clk-gate2.c (100%)
> rename {arch/arm/mach-imx => drivers/clk/imx}/clk-pfd.c (100%)
> rename {arch/arm/mach-imx => drivers/clk/imx}/clk-pllv2.c (100%)
> rename {arch/arm/mach-imx => drivers/clk/imx}/clk-pllv3.c (100%)
> rename {arch/arm/mach-imx => drivers/clk/imx}/clk.c (100%)
> create mode 100644 drivers/clk/imx/clk.h
It's not nice to duplicate clk.h. Let's move all i.MX clock driver
together. I will try to cook up a series to do that over the weekend.
Shawn
prev parent reply other threads:[~2015-04-24 8:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-22 20:49 [PATCH 1/1] arm: imx: move clk common part to driver/clk/imx Frank.Li at freescale.com
2015-04-24 8:32 ` Shawn Guo [this message]
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=20150424083224.GB25323@dragon \
--to=shawn.guo@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).