msm: add gpio driver for single-core SoCs.
authorGregory Bean <gbean@codeaurora.org>
Fri, 10 Sep 2010 22:03:36 +0000 (15:03 -0700)
committerDaniel Walker <dwalker@codeaurora.org>
Wed, 6 Oct 2010 16:01:19 +0000 (09:01 -0700)
commit2783cc265cc57c4bbf788b75fa8c3f06259dffd1
treebb8d1b52c83ee451fd9b06e4bb4df5d2ed4bb1f3
parentab78cde589e89afa039a13bc75d23d249f1c1200
msm: add gpio driver for single-core SoCs.

Install a gpiolib driver supporting the on-chip gpios for
single-core MSMs in the 7x00 family, including 7x00A, 7x25, 7x27,
7x30, 8x50, and 8x50a.

As part of the ongoing effort to converge on a common code base,
this driver is based on the Google-Android msmgpio driver, whose
authors include Brian Swetland and Arve Hjønnevåg.

Cc: Arve Hjønnevåg <arve@android.com>
Cc: H Hartley Sweeten <hartleys@visionengravers.com>
Cc: Ryan Mallon <ryan@bluewatersys.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Gregory Bean <gbean@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/gpio.c [new file with mode: 0644]
arch/arm/mach-msm/gpio_hw.h [new file with mode: 0644]