From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] i.MX: remove legacy clock support
Date: Tue, 11 Sep 2012 08:53:14 +0200 [thread overview]
Message-ID: <1347346396-27669-1-git-send-email-s.hauer@pengutronix.de> (raw)
This removes the last leftovers from the i.MX legacy clock support.
As a bonus we get rid of mach/clock.h
----------------------------------------------------------------
Sascha Hauer (2):
ARM: i.MX clk pllv1: move mxc_decode_pll code to its user
ARM: i.MX remove last leftovers from legacy clock support
arch/arm/mach-imx/Makefile | 2 +-
arch/arm/mach-imx/clk-pllv1.c | 49 +++++-
arch/arm/mach-imx/clk.c | 3 +
arch/arm/mach-imx/clk.h | 3 +-
arch/arm/mach-imx/mach-kzm_arm11_01.c | 1 -
arch/arm/plat-mxc/Makefile | 2 +-
arch/arm/plat-mxc/clock.c | 257 --------------------------------
arch/arm/plat-mxc/cpufreq.c | 1 -
arch/arm/plat-mxc/include/mach/clock.h | 70 ---------
9 files changed, 54 insertions(+), 334 deletions(-)
create mode 100644 arch/arm/mach-imx/clk.c
delete mode 100644 arch/arm/plat-mxc/clock.c
delete mode 100644 arch/arm/plat-mxc/include/mach/clock.h
next reply other threads:[~2012-09-11 6:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-11 6:53 Sascha Hauer [this message]
2012-09-11 6:53 ` [PATCH 1/2] ARM: i.MX clk pllv1: move mxc_decode_pll code to its user Sascha Hauer
2012-09-11 6:53 ` [PATCH 2/2] ARM: i.MX remove last leftovers from legacy clock support Sascha Hauer
2012-09-11 12:18 ` [PATCH] i.MX: remove " Shawn Guo
2012-09-11 17:13 ` Mike Turquette
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=1347346396-27669-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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).