[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1387358480-8313-1-git-send-email-rogerq@ti.com>
Date: Wed, 18 Dec 2013 14:51:11 +0530
From: Roger Quadros <rogerq@...com>
To: <dmitry.torokhov@...il.com>
CC: <rydberg@...omail.se>, <jcbian@...cir.com.cn>,
<linux-input@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<devicetree@...r.kernel.org>, Roger Quadros <rogerq@...com>
Subject: [PATCH 0/9] Input: pixcir_i2c_ts: Add Type-B Multitouch support
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists