From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: [UPDATED v3] WM97xx touchscreen drivers Date: Mon, 21 Jan 2008 15:24:02 +0000 Message-ID: <20080121152402.GA7518@rakim.wolfsonmicro.main> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Dmitry Torokhov Cc: linux-input@atrey.karlin.mff.cuni.cz, linux-kernel@vger.kernel.org, Liam Girdwood , Rodolfo Giometti , Russell King , Marc Kleine-Budde , Ian Molton , Vincent Sanders , Andrew Zabolotny , dbaryshkov@gmail.com List-Id: linux-input@vger.kernel.org This patch series adds support for the touchscreen controllers provided by Wolfson Microelectronics WM97xx series chips in both polled and streaming modes. Changes since last submission: - Replace custom wm97xx bus type with use of the platform bus. - Remove reference counting on device open duplicated from input core. - Minor style and correctness cleanups.