android_kernel_xiaomi_sm7250/arch
Alan Stern d161630297 PM core: rename suspend and resume functions
This patch (as1241) renames a bunch of functions in the PM core.
Rather than go through a boring list of name changes, suffice it to
say that in the end we have a bunch of pairs of functions:

	device_resume_noirq	dpm_resume_noirq
	device_resume		dpm_resume
	device_complete		dpm_complete
	device_suspend_noirq	dpm_suspend_noirq
	device_suspend		dpm_suspend
	device_prepare		dpm_prepare

in which device_X does the X operation on a single device and dpm_X
invokes device_X for all devices in the dpm_list.

In addition, the old dpm_power_up and device_resume_noirq have been
combined into a single function (dpm_resume_noirq).

Lastly, dpm_suspend_start and dpm_resume_end are the renamed versions
of the former top-level device_suspend and device_resume routines.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Magnus Damm <damm@igel.co.jp>
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 core: rename suspend and resume functions 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