linux-kernel-test/arch
Magnus Damm e39a71ef80 PM: Rename device_power_down/up()
Rename the functions performing "_noirq" dev_pm_ops
operations from device_power_down() and device_power_up()
to device_suspend_noirq() and device_resume_noirq().

The new function names are chosen to show that the functions
are responsible for calling the _noirq() versions to finalize
the suspend/resume operation. The current function names do
not perform power down/up anymore so the names may be misleading.

Global function renames:
- device_power_down() -> device_suspend_noirq()
- device_power_up() -> device_resume_noirq()

Static function renames:
- suspend_device_noirq() -> __device_suspend_noirq()
- resume_device_noirq() -> __device_resume_noirq()

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Acked-by: Len Brown <lenb@kernel.org>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
2009-06-12 21:32:31 +02:00
..
alpha PM: Remove unused asm/suspend.h 2009-06-12 21:32:31 +02:00
arm PM: Remove unused asm/suspend.h 2009-06-12 21:32:31 +02:00
avr32 module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
blackfin flat: fix data sections alignment 2009-05-29 08:40:02 -07:00
cris module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
frv module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
h8300 module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
ia64 PM: Remove unused asm/suspend.h 2009-06-12 21:32:31 +02:00
m32r module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
m68k PM: Remove unused asm/suspend.h 2009-06-12 21:32:31 +02:00
m68knommu module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
microblaze microblaze: Fix kind-of-intr checking against number of interrupts 2009-05-18 14:47:42 +02:00
mips PM: Remove unused asm/suspend.h 2009-06-12 21:32:31 +02:00
mn10300 module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
parisc module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
powerpc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 2009-06-12 11:16:27 -07:00
s390 PM: Remove unused asm/suspend.h 2009-06-12 21:32:31 +02:00
sh module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
sparc module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
um PM: Remove unused asm/suspend.h 2009-06-12 21:32:31 +02:00
x86 PM: Rename device_power_down/up() 2009-06-12 21:32:31 +02:00
xtensa module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
.gitignore
Kconfig mutex: have non-spinning mutexes on s390 by default 2009-04-09 19:28:24 +02:00