From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754212AbbIIRCr (ORCPT ); Wed, 9 Sep 2015 13:02:47 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39668 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751443AbbIIRCn (ORCPT ); Wed, 9 Sep 2015 13:02:43 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1441818159.27328.30.camel@hadess.net> Subject: Re: [PATCH v3 1/5] Input: goodix - reset device at init From: Bastien Nocera To: "Tirdea, Irina" , "linux-input@vger.kernel.org" Cc: "linux-kernel@vger.kernel.org" , Rob Herring , Pawel Moll , Ian Campbell , Kumar Gala , "Purdila, Octavian" , Dmitry Torokhov , Mark Rutland , "devicetree@vger.kernel.org" Date: Wed, 09 Sep 2015 19:02:39 +0200 In-Reply-To: <1F3AC3675D538145B1661F571FE1805F2F0AC0D3@irsmsx105.ger.corp.intel.com> References: <1435595304-4840-1-git-send-email-irina.tirdea@intel.com> <1435595304-4840-2-git-send-email-irina.tirdea@intel.com> <1435679809.2612.13.camel@hadess.net> <1F3AC3675D538145B1661F571FE1805F2F0AC0D3@irsmsx105.ger.corp.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 (3.16.5-1.fc22) 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-07-30 at 11:27 +0000, Tirdea, Irina wrote: > I can send some additional patches that will simplify testing the > configuration update to the Goodix device. I think this feature is > the easiest > to test so we can determine if writing to the interrupt pin actually > works. > However, even if it is a BIOS problem and the code will work, the > warning > will still be printed in dmesg. Somehow missed this mail before replying to the current patchset. I'd be fine with that, though it's still not clear to me whether the BIOS/hardware is at fault, or the code that's being added to the driver ;) Cheers