Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933026AbYB2Qut (ORCPT ); Fri, 29 Feb 2008 11:50:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761023AbYB2Que (ORCPT ); Fri, 29 Feb 2008 11:50:34 -0500 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:58918 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1760995AbYB2Quc (ORCPT ); Fri, 29 Feb 2008 11:50:32 -0500 Date: Fri, 29 Feb 2008 16:50:29 +0000 From: Mark Brown To: Andrew Morton , Dmitry Torokhov Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Liam Girdwood , Graeme Gregory , Dmitry Baryshkov , Rodolfo Giometti , Russell King , Marc Kleine-Budde , Pete MacKay , Ian Molton , Vince Sanders , Andrew Zabolotny Subject: WM97xx touchscreen drivers Message-ID: <20080229165029.GB11451@rakim.wolfsonmicro.main> Mail-Followup-To: Andrew Morton , Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Liam Girdwood , Graeme Gregory , Dmitry Baryshkov , Rodolfo Giometti , Russell King , Marc Kleine-Budde , Pete MacKay , Ian Molton , Vince Sanders , Andrew Zabolotny MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Cookie: Printed on recycled paper. User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1915 Lines: 40 This patch series updates the WM97xx touchscreen drivers following feedback by Andrew Morton and Pete MacKay. Highlights include: - Improved documentation. - Quiescing of poll during suspend. - Fix handling of signals in mainstone-wm97xx. These changes can also be pulled from the git repository at: git://opensource.wolfsonmicro.com/linux-2.6-touch upstream Mark Brown (6): Core driver for WM97xx touchscreens Add chip driver for WM9705 touchscreen Add chip driver for WM9712 touchscreen Add chip driver for WM9713 touchscreen Driver for WM97xx touchscreens in streaming mode on Mainstone Build system and MAINTAINERS entry for WM97xx touchscreen drivers MAINTAINERS | 10 + drivers/input/touchscreen/Kconfig | 52 ++ drivers/input/touchscreen/Makefile | 7 + drivers/input/touchscreen/mainstone-wm97xx.c | 299 ++++++++++ drivers/input/touchscreen/wm9705.c | 352 ++++++++++++ drivers/input/touchscreen/wm9712.c | 461 ++++++++++++++++ drivers/input/touchscreen/wm9713.c | 459 ++++++++++++++++ drivers/input/touchscreen/wm97xx-core.c | 760 ++++++++++++++++++++++++++ include/linux/wm97xx.h | 308 +++++++++++ 9 files changed, 2708 insertions(+), 0 deletions(-) create mode 100644 drivers/input/touchscreen/mainstone-wm97xx.c create mode 100644 drivers/input/touchscreen/wm9705.c create mode 100644 drivers/input/touchscreen/wm9712.c create mode 100644 drivers/input/touchscreen/wm9713.c create mode 100644 drivers/input/touchscreen/wm97xx-core.c create mode 100644 include/linux/wm97xx.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/