RE: [PATCH v3 3/5] Input: goodix - add power management support

2015-07-30 Thread Tirdea, Irina
el.org > Cc: linux-kernel@vger.kernel.org; Rob Herring; Pawel Moll; Ian Campbell; > Kumar Gala; Purdila, Octavian > Subject: Re: [PATCH v3 3/5] Input: goodix - add power management support > > On Mon, 2015-06-29 at 19:28 +0300, Irina Tirdea wrote: > > Implement suspend/resume

Re: [PATCH v3 3/5] Input: goodix - add power management support

2015-06-30 Thread Bastien Nocera
On Mon, 2015-06-29 at 19:28 +0300, Irina Tirdea wrote: > Implement suspend/resume for goodix driver. > > The suspend and resume process uses the gpio pins. > If the device ACPI/DT information does not declare gpio pins, > suspend/resume will not be available for these devices. > > This is based o