From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Date: Thu, 28 Jul 2011 10:27:39 +0000 Subject: staging: Add Cypress TTSP G3 support Message-Id: <1311848862-24236-1-git-send-email-martinez.javier@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Kevin McNeely , devel@linuxdriverproject.org, kernel-janitors@vger.kernel.org, linux-input@vger.kernel.org, Steve Kolokowsky , rydberg@euromail.se, Oleg Drokin , William Marone This patchset adds support to Cypress (TTSP) touchscreen hardware. The original author of this code is Kevin McNeely . The patchset is divided in three patchs: [PATCH 1/3] staging: cyttsp: Add Cypress TTSP G3 Core Driver [PATCH 2/3] staging: cyttsp: Add Cypress TTSP G3 I2C Device Driver [PATCH 3/3] staging: cyttsp: Add Cypress TTSP G3 SPI Device Driver The fist one adds the core support for the TTSP touchscreen and the other two adds communications modules for I2C and SPI buses respectively.