public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] 32k sync timer meets hwmod
@ 2010-10-19  9:22 Felipe Balbi
  2010-10-19  9:22 ` [PATCH 1/5] arm: omap1/2/3/4: convert 32k-sync driver to a platform_driver Felipe Balbi
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Felipe Balbi @ 2010-10-19  9:22 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Linux OMAP Mailing List, Felipe Balbi

Hi all,

Converted 32k-sync timer to platform_driver
and now using pm_runtime and hwmod.

Tested on 3430 by me and 4430 by Tarun

If someone could test on 2430 and 2420, I would
be really glad.

Felipe Balbi (5):
  arm: omap1/2/3/4: convert 32k-sync driver to a platform_driver
  arm: omap: counter-32k: convert to pm_runtime API
  clocksource: move omap 32k timer to drivers/clocksource
  arm: omap: introduce 32k timer hwmod for omap2/3/4
  arm: omap: 32k: move to omap_device_build

 arch/arm/mach-omap1/devices.c              |   24 +++
 arch/arm/mach-omap2/clock2420_data.c       |    2 +-
 arch/arm/mach-omap2/clock2430_data.c       |    2 +-
 arch/arm/mach-omap2/clock3xxx_data.c       |    2 +-
 arch/arm/mach-omap2/devices.c              |   36 +++++
 arch/arm/mach-omap2/omap_hwmod_2420_data.c |   52 ++++++
 arch/arm/mach-omap2/omap_hwmod_2430_data.c |   52 ++++++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |   51 ++++++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |   61 ++++++++
 arch/arm/plat-omap/Makefile                |    2 +-
 arch/arm/plat-omap/counter_32k.c           |  183 ----------------------
 drivers/clocksource/Makefile               |    1 +
 drivers/clocksource/omap-32k.c             |  231 ++++++++++++++++++++++++++++
 13 files changed, 512 insertions(+), 187 deletions(-)
 delete mode 100644 arch/arm/plat-omap/counter_32k.c
 create mode 100644 drivers/clocksource/omap-32k.c

-- 
1.7.3.1.120.g38a18


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

end of thread, other threads:[~2010-10-25  7:45 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19  9:22 [PATCH 0/5] 32k sync timer meets hwmod Felipe Balbi
2010-10-19  9:22 ` [PATCH 1/5] arm: omap1/2/3/4: convert 32k-sync driver to a platform_driver Felipe Balbi
2010-10-19  9:22 ` [PATCH 2/5] arm: omap: counter-32k: convert to pm_runtime API Felipe Balbi
2010-10-21 17:46   ` Kevin Hilman
2010-10-21 19:06     ` Felipe Balbi
2010-10-21 20:17       ` Kevin Hilman
2010-10-22  6:31         ` Felipe Balbi
2010-10-19  9:22 ` [PATCH 3/5] clocksource: move omap 32k timer to drivers/clocksource Felipe Balbi
2010-10-19  9:22 ` [PATCH 4/5] arm: omap: introduce 32k timer hwmod for omap2/3/4 Felipe Balbi
2010-10-20 21:32   ` Cousson, Benoit
2010-10-21  5:30     ` Felipe Balbi
2010-10-21 17:57   ` Kevin Hilman
2010-10-21 19:08     ` Felipe Balbi
2010-10-21 20:20       ` Kevin Hilman
2010-10-21 20:29   ` Kevin Hilman
2010-10-19  9:22 ` [PATCH 5/5] arm: omap: 32k: move to omap_device_build Felipe Balbi
2010-10-19  9:23 ` [PATCH 0/5] 32k sync timer meets hwmod Felipe Balbi
2010-10-20 21:29 ` Cousson, Benoit
2010-10-21  5:04   ` DebBarma, Tarun Kanti
2010-10-21 18:00 ` Kevin Hilman
2010-10-21 19:09   ` Felipe Balbi
2010-10-22 19:01     ` green
2010-10-25  7:45       ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox