* [PATCH 0/9] dmtimer code clean-up first pass
@ 2014-04-17 0:00 Joel Fernandes
0 siblings, 0 replies; only message in thread
From: Joel Fernandes @ 2014-04-17 0:00 UTC (permalink / raw)
To: Tony Lindgren
Cc: Rajendra Nayak, Linux OMAP List, Linux ARM Kernel List,
Linux Kernel Mailing List
Here are some minor cleanups for dmtimer code in preparation for moving it out
to drivers.
There is OMAP1 specific dmtimer code earlier, that are handled in mach-omap1
directly now. Other than this, few functions and code has been refactored to
reduce redundancy and some minor cleanups.
OMAP1 hasn't been tested so I welcome anyone with HW to test this.
Joel Fernandes (9):
ARM: OMAP: dmtimer: Remove setting of clk parent indirectly through
platform hook
ARM: OMAP: dmtimer: Add comments on OMAP1 clock framework
ARM: OMAP: dmtimer: Add note to set parent from DT
ARM: OMAP: dmtimer: Add function to check if timer is running
ARM: OMAP1: dmtimer: Rewrite modify of IDLECT mask to use new
is_running function
ARM: OMAP: dmtimer: Add a write_ctrl function to simplify bit setting
ARM: OMAP: dmtimer: Have __omap_dm_timer_load_start set ST bit in
CTRL instead of caller
ARM: OMAP: dmtimer: Add function to check for timer availability
ARM: OMAP: dmtimer: Get rid of check for mem resource error
arch/arm/mach-omap1/include/mach/hardware.h | 2 +
arch/arm/mach-omap1/timer.c | 34 ++++-
arch/arm/mach-omap2/timer.c | 6 +-
arch/arm/plat-omap/dmtimer.c | 185 +++++++++++++--------------
arch/arm/plat-omap/include/plat/dmtimer.h | 4 +-
include/linux/platform_data/dmtimer-omap.h | 2 -
6 files changed, 129 insertions(+), 104 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-17 0:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17 0:00 [PATCH 0/9] dmtimer code clean-up first pass Joel Fernandes
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).