From: Russell King Date: Tue, 26 Aug 2008 09:40:50 +0000 (+0100) Subject: [I2C] pxa: provide late suspend and early resume hooks X-Git-Tag: v2.6.28-rc1~293^2~6^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d48fa2b5fbc7f74bb7ef4a8d7e080b0e831ef0;p=pandora-kernel.git [I2C] pxa: provide late suspend and early resume hooks Properly hook the I2C driver into the PM code; the previous fix for this (ece5f7b3c4fde70a1ae4add7372ebca5c90bc34d) worked around the platform where I2C is required to be available early during resume. It has been found to be sufficient to use the early resume hook for this function, so the original hack can die. Leave the hack in place for the PIO transfer handler though. Signed-off-by: Russell King --- Reading git-diff-tree failed