All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] dmtimer code clean-up first pass
@ 2014-04-17  0:00 ` Joel Fernandes
  0 siblings, 0 replies; 2+ messages 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] 2+ messages in thread

* [PATCH 0/9] dmtimer code clean-up first pass
@ 2014-04-17  0:00 ` Joel Fernandes
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Fernandes @ 2014-04-17  0:00 UTC (permalink / raw)
  To: linux-arm-kernel

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] 2+ messages in thread

end of thread, other threads:[~2014-04-17  0:00 UTC | newest]

Thread overview: 2+ messages (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
2014-04-17  0:00 ` Joel Fernandes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.