From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Nocera Subject: Re: [PATCH v3 3/5] Input: goodix - add power management support Date: Tue, 30 Jun 2015 17:56:12 +0200 Message-ID: <1435679772.2612.12.camel@hadess.net> References: <1435595304-4840-1-git-send-email-irina.tirdea@intel.com> <1435595304-4840-4-git-send-email-irina.tirdea@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from relay5-d.mail.gandi.net ([217.70.183.197]:54070 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752459AbbF3P4p (ORCPT ); Tue, 30 Jun 2015 11:56:45 -0400 In-Reply-To: <1435595304-4840-4-git-send-email-irina.tirdea@intel.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Irina Tirdea , Dmitry Torokhov , Mark Rutland , linux-input@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Rob Herring , Pawel Moll , Ian Campbell , Kumar Gala , Octavian Purdila 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 on Goodix datasheets for GT911 and GT9271 > and on Goodix driver gt9xx.c for Android (publicly available > in Android kernel trees for various devices). How can I functionally test this?