]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: tegra: convert normal suspend/resume to *_noirq
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 10 Jul 2012 11:20:44 +0000 (16:50 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Thu, 12 Jul 2012 10:33:45 +0000 (12:33 +0200)
commit7c86d44cda2e715bc95f525fd0eac4bd6a66998e
tree00297bd1926b19e5c450ee67cace4fd487a01fdd
parent6a7b3c3c465cef29d92dfc3fbbff0d958aa8be04
i2c: tegra: convert normal suspend/resume to *_noirq

To provide the late suspend and early resume for i2c
driver, convert the suspend/resume as
suspend-> suspend_noirq
resume -> resume_noirq

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
[wsa: fixed up to match previous pm_ops change]

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/i2c-tegra.c