]> git.karo-electronics.de Git - linux-beck.git/commit
i2c: nomadik: Convert to late and early system PM callbacks
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Feb 2014 15:20:53 +0000 (16:20 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 5 Mar 2014 16:11:00 +0000 (17:11 +0100)
commitbce9f8d620e5aed7c677dabe5fda09a3af3d5216
treea8ca2fd04b8ab87b7d47e0426f5ebb99bdc2cb62
parente46d397550835fc41eeaee08afb37ddeb6a01e72
i2c: nomadik: Convert to late and early system PM callbacks

At system suspend_late, runtime PM has been disabled by the PM core
which means we can safely operate on these resources. Consequentially
we no longer have to wait until the noirq phase of the system suspend.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-nomadik.c