diff options
author | David Brown <davidb@codeaurora.org> | 2011-05-16 22:57:39 +0200 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-08-01 13:58:00 +0200 |
commit | 74d10d7461693ad001f81f0a380b44d526d3f1de (patch) | |
tree | c1053ff804038bfe0ee64ee06fcedc6608bcd86e /drivers/gpio/gpio-msm-v1.c | |
parent | msm: gpio: Fold register defs into C file (diff) | |
download | linux-74d10d7461693ad001f81f0a380b44d526d3f1de.tar.xz linux-74d10d7461693ad001f81f0a380b44d526d3f1de.zip |
gpio_msm: Move Qualcomm v6 MSM driver into drivers
Migrate the driver for the v6-based MSM chips into drivers/gpio. The
driver is unchanged, only moved.
Change-Id: I03ba597b95b4d62b42da112a8efac88d67aa40f9
Signed-off-by: David Brown <davidb@codeaurora.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpio/gpio-msm-v1.c (renamed from arch/arm/mach-msm/gpio.c) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-msm/gpio.c b/drivers/gpio/gpio-msm-v1.c index 3bbf50ed2b42..52a4d4286eba 100644 --- a/arch/arm/mach-msm/gpio.c +++ b/drivers/gpio/gpio-msm-v1.c @@ -1,7 +1,6 @@ -/* linux/arch/arm/mach-msm/gpio.c - * +/* * Copyright (C) 2007 Google, Inc. - * Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved. + * Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and |