4 Jun 2011 00:44
[PATCH v2 6/7] gpio_msm: Move Qualcomm v6 MSM driver into drivers
David Brown <davidb <at> codeaurora.org>
2011-06-03 22:44:18 GMT
2011-06-03 22:44:18 GMT
Migrate the driver for the v6-based MSM chips into drivers/gpio. The driver is unchanged, only moved. Signed-off-by: David Brown <davidb <at> codeaurora.org> Acked-by: Linus Walleij <linus.walleij <at> linaro.org> Acked-by: Nicolas Pitre <nicolas.pitre <at> linaro.org> --- arch/arm/mach-msm/Kconfig | 3 +++ arch/arm/mach-msm/Makefile | 2 -- drivers/gpio/Kconfig | 8 ++++++++ drivers/gpio/Makefile | 1 + arch/arm/mach-msm/gpio.c => drivers/gpio/msm_v1.c | 7 +++---- .../mach-msm/gpio_hw.h => drivers/gpio/msm_v1.h | 9 ++++----- 6 files changed, 19 insertions(+), 11 deletions(-) rename arch/arm/mach-msm/gpio.c => drivers/gpio/msm_v1.c (98%) rename arch/arm/mach-msm/gpio_hw.h => drivers/gpio/msm_v1.h (98%) diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 1516896..cc7c0b2 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig <at> <at> -11,6 +11,7 <at> <at> config ARCH_MSM7X00A select MSM_SMD select MSM_SMD_PKG3 select CPU_V6 + select GPIO_MSM_V1 select MSM_PROC_COMM select HAS_MSM_DEBUG_UART_PHYS <at> <at> -22,6 +23,7 <at> <at> config ARCH_MSM7X30(Continue reading)
RSS Feed