Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758457Ab0FOVLQ (ORCPT ); Tue, 15 Jun 2010 17:11:16 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:34948 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754622Ab0FOVLP (ORCPT ); Tue, 15 Jun 2010 17:11:15 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6014"; a="44404147" From: Gregory Bean To: akpm@linux-foundation.org Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Gregory Bean Subject: [PATCH 0/2 v4] gpio: msm7200a: Add gpiolib support for MSM chips. Date: Tue, 15 Jun 2010 14:11:06 -0700 Message-Id: <1276636268-4891-1-git-send-email-gbean@codeaurora.org> X-Mailer: git-send-email 1.7.0.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 31 Hi folks: Here is a proposed driver which adds gpio and irq support to all currently-supported arm-msm SoCs. Feedback is greatly appreciated. Revision history: v2: Cleaned up some housekeeping noise in probe and remove methods. v3: Incorporated feedback from ben-linux@fluff.org. v4: Incorporated feedback from akpm@linux-foundation.org. Gregory Bean (2): gpio: msm7200a: Add gpiolib support for MSM chips. gpio: msm7200a: Add irq support to msm-gpiolib. MAINTAINERS | 2 + drivers/gpio/Kconfig | 8 + drivers/gpio/Makefile | 1 + drivers/gpio/msm7200a-gpio.c | 353 +++++++++++++++++++++++++++++++++++++++++ include/linux/msm7200a-gpio.h | 87 ++++++++++ 5 files changed, 451 insertions(+), 0 deletions(-) create mode 100644 drivers/gpio/msm7200a-gpio.c create mode 100644 include/linux/msm7200a-gpio.h -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- 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/