Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760118Ab0FKKNt (ORCPT ); Fri, 11 Jun 2010 06:13:49 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:45062 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758542Ab0FKKNq (ORCPT ); Fri, 11 Jun 2010 06:13:46 -0400 From: Luotao Fu To: Samuel Ortiz , Dmitry Torokhov , Andrew Morton Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, l.fu@pengutronix.de Subject: Patch serie for STMPE811 Date: Fri, 11 Jun 2010 12:13:12 +0200 Message-Id: <1276251195-22981-1-git-send-email-l.fu@pengutronix.de> X-Mailer: git-send-email 1.7.1 X-SA-Exim-Connect-IP: 2001:6f8:1178:2:215:17ff:fe12:23b0 X-SA-Exim-Mail-From: l.fu@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 24 Hi, the following patch serie adds support to the STMPE811 device by ST Micro. STMPE811 is a multifunction device, which contains a GPIO controller, a Touchscreen controller, an ADC and a temperature sensor. The following patch serie provides a core driver, a driver for the GPIO controller and a driver for the touch screen controller. The documentation for the chip is, well, let's say not quite accurate. Especially the touch screen controller crashes under conditions, which are not documented any where. (did not manage to find any erratum also) The reference code by st is crappy and also leads to crashes. I made some workarounds for these troubles and documented them in the comments in the driver. So pls check the comment if you spot any strange stuff. Tested on a board with a i.MX27 SOC. cheers Luotao Fu -- 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/