From patchwork Fri Feb 15 14:11:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Guido_G=C3=BCnther?= X-Patchwork-Id: 1042906 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sigxcpu.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 441FZ66Xwhz9sCh for ; Sat, 16 Feb 2019 01:11:58 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729273AbfBOOL5 (ORCPT ); Fri, 15 Feb 2019 09:11:57 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:44659 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726838AbfBOOL5 (ORCPT ); Fri, 15 Feb 2019 09:11:57 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 03E0CFB06; Fri, 15 Feb 2019 15:11:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K68eWVgKyERr; Fri, 15 Feb 2019 15:11:53 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 3835148DC1; Fri, 15 Feb 2019 15:11:53 +0100 (CET) From: =?utf-8?q?Guido_G=C3=BCnther?= To: Dmitry Torokhov , Rob Herring , Mark Rutland , Bastien Nocera , Matthias Brugger , =?utf-8?q?Guido_G=C3=BCnth?= =?utf-8?q?er?= , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH v3 0/3] input: goodix - support Goodix gt5688 Date: Fri, 15 Feb 2019 15:11:50 +0100 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Besides the support for gt5688 two more minimal changes piled up so I'm folding these in here. One is a doc update for the goodix bindings, the other one makes it a bit simpler to figure out configuration problems (like lack of touchscreen-size-{x,y} in the device tree. I've kept the original subject to (hopefully) not break the series for patchwork. All patches can be applied independently. Series is based on next-20190208. Changes from v2 * Add 'dt-bindings: input: Refer to touchscreen.txt for goodix ts' * Add 'input: goodix: Print values in case of inconsistencies' (sent out separtely before, no comments so far) * Collect 'Reviewed-By' on 'input: goodix - support Goodix gt5688' Changes from v1 * Add tested board to commit message Guido Günther (3): input: goodix - support Goodix gt5688 dt-bindings: input: Refer to touchscreen.txt for goodix ts input: goodix: Print values in case of inconsistencies .../bindings/input/touchscreen/goodix.txt | 14 +++++++++----- drivers/input/touchscreen/goodix.c | 6 +++++- 2 files changed, 14 insertions(+), 6 deletions(-)