From mboxrd@z Thu Jan 1 00:00:00 1970 From: Irina Tirdea Subject: [PATCH 0/9] Goodix touchscreen enhancements Date: Thu, 28 May 2015 15:47:36 +0300 Message-ID: <1432817265-23891-1-git-send-email-irina.tirdea@intel.com> Return-path: Received: from mga01.intel.com ([192.55.52.88]:9326 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751173AbbE1MsK (ORCPT ); Thu, 28 May 2015 08:48:10 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov , Bastien Nocera , linux-input@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Irina Tirdea Add several enhancements to the Goodix touchscreen driver: - write configuration data to the device - power management support - cleanup and refactoring Irina Tirdea (9): input: goodix: fix alignment issues input: goodix: fix variable length array warning input: goodix: export id and version read from device input: goodix: add ACPI IDs for GT911 and GT9271 input: goodix: reset device at init input: goodix: write configuration data to device input: goodix: add power management support input: goodix: add support for ESD input: goodix: use goodix_i2c_write_u8 instead of i2c_master_send .../bindings/input/touchscreen/goodix.txt | 14 + drivers/input/touchscreen/goodix.c | 481 +++++++++++++++++++-- 2 files changed, 463 insertions(+), 32 deletions(-) -- 1.9.1