Re: [PATCH V2] gpio: tegra: fix suspend/resume apis

2012-11-08 Thread Linus Walleij
On Thu, Nov 8, 2012 at 5:22 AM, Laxman Dewangan wrote: > Changes from V1: > - It was 2/2/ for prev patch and dropping 1/2. > - nit cleanup in change. > - Added ack from Stephen as it is acked in 2/2. Oh I didn't see you respun it yourself. Anyway it's applied now. Yours, Linus Walleij -- To uns

[PATCH V2] gpio: tegra: fix suspend/resume apis

2012-11-07 Thread Laxman Dewangan
Following are changes done to fix the suspend/resume functionality of tegra gpio driver: - Protect suspend/resume callbacks with CONFIG_PM_SLEEP because CONFIG_PM doesn't actually enable any of the PM callbacks, it only allows to enable CONFIG_PM_SLEEP and CONFIG_PM_RUNTIME. This means if CON