Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753079Ab2FREN7 (ORCPT ); Mon, 18 Jun 2012 00:13:59 -0400 Received: from mail-vc0-f202.google.com ([209.85.220.202]:53670 "EHLO mail-vc0-f202.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751305Ab2FREIs (ORCPT ); Mon, 18 Jun 2012 00:08:48 -0400 From: Daniel Kurtz To: Dmitry Torokhov , Henrik Rydberg , Joonyoung Shim , Nick Dyer , linux-input@vger.kernel.org Cc: Iiro Valkonen , Benson Leung , Yufeng Shen , Olof Johansson , linux-kernel@vger.kernel.org, Daniel Kurtz Subject: [PATCH 00/22 v4] cleanup atmel_mxt_ts Date: Mon, 18 Jun 2012 12:08:20 +0800 Message-Id: <1339992522-22073-1-git-send-email-djkurtz@chromium.org> X-Mailer: git-send-email 1.7.7.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2303 Lines: 50 This patchset cleans up the atmel_mxt_ts touchscreen driver. These patches mostly contain non-controversial changes that were previously reviewed in previous versions of the patchset. However, based on feedback from Henrik, the individual patches are now all much smaller and easier to review. They were tested using an MXT224E, and apply cleanly to input/next. Whenever these patches (or their descendants) are accepted, there is a larger patchset full of additional features and more significant changes that will follow. Daniel Kurtz (22): Input: atmel_mxt_ts - set phys to i2c client adapter name Input: atmel_mxt_ts - use client name for irq Input: atmel_mxt_ts - detect OOM when creating mt slots Input: atmel_mxt_ts - warn if sysfs could not be created Input: atmel_mxt_ts - don't read T5 when dumping objects Input: atmel_mxt_ts - use scnprintf for object sysfs entry Input: atmel_mxt_ts - optimize reading objects in object sysfs entry Input: atmel_mxt_ts - print less overhead when dumping objects Input: atmel_mxt_ts - print all instances when dumping objects Input: atmel_mxt_ts - return errors from i2c layer Input: atmel_mxt_ts - add variable length __mxt_write_reg Input: atmel_mxt_ts - optimize writing of object table entries Input: atmel_mxt_ts - read ID information block in one i2c transaction Input: atmel_mxt_ts - don't re-read matrix after applying pdata Input: atmel_mxt_ts - update driver ID info logging Input: atmel_mxt_ts - add sysfs entries to read fw and hw version Input: atmel_mxt_ts - simplify event reporting Input: atmel_mxt_ts - add detail to touchevent debug message Input: atmel_mxt_ts - cache T9 reportid range when reading object table Input: atmel_mxt_ts - use T9 reportid range to init number of mt slots Input: atmel_mxt_ts - send all MT-B slots in one input report Input: atmel_mxt_ts - parse T6 reports drivers/input/touchscreen/atmel_mxt_ts.c | 449 ++++++++++++++---------------- 1 files changed, 212 insertions(+), 237 deletions(-) -- 1.7.7.3 -- 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/