From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932530AbaCTNqG (ORCPT ); Thu, 20 Mar 2014 09:46:06 -0400 Received: from mail.karo-electronics.de ([81.173.242.67]:52111 "EHLO mail.karo-electronics.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758578AbaCTNpc (ORCPT ); Thu, 20 Mar 2014 09:45:32 -0400 From: =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= To: Dmitry Torokhov , Fugang Duan , Grant Likely , Henrik Rydberg , Ian Campbell , Jingoo Han , Kumar Gala , Mark Rutland , Pawel Moll , Rob Herring , Rob Landley , Sachin Kamat , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Simon Budig , =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= , Daniel Wagener Subject: [PATCHv5 0/5] Input: edt-ft5x06: Add DT support Date: Thu, 20 Mar 2014 14:44:30 +0100 Message-Id: <1395323075-12146-1-git-send-email-LW@KARO-electronics.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1395234563-11034-1-git-send-email-LW@KARO-electronics.de> References: <1395234563-11034-1-git-send-email-LW@KARO-electronics.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes wrt. v1: addressed the comments from Jingoo Han and Mark Rutland - added another patch to convert the driver to use devm_* functions - removed sysfs reference from bindings documentation - changed '_' to '-' in property name - added 'edt,' prefix to properties names - added sanity check for parameters read from DT - cleaned up the gpio handling code Changes wrt. v2: - fixed the devm_* messup reported by Dmitry Torokhov - added unit for report-rate property to the binding doc - added separate patch to fix the reset delays Changes wrt: v3: - removed patches that have already been applied in the mean time - ignore touchdown events, since those may report bad coordinates - added support for a new firmware version Changes wrt: v4: - removed some empty lines in the cleanup patch - addressed comments by Mark Rutland concerning the binding doc - use of_property_read_u32() instead of of_property_get() - dropped the 'report_rate' property - addressed comments by Fugang Duan - added Daniel Wagener and myself to the Copyright header in the source file - use msleep() rather than mdelay() for the reset/wake pin timing