linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM: mxs: timer code cleanup
@ 2013-03-25 15:17 Shawn Guo
  2013-03-25 15:17 ` [PATCH 1/6] ARM: mxs: use CLKSRC_OF helper to initialize timer Shawn Guo
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Shawn Guo @ 2013-03-25 15:17 UTC (permalink / raw)
  To: linux-arm-kernel

The series cleans up mxs timer driver and then moves it into
drivers/clocksource.  It moves mxs platform one step toward
multiplatform support.

It's based on arm-soc/clksrc/cleanup.

Shawn Guo (6):
  ARM: mxs: use CLKSRC_OF helper to initialize timer
  ARM: mxs: look up timrot clock from device tree
  ARM: mxs: get timrot base address from device tree
  ARM: mxs: remove cpu_is_mx23() call from timer code
  ARM: mxs: select STMP_DEVICE and use it for timer code
  ARM: mxs: move timer driver into drivers/clocksource

 arch/arm/Kconfig                                   |    2 ++
 arch/arm/boot/dts/imx23.dtsi                       |    1 +
 arch/arm/boot/dts/imx28.dtsi                       |    1 +
 arch/arm/mach-mxs/Makefile                         |    2 +-
 arch/arm/mach-mxs/include/mach/common.h            |    1 -
 arch/arm/mach-mxs/mach-mxs.c                       |    3 ++
 drivers/clk/mxs/clk-imx23.c                        |    4 ---
 drivers/clk/mxs/clk-imx28.c                        |    3 --
 drivers/clocksource/Makefile                       |    1 +
 .../timer.c => drivers/clocksource/mxs_timer.c     |   36 +++++++++-----------
 10 files changed, 26 insertions(+), 28 deletions(-)
 rename arch/arm/mach-mxs/timer.c => drivers/clocksource/mxs_timer.c (91%)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-07-11 13:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 15:17 [PATCH 0/6] ARM: mxs: timer code cleanup Shawn Guo
2013-03-25 15:17 ` [PATCH 1/6] ARM: mxs: use CLKSRC_OF helper to initialize timer Shawn Guo
2013-03-25 15:17 ` [PATCH 2/6] ARM: mxs: look up timrot clock from device tree Shawn Guo
2013-07-11 10:56   ` Uwe Kleine-König
2013-07-11 13:57     ` Shawn Guo
2013-03-25 15:17 ` [PATCH 3/6] ARM: mxs: get timrot base address " Shawn Guo
2013-03-25 15:17 ` [PATCH 4/6] ARM: mxs: remove cpu_is_mx23() call from timer code Shawn Guo
2013-03-25 15:17 ` [PATCH 5/6] ARM: mxs: select STMP_DEVICE and use it for " Shawn Guo
2013-03-25 15:17 ` [PATCH 6/6] ARM: mxs: move timer driver into drivers/clocksource Shawn Guo

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