From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756227AbbJIO10 (ORCPT ); Fri, 9 Oct 2015 10:27:26 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:50876 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752841AbbJIO1X (ORCPT ); Fri, 9 Oct 2015 10:27:23 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1444400838.28661.31.camel@hadess.net> Subject: Re: [PATCH v8 0/9] Goodix touchscreen enhancements From: Bastien Nocera To: Irina Tirdea , Dmitry Torokhov , Aleksei Mamlin , Arnd Bergmann , linux-input@vger.kernel.org Cc: Mark Rutland , Octavian Purdila , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Date: Fri, 09 Oct 2015 16:27:18 +0200 In-Reply-To: <1444314231-19206-1-git-send-email-irina.tirdea@intel.com> References: <1444314231-19206-1-git-send-email-irina.tirdea@intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.0 (3.18.0-1.fc23) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-10-08 at 17:23 +0300, Irina Tirdea wrote: > Add several enhancements to the Goodix touchscreen driver. > > The new functionality is only available for devices that > declare named gpio pins for interrupt and reset in their > ACPI/DT configuration. You can add Tested-by: Bastien Nocera to the whole patchset. The features that don't work on my system (broken GPIO configuration) don't actually cause problems, the configuration dump doesn't appear, etc. In the future, I should probably try and see _why_ it doesn't work (or maybe the hardware maker didn't think it was necessary to flog their cheap hardware). Thanks a lot for your patience. Cheers