Prev: [PATCH 2/2 v2] gpio: msm7200a: Add irq support to msm-gpiolib.
Next: [PATCH 1/2 v2] gpio: msm7200a: Add gpiolib support for MSM chips.
From: Gregory Bean on 11 Jun 2010 20:20 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. 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 | 397 +++++++++++++++++++++++++++++++++++++++++ include/linux/msm7200a-gpio.h | 51 ++++++ 5 files changed, 459 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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |