]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
gpio: Make gpio-msm-v1 into a platform driver
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 4 Mar 2013 23:08:27 +0000 (15:08 -0800)
committerDavid Brown <davidb@codeaurora.org>
Tue, 5 Mar 2013 20:05:43 +0000 (12:05 -0800)
commit7bce696b07e3b6aafed58c211c7fa19cd734e4c1
tree1d099bb071da401e4f34d8777725a4328614a0da
parent805b3e423567f67ba1e0fdf871763294a1f52cbd
gpio: Make gpio-msm-v1 into a platform driver

Doing this removes the dependence of this driver on the
msm_iomap.h and cpu.h mach include headers provied by MSM. This
is necessary to support single zImage work in the future and
allows us to remove cpu.h entirely and brings us closer to
removing msm_iomap.h.

Cc: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Rohit Vaswani <rvaswani@codeaurora.org>
Acked-by: Rohit Vaswani <rvaswani@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/board-halibut.c
arch/arm/mach-msm/board-msm7x30.c
arch/arm/mach-msm/board-qsd8x50.c
arch/arm/mach-msm/board-trout.c
arch/arm/mach-msm/devices-msm7x00.c
arch/arm/mach-msm/devices-msm7x30.c
arch/arm/mach-msm/devices-qsd8x50.c
arch/arm/mach-msm/devices.h
drivers/gpio/gpio-msm-v1.c