ARM: OMAP2+: clockdomain: work on wkdep/sleepdep functions
authorPaul Walmsley <paul@pwsan.com>
Sat, 26 Jan 2013 07:58:17 +0000 (00:58 -0700)
committerPaul Walmsley <paul@pwsan.com>
Tue, 29 Jan 2013 21:59:57 +0000 (14:59 -0700)
commit65958fb6ca7b7e504caf852e492fe554224de1ba
tree134415a1b1a1a42aab24db27d233a307fa22e511
parentcc3af91b504ab1810311c78cce1bc2b7f52240ee
ARM: OMAP2+: clockdomain: work on wkdep/sleepdep functions

Split the clkdm_(add|del)_(wk|sleep)dep() functions into lockless and
locking versions -- this will be needed in a subsequent patch.  Also,
while here, remove the leading underscore, since these are not
currently static functions.  And for functions that have
kerneldoc-style comment blocks, but which are missing the initial
'/**' tag, fix the tag to indicate that they are kerneldoc.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clockdomain.c
arch/arm/mach-omap2/clockdomain.h
arch/arm/mach-omap2/cm3xxx.c