]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spmi: pm: drop bus-level PM suspend/resume routines
authorJosh Cartwright <joshc@codeaurora.org>
Mon, 3 Mar 2014 16:49:44 +0000 (10:49 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:15:52 +0000 (22:15 -0800)
commit442d40a28ea8584771118b9af48127ef1d1ca9cb
treec4fb724b8ec1af8464cb0e6aae8729f9d3693e00
parent2415fc67686621bce7ce020f19408a3987401d8a
spmi: pm: drop bus-level PM suspend/resume routines

SPMI defines the behavior of a device in the "SLEEP" state as being
"user-defined or specified by the device manufacturer".  Without
clearly-defined bus-level semantics for low-power states, push the
responsibility of transitioning a device into/out of "SLEEP" into SPMI
device drivers.

Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/spmi/spmi.c