linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i.MX: remove legacy clock support
@ 2012-09-11  6:53 Sascha Hauer
  2012-09-11  6:53 ` [PATCH 1/2] ARM: i.MX clk pllv1: move mxc_decode_pll code to its user Sascha Hauer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sascha Hauer @ 2012-09-11  6:53 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-11 17:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11  6:53 [PATCH] i.MX: remove legacy clock support Sascha Hauer
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

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).