commit | f537295a58ddc4460b9857c6e4a6959685447f3b | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Thu May 15 17:37:22 2014 +0300 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Jun 02 19:18:38 2014 +0200 |
tree | 7c7923999856323560c8900a3327ad3845f90060 | |
parent | 7da62cb1853025a579a8942fc4d7c9dee6afb73e [diff] |
i2c: designware: Disable device on system suspend Userspace can initiate system suspend on arbitrary times which means that device drivers must make sure that their device gets quiesced before system suspend is entered. Therefore disable the I2C host controller in the driver system suspend hook. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>