From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:65076 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754863Ab0FSQ3J (ORCPT ); Sat, 19 Jun 2010 12:29:09 -0400 From: Gregory Bean Subject: [PATCH 0/3 v2] msm: Add gpiolib devices to MSM7x30 and QSD8x50. Date: Sat, 19 Jun 2010 09:29:01 -0700 Message-Id: <1276964944-11063-1-git-send-email-gbean@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: dwalker@codeaurora.org Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Gregory Bean Hi folks: Here is a proposed patch series which adds the configuration and devices needed to enable gpiolib on the MSM7x30 and QSD8x50 chipsets. Thanks, G Gregory Bean (3): msm: Add gpio register address mapping information. msm: 7x30: Add gpio device configuration. msm: 8x50: add gpio device configuration. arch/arm/mach-msm/board-msm7x30.c | 29 ++++++++- arch/arm/mach-msm/board-qsd8x50.c | 29 ++++++++- arch/arm/mach-msm/devices-msm7x30.c | 23 +++++++ arch/arm/mach-msm/devices-qsd8x50.c | 23 +++++++ arch/arm/mach-msm/devices.h | 35 ++++++++++ arch/arm/mach-msm/gpio_hw-7x30.h | 112 +++++++++++++++++++++++++++++++++ arch/arm/mach-msm/gpio_hw-7xxx.h | 97 ++++++++++++++++++++++++++++ arch/arm/mach-msm/gpio_hw-8x50.h | 112 +++++++++++++++++++++++++++++++++ arch/arm/mach-msm/gpio_hw.h | 35 ++++++++++ arch/arm/mach-msm/include/mach/gpio.h | 2 + 10 files changed, 493 insertions(+), 4 deletions(-) create mode 100644 arch/arm/mach-msm/gpio_hw-7x30.h create mode 100644 arch/arm/mach-msm/gpio_hw-7xxx.h create mode 100644 arch/arm/mach-msm/gpio_hw-8x50.h create mode 100644 arch/arm/mach-msm/gpio_hw.h -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.