From: Vincent Palatin Date: Tue, 24 Jun 2014 23:56:54 +0000 (-0700) Subject: i2c: s3c2410: resume the I2C controller earlier X-Git-Tag: omap-for-v3.17/fixes-against-rc2~107^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b19c1959b09b0ab7f4af6ab99a09e00f9f5672ff;p=pandora-kernel.git i2c: s3c2410: resume the I2C controller earlier When the wake-up is triggered by the PMIC RTC, the RTC driver is trying to read the PMIC interrupt status over I2C and fails because the I2C controller is not resumed yet. Let's resume the I2C controller earlier in the _noirq phase (as other hardwares are doing), so we can properly get the wake-up condition. [tomasz: Also fixes certain issues on Exynos4-based boards.] Signed-off-by: Vincent Palatin Signed-off-by: Doug Anderson Reviewed-by: Javier Martinez Canillas Acked-by: Tomasz Figa Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed