original_kernel/drivers/base/power
Rafael J. Wysocki 3b3eca3116 PM / Runtime: Fix loops in pm_runtime_clk_notify()
The loops over connection ID strings in pm_runtime_clk_notify()
should actually iterate over the strings and not over the elements
of the first of them, so make them behave as appropriate.

This fixes a regression introduced by commit 600b776eb3
(OMAP1 / PM: Use generic clock manipulation routines for runtime PM).

Reported-and-tested-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
2011-06-07 23:34:58 +02:00
..
Makefile PM: Remove CONFIG_PM_VERBOSE 2011-05-17 23:25:10 +02:00
clock_ops.c PM / Runtime: Fix loops in pm_runtime_clk_notify() 2011-06-07 23:34:58 +02:00
generic_ops.c PM: Introduce generic prepare and complete callbacks for subsystems 2011-05-17 23:26:21 +02:00
main.c PM: Allow drivers to allocate memory from .prepare() callbacks safely 2011-05-17 23:26:00 +02:00
opp.c
power.h
runtime.c
sysfs.c
trace.c
wakeup.c