From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: [PATCH 0/9] Input: pixcir_i2c_ts: Add Type-B Multitouch support Date: Wed, 18 Dec 2013 14:51:11 +0530 Message-ID: <1387358480-8313-1-git-send-email-rogerq@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-input-owner@vger.kernel.org To: dmitry.torokhov@gmail.com Cc: rydberg@euromail.se, jcbian@pixcir.com.cn, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Roger Quadros List-Id: devicetree@vger.kernel.org Hi, Some variants of the Pixcir I2C touch controller are more suitable for Type-B multi-touch reporting (e.g. Tango C). This series enhances the driver to support Type-B multi-touch reports. It also adds device tree support and power management. cheers, -roger Roger Quadros (9): Input: pixcir_i2c_ts: Add device tree support Input: pixcir_i2c_ts: Add register definitions Input: pixcir_i2c_ts: Initialize interrupt mode and power mode Input: pixcir_i2c_ts: Use devres managed resource allocations Input: pixcir_i2c_ts: Get rid of pdata->attb_read_val() Input: pixcir_i2c_ts: Add chip specific data structure Input: pixcir_i2c_ts: Implement Type B Multi Touch reporting Input: pixcir_i2c_ts: Add support for TangoC family Input: pixcir_i2c_ts: Implement wakeup from suspend .../bindings/input/touchscreen/pixcir_i2c_ts.txt | 26 + drivers/input/touchscreen/pixcir_i2c_ts.c | 570 +++++++++++++++++---- include/linux/input/pixcir_ts.h | 59 ++- 3 files changed, 564 insertions(+), 91 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/pixcir_i2c_ts.txt -- 1.8.3.2