diff options
-rw-r--r-- | drivers/gpio/Kconfig | 42 | ||||
-rw-r--r-- | drivers/gpio/Makefile | 81 | ||||
-rw-r--r-- | drivers/gpio/gpio-74x164.c (renamed from drivers/gpio/74x164.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-ab8500.c (renamed from drivers/gpio/ab8500-gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-adp5520.c (renamed from drivers/gpio/adp5520-gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-adp5588.c (renamed from drivers/gpio/adp5588-gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-bt8xx.c (renamed from drivers/gpio/bt8xxgpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-cs5535.c (renamed from drivers/gpio/cs5535-gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-ep93xx.c | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-exynos4.c | 5 | ||||
-rw-r--r-- | drivers/gpio/gpio-generic.c (renamed from drivers/gpio/basic_mmio_gpio.c) | 6 | ||||
-rw-r--r-- | drivers/gpio/gpio-it8761e.c (renamed from drivers/gpio/it8761e_gpio.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-janz-ttl.c (renamed from drivers/gpio/janz-ttl.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-langwell.c (renamed from drivers/gpio/langwell_gpio.c) | 4 | ||||
-rw-r--r-- | drivers/gpio/gpio-max7300.c (renamed from drivers/gpio/max7300.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-max7301.c (renamed from drivers/gpio/max7301.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-max730x.c (renamed from drivers/gpio/max730x.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-max732x.c (renamed from drivers/gpio/max732x.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-mc33880.c (renamed from drivers/gpio/mc33880.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-mcp23s08.c (renamed from drivers/gpio/mcp23s08.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-ml-ioh.c (renamed from drivers/gpio/ml_ioh_gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-pca953x.c (renamed from drivers/gpio/pca953x.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-pcf857x.c (renamed from drivers/gpio/pcf857x.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-pch.c (renamed from drivers/gpio/pch_gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-pl061.c (renamed from drivers/gpio/pl061.c) | 4 | ||||
-rw-r--r-- | drivers/gpio/gpio-plat-samsung.c | 3 | ||||
-rw-r--r-- | drivers/gpio/gpio-rdc321x.c (renamed from drivers/gpio/rdc321x-gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-s5pc100.c | 5 | ||||
-rw-r--r-- | drivers/gpio/gpio-s5pv210.c | 5 | ||||
-rw-r--r-- | drivers/gpio/gpio-sch.c (renamed from drivers/gpio/sch_gpio.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-stmpe.c (renamed from drivers/gpio/stmpe-gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-sx150x.c (renamed from drivers/gpio/sx150x.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-tc3589x.c (renamed from drivers/gpio/tc3589x-gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-timberdale.c (renamed from drivers/gpio/timbgpio.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-tps65910.c (renamed from drivers/gpio/tps65910-gpio.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-twl4030.c (renamed from drivers/gpio/twl4030-gpio.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-u300.c | 5 | ||||
-rw-r--r-- | drivers/gpio/gpio-ucb1400.c (renamed from drivers/gpio/ucb1400_gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-vr41xx.c (renamed from drivers/gpio/vr41xx_giu.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-vx855.c (renamed from drivers/gpio/vx855_gpio.c) | 0 | ||||
-rw-r--r-- | drivers/gpio/gpio-wm831x.c (renamed from drivers/gpio/wm831x-gpio.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-wm8350.c (renamed from drivers/gpio/wm8350-gpiolib.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-wm8994.c (renamed from drivers/gpio/wm8994-gpio.c) | 2 | ||||
-rw-r--r-- | drivers/gpio/gpio-xilinx.c (renamed from drivers/gpio/xilinx_gpio.c) | 0 |
44 files changed, 83 insertions, 111 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index f8b6e7d27e4c..89a6a34cc515 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -63,6 +63,9 @@ config GPIO_SYSFS | |||
63 | Kernel drivers may also request that a particular GPIO be | 63 | Kernel drivers may also request that a particular GPIO be |
64 | exported to userspace; this can be useful when debugging. | 64 | exported to userspace; this can be useful when debugging. |
65 | 65 | ||
66 | config GPIO_GENERIC | ||
67 | tristate | ||
68 | |||
66 | # put drivers in the right section, in alphabetical order | 69 | # put drivers in the right section, in alphabetical order |
67 | 70 | ||
68 | config GPIO_MAX730X | 71 | config GPIO_MAX730X |
@@ -70,16 +73,11 @@ config GPIO_MAX730X | |||
70 | 73 | ||
71 | comment "Memory mapped GPIO drivers:" | 74 | comment "Memory mapped GPIO drivers:" |
72 | 75 | ||
73 | config GPIO_BASIC_MMIO_CORE | 76 | config GPIO_GENERIC_PLATFORM |
74 | tristate | 77 | tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" |
75 | help | 78 | select GPIO_GENERIC |
76 | Provides core functionality for basic memory-mapped GPIO controllers. | ||
77 | |||
78 | config GPIO_BASIC_MMIO | ||
79 | tristate "Basic memory-mapped GPIO controllers support" | ||
80 | select GPIO_BASIC_MMIO_CORE | ||
81 | help | 79 | help |
82 | Say yes here to support basic memory-mapped GPIO controllers. | 80 | Say yes here to support basic platform_device memory-mapped GPIO controllers. |
83 | 81 | ||
84 | config GPIO_IT8761E | 82 | config GPIO_IT8761E |
85 | tristate "IT8761E GPIO support" | 83 | tristate "IT8761E GPIO support" |
@@ -94,14 +92,14 @@ config GPIO_EXYNOS4 | |||
94 | def_bool y | 92 | def_bool y |
95 | depends on CPU_EXYNOS4210 | 93 | depends on CPU_EXYNOS4210 |
96 | 94 | ||
97 | config GPIO_MXS | ||
98 | def_bool y | ||
99 | depends on ARCH_MXS | ||
100 | |||
101 | config GPIO_MXC | 95 | config GPIO_MXC |
102 | def_bool y | 96 | def_bool y |
103 | depends on ARCH_MXC | 97 | depends on ARCH_MXC |
104 | select GPIO_BASIC_MMIO_CORE | 98 | select GPIO_GENERIC |
99 | |||
100 | config GPIO_MXS | ||
101 | def_bool y | ||
102 | depends on ARCH_MXS | ||
105 | 103 | ||
106 | config GPIO_PLAT_SAMSUNG | 104 | config GPIO_PLAT_SAMSUNG |
107 | def_bool y | 105 | def_bool y |
@@ -150,9 +148,6 @@ config GPIO_SCH | |||
150 | The Intel Tunnel Creek processor has 5 GPIOs powered by the | 148 | The Intel Tunnel Creek processor has 5 GPIOs powered by the |
151 | core power rail and 9 from suspend power supply. | 149 | core power rail and 9 from suspend power supply. |
152 | 150 | ||
153 | This driver can also be built as a module. If so, the module | ||
154 | will be called sch-gpio. | ||
155 | |||
156 | config GPIO_VX855 | 151 | config GPIO_VX855 |
157 | tristate "VIA VX855/VX875 GPIO" | 152 | tristate "VIA VX855/VX875 GPIO" |
158 | depends on MFD_SUPPORT && PCI | 153 | depends on MFD_SUPPORT && PCI |
@@ -215,9 +210,6 @@ config GPIO_PCA953X | |||
215 | 210 | ||
216 | 16 bits: pca9535, pca9539, pca9555, tca6416 | 211 | 16 bits: pca9535, pca9539, pca9555, tca6416 |
217 | 212 | ||
218 | This driver can also be built as a module. If so, the module | ||
219 | will be called pca953x. | ||
220 | |||
221 | config GPIO_PCA953X_IRQ | 213 | config GPIO_PCA953X_IRQ |
222 | bool "Interrupt controller support for PCA953x" | 214 | bool "Interrupt controller support for PCA953x" |
223 | depends on GPIO_PCA953X=y | 215 | depends on GPIO_PCA953X=y |
@@ -309,17 +301,12 @@ config GPIO_ADP5520 | |||
309 | This option enables support for on-chip GPIO found | 301 | This option enables support for on-chip GPIO found |
310 | on Analog Devices ADP5520 PMICs. | 302 | on Analog Devices ADP5520 PMICs. |
311 | 303 | ||
312 | To compile this driver as a module, choose M here: the module will | ||
313 | be called adp5520-gpio. | ||
314 | |||
315 | config GPIO_ADP5588 | 304 | config GPIO_ADP5588 |
316 | tristate "ADP5588 I2C GPIO expander" | 305 | tristate "ADP5588 I2C GPIO expander" |
317 | depends on I2C | 306 | depends on I2C |
318 | help | 307 | help |
319 | This option enables support for 18 GPIOs found | 308 | This option enables support for 18 GPIOs found |
320 | on Analog Devices ADP5588 GPIO Expanders. | 309 | on Analog Devices ADP5588 GPIO Expanders. |
321 | To compile this driver as a module, choose M here: the module will be | ||
322 | called adp5588-gpio. | ||
323 | 310 | ||
324 | config GPIO_ADP5588_IRQ | 311 | config GPIO_ADP5588_IRQ |
325 | bool "Interrupt controller support for ADP5588" | 312 | bool "Interrupt controller support for ADP5588" |
@@ -441,9 +428,6 @@ config GPIO_UCB1400 | |||
441 | This enables support for the Philips UCB1400 GPIO pins. | 428 | This enables support for the Philips UCB1400 GPIO pins. |
442 | The UCB1400 is an AC97 audio codec. | 429 | The UCB1400 is an AC97 audio codec. |
443 | 430 | ||
444 | To compile this driver as a module, choose M here: the | ||
445 | module will be called ucb1400_gpio. | ||
446 | |||
447 | comment "MODULbus GPIO expanders:" | 431 | comment "MODULbus GPIO expanders:" |
448 | 432 | ||
449 | config GPIO_JANZ_TTL | 433 | config GPIO_JANZ_TTL |
@@ -454,7 +438,7 @@ config GPIO_JANZ_TTL | |||
454 | This driver provides support for driving the pins in output | 438 | This driver provides support for driving the pins in output |
455 | mode only. Input mode is not supported. | 439 | mode only. Input mode is not supported. |
456 | 440 | ||
457 | config AB8500_GPIO | 441 | config GPIO_AB8500 |
458 | bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions" | 442 | bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions" |
459 | depends on AB8500_CORE && BROKEN | 443 | depends on AB8500_CORE && BROKEN |
460 | help | 444 | help |
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 66923cf3ad6a..68e3bfd35e0f 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile | |||
@@ -4,50 +4,53 @@ ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG | |||
4 | 4 | ||
5 | obj-$(CONFIG_GPIOLIB) += gpiolib.o | 5 | obj-$(CONFIG_GPIOLIB) += gpiolib.o |
6 | 6 | ||
7 | obj-$(CONFIG_GPIO_ADP5520) += adp5520-gpio.o | 7 | # Device drivers. Generally keep list sorted alphabetically |
8 | obj-$(CONFIG_GPIO_ADP5588) += adp5588-gpio.o | 8 | obj-$(CONFIG_GPIO_GENERIC) += gpio-generic.o |
9 | obj-$(CONFIG_GPIO_BASIC_MMIO_CORE) += basic_mmio_gpio.o | 9 | |
10 | obj-$(CONFIG_GPIO_BASIC_MMIO) += basic_mmio_gpio.o | 10 | obj-$(CONFIG_GPIO_74X164) += gpio-74x164.o |
11 | obj-$(CONFIG_GPIO_AB8500) += gpio-ab8500.o | ||
12 | obj-$(CONFIG_GPIO_ADP5520) += gpio-adp5520.o | ||
13 | obj-$(CONFIG_GPIO_ADP5588) += gpio-adp5588.o | ||
14 | obj-$(CONFIG_GPIO_BT8XX) += gpio-bt8xx.o | ||
15 | obj-$(CONFIG_GPIO_CS5535) += gpio-cs5535.o | ||
11 | obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o | 16 | obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o |
12 | obj-$(CONFIG_GPIO_EXYNOS4) += gpio-exynos4.o | 17 | obj-$(CONFIG_GPIO_EXYNOS4) += gpio-exynos4.o |
18 | obj-$(CONFIG_GPIO_IT8761E) += gpio-it8761e.o | ||
19 | obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o | ||
20 | obj-$(CONFIG_GPIO_LANGWELL) += gpio-langwell.o | ||
21 | obj-$(CONFIG_GPIO_MAX730X) += gpio-max730x.o | ||
22 | obj-$(CONFIG_GPIO_MAX7300) += gpio-max7300.o | ||
23 | obj-$(CONFIG_GPIO_MAX7301) += gpio-max7301.o | ||
24 | obj-$(CONFIG_GPIO_MAX732X) += gpio-max732x.o | ||
25 | obj-$(CONFIG_GPIO_MC33880) += gpio-mc33880.o | ||
26 | obj-$(CONFIG_GPIO_MCP23S08) += gpio-mcp23s08.o | ||
27 | obj-$(CONFIG_GPIO_ML_IOH) += gpio-ml-ioh.o | ||
13 | obj-$(CONFIG_GPIO_MXC) += gpio-mxc.o | 28 | obj-$(CONFIG_GPIO_MXC) += gpio-mxc.o |
14 | obj-$(CONFIG_GPIO_MXS) += gpio-mxs.o | 29 | obj-$(CONFIG_GPIO_MXS) += gpio-mxs.o |
30 | obj-$(CONFIG_PLAT_NOMADIK) += gpio-nomadik.o | ||
31 | obj-$(CONFIG_ARCH_OMAP) += gpio-omap.o | ||
32 | obj-$(CONFIG_GPIO_PCA953X) += gpio-pca953x.o | ||
33 | obj-$(CONFIG_GPIO_PCF857X) += gpio-pcf857x.o | ||
34 | obj-$(CONFIG_GPIO_PCH) += gpio-pch.o | ||
35 | obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o | ||
36 | obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o | ||
37 | |||
15 | obj-$(CONFIG_GPIO_PLAT_SAMSUNG) += gpio-plat-samsung.o | 38 | obj-$(CONFIG_GPIO_PLAT_SAMSUNG) += gpio-plat-samsung.o |
16 | obj-$(CONFIG_GPIO_S5PC100) += gpio-s5pc100.o | 39 | obj-$(CONFIG_GPIO_S5PC100) += gpio-s5pc100.o |
17 | obj-$(CONFIG_GPIO_S5PV210) += gpio-s5pv210.o | 40 | obj-$(CONFIG_GPIO_S5PV210) += gpio-s5pv210.o |
18 | obj-$(CONFIG_GPIO_LANGWELL) += langwell_gpio.o | 41 | |
19 | obj-$(CONFIG_GPIO_MAX730X) += max730x.o | 42 | obj-$(CONFIG_GPIO_SCH) += gpio-sch.o |
20 | obj-$(CONFIG_GPIO_MAX7300) += max7300.o | 43 | obj-$(CONFIG_GPIO_STMPE) += gpio-stmpe.o |
21 | obj-$(CONFIG_GPIO_MAX7301) += max7301.o | 44 | obj-$(CONFIG_GPIO_SX150X) += gpio-sx150x.o |
22 | obj-$(CONFIG_GPIO_MAX732X) += max732x.o | 45 | obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o |
23 | obj-$(CONFIG_GPIO_MC33880) += mc33880.o | 46 | obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o |
24 | obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o | 47 | obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o |
25 | obj-$(CONFIG_GPIO_74X164) += 74x164.o | 48 | obj-$(CONFIG_GPIO_TWL4030) += gpio-twl4030.o |
26 | obj-$(CONFIG_ARCH_OMAP) += gpio-omap.o | ||
27 | obj-$(CONFIG_GPIO_PCA953X) += pca953x.o | ||
28 | obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o | ||
29 | obj-$(CONFIG_GPIO_PCH) += pch_gpio.o | ||
30 | obj-$(CONFIG_GPIO_PL061) += pl061.o | ||
31 | obj-$(CONFIG_GPIO_STMPE) += stmpe-gpio.o | ||
32 | obj-$(CONFIG_GPIO_TC3589X) += tc3589x-gpio.o | ||
33 | obj-$(CONFIG_GPIO_TIMBERDALE) += timbgpio.o | ||
34 | obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o | ||
35 | obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o | ||
36 | obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o | ||
37 | obj-$(CONFIG_GPIO_CS5535) += cs5535-gpio.o | ||
38 | obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o | ||
39 | obj-$(CONFIG_GPIO_IT8761E) += it8761e_gpio.o | ||
40 | obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o | ||
41 | obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o | ||
42 | obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o | ||
43 | obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o | ||
44 | obj-$(CONFIG_GPIO_SCH) += sch_gpio.o | ||
45 | obj-$(CONFIG_MACH_U300) += gpio-u300.o | 49 | obj-$(CONFIG_MACH_U300) += gpio-u300.o |
46 | obj-$(CONFIG_PLAT_NOMADIK) += gpio-nomadik.o | 50 | obj-$(CONFIG_GPIO_UCB1400) += gpio-ucb1400.o |
47 | obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o | 51 | obj-$(CONFIG_GPIO_VR41XX) += gpio-vr41xx.o |
48 | obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o | 52 | obj-$(CONFIG_GPIO_VX855) += gpio-vx855.o |
49 | obj-$(CONFIG_GPIO_SX150X) += sx150x.o | 53 | obj-$(CONFIG_GPIO_WM831X) += gpio-wm831x.o |
50 | obj-$(CONFIG_GPIO_VX855) += vx855_gpio.o | 54 | obj-$(CONFIG_GPIO_WM8350) += gpio-wm8350.o |
51 | obj-$(CONFIG_GPIO_ML_IOH) += ml_ioh_gpio.o | 55 | obj-$(CONFIG_GPIO_WM8994) += gpio-wm8994.o |
52 | obj-$(CONFIG_AB8500_GPIO) += ab8500-gpio.o | 56 | obj-$(CONFIG_GPIO_XILINX) += gpio-xilinx.o |
53 | obj-$(CONFIG_GPIO_TPS65910) += tps65910-gpio.o | ||
diff --git a/drivers/gpio/74x164.c b/drivers/gpio/gpio-74x164.c index 7fb60b6bf523..7fb60b6bf523 100644 --- a/drivers/gpio/74x164.c +++ b/drivers/gpio/gpio-74x164.c | |||
diff --git a/drivers/gpio/ab8500-gpio.c b/drivers/gpio/gpio-ab8500.c index 970053c89ff7..970053c89ff7 100644 --- a/drivers/gpio/ab8500-gpio.c +++ b/drivers/gpio/gpio-ab8500.c | |||
diff --git a/drivers/gpio/adp5520-gpio.c b/drivers/gpio/gpio-adp5520.c index 9f2781537001..9f2781537001 100644 --- a/drivers/gpio/adp5520-gpio.c +++ b/drivers/gpio/gpio-adp5520.c | |||
diff --git a/drivers/gpio/adp5588-gpio.c b/drivers/gpio/gpio-adp5588.c index 3525ad918771..3525ad918771 100644 --- a/drivers/gpio/adp5588-gpio.c +++ b/drivers/gpio/gpio-adp5588.c | |||
diff --git a/drivers/gpio/bt8xxgpio.c b/drivers/gpio/gpio-bt8xx.c index aa4f09ad3ced..aa4f09ad3ced 100644 --- a/drivers/gpio/bt8xxgpio.c +++ b/drivers/gpio/gpio-bt8xx.c | |||
diff --git a/drivers/gpio/cs5535-gpio.c b/drivers/gpio/gpio-cs5535.c index 6e16cba56ad2..6e16cba56ad2 100644 --- a/drivers/gpio/cs5535-gpio.c +++ b/drivers/gpio/gpio-cs5535.c | |||
diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c index 415dce37b88c..c33c9a80e149 100644 --- a/drivers/gpio/gpio-ep93xx.c +++ b/drivers/gpio/gpio-ep93xx.c | |||
@@ -1,6 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/arm/mach-ep93xx/gpio.c | ||
3 | * | ||
4 | * Generic EP93xx GPIO handling | 2 | * Generic EP93xx GPIO handling |
5 | * | 3 | * |
6 | * Copyright (c) 2008 Ryan Mallon <ryan@bluewatersys.com> | 4 | * Copyright (c) 2008 Ryan Mallon <ryan@bluewatersys.com> |
diff --git a/drivers/gpio/gpio-exynos4.c b/drivers/gpio/gpio-exynos4.c index d54ca6adb660..6093a14037c3 100644 --- a/drivers/gpio/gpio-exynos4.c +++ b/drivers/gpio/gpio-exynos4.c | |||
@@ -1,10 +1,9 @@ | |||
1 | /* linux/arch/arm/mach-exynos4/gpiolib.c | 1 | /* |
2 | * EXYNOS4 - GPIOlib support | ||
2 | * | 3 | * |
3 | * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * EXYNOS4 - GPIOlib support | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License version 2 as | 8 | * it under the terms of the GNU General Public License version 2 as |
10 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
diff --git a/drivers/gpio/basic_mmio_gpio.c b/drivers/gpio/gpio-generic.c index 8152e9f516b0..231714def4d2 100644 --- a/drivers/gpio/basic_mmio_gpio.c +++ b/drivers/gpio/gpio-generic.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Driver for basic memory-mapped GPIO controllers. | 2 | * Generic driver for memory-mapped GPIO controllers. |
3 | * | 3 | * |
4 | * Copyright 2008 MontaVista Software, Inc. | 4 | * Copyright 2008 MontaVista Software, Inc. |
5 | * Copyright 2008,2010 Anton Vorontsov <cbouatmailru@gmail.com> | 5 | * Copyright 2008,2010 Anton Vorontsov <cbouatmailru@gmail.com> |
@@ -404,7 +404,7 @@ int __devinit bgpio_init(struct bgpio_chip *bgc, | |||
404 | } | 404 | } |
405 | EXPORT_SYMBOL_GPL(bgpio_init); | 405 | EXPORT_SYMBOL_GPL(bgpio_init); |
406 | 406 | ||
407 | #ifdef CONFIG_GPIO_BASIC_MMIO | 407 | #ifdef CONFIG_GPIO_GENERIC_PLATFORM |
408 | 408 | ||
409 | static void __iomem *bgpio_map(struct platform_device *pdev, | 409 | static void __iomem *bgpio_map(struct platform_device *pdev, |
410 | const char *name, | 410 | const char *name, |
@@ -541,7 +541,7 @@ static void __exit bgpio_platform_exit(void) | |||
541 | } | 541 | } |
542 | module_exit(bgpio_platform_exit); | 542 | module_exit(bgpio_platform_exit); |
543 | 543 | ||
544 | #endif /* CONFIG_GPIO_BASIC_MMIO */ | 544 | #endif /* CONFIG_GPIO_GENERIC_PLATFORM */ |
545 | 545 | ||
546 | MODULE_DESCRIPTION("Driver for basic memory-mapped GPIO controllers"); | 546 | MODULE_DESCRIPTION("Driver for basic memory-mapped GPIO controllers"); |
547 | MODULE_AUTHOR("Anton Vorontsov <cbouatmailru@gmail.com>"); | 547 | MODULE_AUTHOR("Anton Vorontsov <cbouatmailru@gmail.com>"); |
diff --git a/drivers/gpio/it8761e_gpio.c b/drivers/gpio/gpio-it8761e.c index 48fc43c4bdd1..278b81317010 100644 --- a/drivers/gpio/it8761e_gpio.c +++ b/drivers/gpio/gpio-it8761e.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * it8761_gpio.c - GPIO interface for IT8761E Super I/O chip | 2 | * GPIO interface for IT8761E Super I/O chip |
3 | * | 3 | * |
4 | * Author: Denis Turischev <denis@compulab.co.il> | 4 | * Author: Denis Turischev <denis@compulab.co.il> |
5 | * | 5 | * |
diff --git a/drivers/gpio/janz-ttl.c b/drivers/gpio/gpio-janz-ttl.c index 813ac077e5d7..813ac077e5d7 100644 --- a/drivers/gpio/janz-ttl.c +++ b/drivers/gpio/gpio-janz-ttl.c | |||
diff --git a/drivers/gpio/langwell_gpio.c b/drivers/gpio/gpio-langwell.c index bd6571e0097a..e7a7ea760efc 100644 --- a/drivers/gpio/langwell_gpio.c +++ b/drivers/gpio/gpio-langwell.c | |||
@@ -1,4 +1,6 @@ | |||
1 | /* langwell_gpio.c Moorestown platform Langwell chip GPIO driver | 1 | /* |
2 | * Moorestown platform Langwell chip GPIO driver | ||
3 | * | ||
2 | * Copyright (c) 2008 - 2009, Intel Corporation. | 4 | * Copyright (c) 2008 - 2009, Intel Corporation. |
3 | * | 5 | * |
4 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
diff --git a/drivers/gpio/max7300.c b/drivers/gpio/gpio-max7300.c index 962f661c18c7..a5ca0ab1b372 100644 --- a/drivers/gpio/max7300.c +++ b/drivers/gpio/gpio-max7300.c | |||
@@ -1,6 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * drivers/gpio/max7300.c | ||
3 | * | ||
4 | * Copyright (C) 2009 Wolfram Sang, Pengutronix | 2 | * Copyright (C) 2009 Wolfram Sang, Pengutronix |
5 | * | 3 | * |
6 | * This program is free software; you can redistribute it and/or modify | 4 | * This program is free software; you can redistribute it and/or modify |
diff --git a/drivers/gpio/max7301.c b/drivers/gpio/gpio-max7301.c index 92a100ddef6b..741acfcbe761 100644 --- a/drivers/gpio/max7301.c +++ b/drivers/gpio/gpio-max7301.c | |||
@@ -1,6 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * drivers/gpio/max7301.c | ||
3 | * | ||
4 | * Copyright (C) 2006 Juergen Beisert, Pengutronix | 2 | * Copyright (C) 2006 Juergen Beisert, Pengutronix |
5 | * Copyright (C) 2008 Guennadi Liakhovetski, Pengutronix | 3 | * Copyright (C) 2008 Guennadi Liakhovetski, Pengutronix |
6 | * Copyright (C) 2009 Wolfram Sang, Pengutronix | 4 | * Copyright (C) 2009 Wolfram Sang, Pengutronix |
diff --git a/drivers/gpio/max730x.c b/drivers/gpio/gpio-max730x.c index 94ce773f95f8..05e2dac60b3b 100644 --- a/drivers/gpio/max730x.c +++ b/drivers/gpio/gpio-max730x.c | |||
@@ -1,6 +1,4 @@ | |||
1 | /** | 1 | /** |
2 | * drivers/gpio/max7301.c | ||
3 | * | ||
4 | * Copyright (C) 2006 Juergen Beisert, Pengutronix | 2 | * Copyright (C) 2006 Juergen Beisert, Pengutronix |
5 | * Copyright (C) 2008 Guennadi Liakhovetski, Pengutronix | 3 | * Copyright (C) 2008 Guennadi Liakhovetski, Pengutronix |
6 | * Copyright (C) 2009 Wolfram Sang, Pengutronix | 4 | * Copyright (C) 2009 Wolfram Sang, Pengutronix |
diff --git a/drivers/gpio/max732x.c b/drivers/gpio/gpio-max732x.c index ad6951edc16c..9504120812a5 100644 --- a/drivers/gpio/max732x.c +++ b/drivers/gpio/gpio-max732x.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * max732x.c - I2C Port Expander with 8/16 I/O | 2 | * MAX732x I2C Port Expander with 8/16 I/O |
3 | * | 3 | * |
4 | * Copyright (C) 2007 Marvell International Ltd. | 4 | * Copyright (C) 2007 Marvell International Ltd. |
5 | * Copyright (C) 2008 Jack Ren <jack.ren@marvell.com> | 5 | * Copyright (C) 2008 Jack Ren <jack.ren@marvell.com> |
diff --git a/drivers/gpio/mc33880.c b/drivers/gpio/gpio-mc33880.c index 4ec797593bdb..b3b4652e89ec 100644 --- a/drivers/gpio/mc33880.c +++ b/drivers/gpio/gpio-mc33880.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * mc33880.c MC33880 high-side/low-side switch GPIO driver | 2 | * MC33880 high-side/low-side switch GPIO driver |
3 | * Copyright (c) 2009 Intel Corporation | 3 | * Copyright (c) 2009 Intel Corporation |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
diff --git a/drivers/gpio/mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index 40e076083ec0..0083ec051de5 100644 --- a/drivers/gpio/mcp23s08.c +++ b/drivers/gpio/gpio-mcp23s08.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * mcp23s08.c - SPI gpio expander driver | 2 | * MCP23S08 SPI gpio expander driver |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <linux/kernel.h> | 5 | #include <linux/kernel.h> |
diff --git a/drivers/gpio/ml_ioh_gpio.c b/drivers/gpio/gpio-ml-ioh.c index 1bc621ac3536..1bc621ac3536 100644 --- a/drivers/gpio/ml_ioh_gpio.c +++ b/drivers/gpio/gpio-ml-ioh.c | |||
diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/gpio-pca953x.c index 63022b17014a..a610864b7e13 100644 --- a/drivers/gpio/pca953x.c +++ b/drivers/gpio/gpio-pca953x.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * pca953x.c - 4/8/16 bit I/O ports | 2 | * PCA953x 4/8/16 bit I/O ports |
3 | * | 3 | * |
4 | * Copyright (C) 2005 Ben Gardner <bgardner@wabtec.com> | 4 | * Copyright (C) 2005 Ben Gardner <bgardner@wabtec.com> |
5 | * Copyright (C) 2007 Marvell International Ltd. | 5 | * Copyright (C) 2007 Marvell International Ltd. |
diff --git a/drivers/gpio/pcf857x.c b/drivers/gpio/gpio-pcf857x.c index 879b473aab5a..7369fdda92b0 100644 --- a/drivers/gpio/pcf857x.c +++ b/drivers/gpio/gpio-pcf857x.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * pcf857x - driver for pcf857x, pca857x, and pca967x I2C GPIO expanders | 2 | * Driver for pcf857x, pca857x, and pca967x I2C GPIO expanders |
3 | * | 3 | * |
4 | * Copyright (C) 2007 David Brownell | 4 | * Copyright (C) 2007 David Brownell |
5 | * | 5 | * |
diff --git a/drivers/gpio/pch_gpio.c b/drivers/gpio/gpio-pch.c index 36919e77c495..36919e77c495 100644 --- a/drivers/gpio/pch_gpio.c +++ b/drivers/gpio/gpio-pch.c | |||
diff --git a/drivers/gpio/pl061.c b/drivers/gpio/gpio-pl061.c index 6fcb28cdd862..2c5a18f32bf3 100644 --- a/drivers/gpio/pl061.c +++ b/drivers/gpio/gpio-pl061.c | |||
@@ -1,7 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/drivers/gpio/pl061.c | 2 | * Copyright (C) 2008, 2009 Provigent Ltd. |
3 | * | ||
4 | * Copyright (C) 2008, 2009 Provigent Ltd. | ||
5 | * | 3 | * |
6 | * This program is free software; you can redistribute it and/or modify | 4 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License version 2 as | 5 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/drivers/gpio/gpio-plat-samsung.c b/drivers/gpio/gpio-plat-samsung.c index ea37c0461788..ef67f1952a72 100644 --- a/drivers/gpio/gpio-plat-samsung.c +++ b/drivers/gpio/gpio-plat-samsung.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /* arch/arm/plat-samsung/gpiolib.c | 1 | /* |
2 | * | ||
3 | * Copyright 2008 Openmoko, Inc. | 2 | * Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 3 | * Copyright 2008 Simtec Electronics |
5 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
diff --git a/drivers/gpio/rdc321x-gpio.c b/drivers/gpio/gpio-rdc321x.c index 2762698e0204..2762698e0204 100644 --- a/drivers/gpio/rdc321x-gpio.c +++ b/drivers/gpio/gpio-rdc321x.c | |||
diff --git a/drivers/gpio/gpio-s5pc100.c b/drivers/gpio/gpio-s5pc100.c index 2842394b28b5..7f87b0c76e0b 100644 --- a/drivers/gpio/gpio-s5pc100.c +++ b/drivers/gpio/gpio-s5pc100.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* linux/arch/arm/mach-s5pc100/gpiolib.c | 1 | /* |
2 | * S5PC100 - GPIOlib support | ||
2 | * | 3 | * |
3 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
@@ -6,8 +7,6 @@ | |||
6 | * Copyright 2009 Samsung Electronics Co | 7 | * Copyright 2009 Samsung Electronics Co |
7 | * Kyungmin Park <kyungmin.park@samsung.com> | 8 | * Kyungmin Park <kyungmin.park@samsung.com> |
8 | * | 9 | * |
9 | * S5PC100 - GPIOlib support | ||
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
12 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
13 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
diff --git a/drivers/gpio/gpio-s5pv210.c b/drivers/gpio/gpio-s5pv210.c index 1ba20a703e05..eb12f1602de9 100644 --- a/drivers/gpio/gpio-s5pv210.c +++ b/drivers/gpio/gpio-s5pv210.c | |||
@@ -1,10 +1,9 @@ | |||
1 | /* linux/arch/arm/mach-s5pv210/gpiolib.c | 1 | /* |
2 | * S5PV210 - GPIOlib support | ||
2 | * | 3 | * |
3 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com/ | 5 | * http://www.samsung.com/ |
5 | * | 6 | * |
6 | * S5PV210 - GPIOlib support | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License version 2 as | 8 | * it under the terms of the GNU General Public License version 2 as |
10 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
diff --git a/drivers/gpio/sch_gpio.c b/drivers/gpio/gpio-sch.c index 56060421cdff..163515845494 100644 --- a/drivers/gpio/sch_gpio.c +++ b/drivers/gpio/gpio-sch.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * sch_gpio.c - GPIO interface for Intel Poulsbo SCH | 2 | * GPIO interface for Intel Poulsbo SCH |
3 | * | 3 | * |
4 | * Copyright (c) 2010 CompuLab Ltd | 4 | * Copyright (c) 2010 CompuLab Ltd |
5 | * Author: Denis Turischev <denis@compulab.co.il> | 5 | * Author: Denis Turischev <denis@compulab.co.il> |
diff --git a/drivers/gpio/stmpe-gpio.c b/drivers/gpio/gpio-stmpe.c index 4c980b573328..4c980b573328 100644 --- a/drivers/gpio/stmpe-gpio.c +++ b/drivers/gpio/gpio-stmpe.c | |||
diff --git a/drivers/gpio/sx150x.c b/drivers/gpio/gpio-sx150x.c index a4f73534394e..a4f73534394e 100644 --- a/drivers/gpio/sx150x.c +++ b/drivers/gpio/gpio-sx150x.c | |||
diff --git a/drivers/gpio/tc3589x-gpio.c b/drivers/gpio/gpio-tc3589x.c index 2a82e8999a42..2a82e8999a42 100644 --- a/drivers/gpio/tc3589x-gpio.c +++ b/drivers/gpio/gpio-tc3589x.c | |||
diff --git a/drivers/gpio/timbgpio.c b/drivers/gpio/gpio-timberdale.c index 0265872e57d1..c593bd46bfb6 100644 --- a/drivers/gpio/timbgpio.c +++ b/drivers/gpio/gpio-timberdale.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * timbgpio.c timberdale FPGA GPIO driver | 2 | * Timberdale FPGA GPIO driver |
3 | * Copyright (c) 2009 Intel Corporation | 3 | * Copyright (c) 2009 Intel Corporation |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
diff --git a/drivers/gpio/tps65910-gpio.c b/drivers/gpio/gpio-tps65910.c index 8d1ddfdd63eb..41710332cb00 100644 --- a/drivers/gpio/tps65910-gpio.c +++ b/drivers/gpio/gpio-tps65910.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * tps65910-gpio.c -- TI TPS6591x | 2 | * TI TPS6591x GPIO driver |
3 | * | 3 | * |
4 | * Copyright 2010 Texas Instruments Inc. | 4 | * Copyright 2010 Texas Instruments Inc. |
5 | * | 5 | * |
diff --git a/drivers/gpio/twl4030-gpio.c b/drivers/gpio/gpio-twl4030.c index 57635ac35a73..b8b4f228757c 100644 --- a/drivers/gpio/twl4030-gpio.c +++ b/drivers/gpio/gpio-twl4030.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * twl4030_gpio.c -- access to GPIOs on TWL4030/TPS659x0 chips | 2 | * Access to GPIOs on TWL4030/TPS659x0 chips |
3 | * | 3 | * |
4 | * Copyright (C) 2006-2007 Texas Instruments, Inc. | 4 | * Copyright (C) 2006-2007 Texas Instruments, Inc. |
5 | * Copyright (C) 2006 MontaVista Software, Inc. | 5 | * Copyright (C) 2006 MontaVista Software, Inc. |
diff --git a/drivers/gpio/gpio-u300.c b/drivers/gpio/gpio-u300.c index d92790140fe5..fd2dfeeefdf3 100644 --- a/drivers/gpio/gpio-u300.c +++ b/drivers/gpio/gpio-u300.c | |||
@@ -1,11 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * | 2 | * U300 GPIO module. |
3 | * arch/arm/mach-u300/gpio.c | ||
4 | * | ||
5 | * | 3 | * |
6 | * Copyright (C) 2007-2009 ST-Ericsson AB | 4 | * Copyright (C) 2007-2009 ST-Ericsson AB |
7 | * License terms: GNU General Public License (GPL) version 2 | 5 | * License terms: GNU General Public License (GPL) version 2 |
8 | * U300 GPIO module. | ||
9 | * This can driver either of the two basic GPIO cores | 6 | * This can driver either of the two basic GPIO cores |
10 | * available in the U300 platforms: | 7 | * available in the U300 platforms: |
11 | * COH 901 335 - Used in DB3150 (U300 1.0) and DB3200 (U330 1.0) | 8 | * COH 901 335 - Used in DB3150 (U300 1.0) and DB3200 (U330 1.0) |
diff --git a/drivers/gpio/ucb1400_gpio.c b/drivers/gpio/gpio-ucb1400.c index 50e6bd1392ce..50e6bd1392ce 100644 --- a/drivers/gpio/ucb1400_gpio.c +++ b/drivers/gpio/gpio-ucb1400.c | |||
diff --git a/drivers/gpio/vr41xx_giu.c b/drivers/gpio/gpio-vr41xx.c index a365be040b36..a365be040b36 100644 --- a/drivers/gpio/vr41xx_giu.c +++ b/drivers/gpio/gpio-vr41xx.c | |||
diff --git a/drivers/gpio/vx855_gpio.c b/drivers/gpio/gpio-vx855.c index ef5aabd8b8b7..ef5aabd8b8b7 100644 --- a/drivers/gpio/vx855_gpio.c +++ b/drivers/gpio/gpio-vx855.c | |||
diff --git a/drivers/gpio/wm831x-gpio.c b/drivers/gpio/gpio-wm831x.c index 309644cf4d9b..31a9ed7bba83 100644 --- a/drivers/gpio/wm831x-gpio.c +++ b/drivers/gpio/gpio-wm831x.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * wm831x-gpio.c -- gpiolib support for Wolfson WM831x PMICs | 2 | * gpiolib support for Wolfson WM831x PMICs |
3 | * | 3 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 4 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 5 | * |
diff --git a/drivers/gpio/wm8350-gpiolib.c b/drivers/gpio/gpio-wm8350.c index 359999290f55..a06af5154838 100644 --- a/drivers/gpio/wm8350-gpiolib.c +++ b/drivers/gpio/gpio-wm8350.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * wm835x-gpiolib.c -- gpiolib support for Wolfson WM835x PMICs | 2 | * gpiolib support for Wolfson WM835x PMICs |
3 | * | 3 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 4 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 5 | * |
diff --git a/drivers/gpio/wm8994-gpio.c b/drivers/gpio/gpio-wm8994.c index c822baacd8fc..96198f3fab73 100644 --- a/drivers/gpio/wm8994-gpio.c +++ b/drivers/gpio/gpio-wm8994.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * wm8994-gpio.c -- gpiolib support for Wolfson WM8994 | 2 | * gpiolib support for Wolfson WM8994 |
3 | * | 3 | * |
4 | * Copyright 2009 Wolfson Microelectronics PLC. | 4 | * Copyright 2009 Wolfson Microelectronics PLC. |
5 | * | 5 | * |
diff --git a/drivers/gpio/xilinx_gpio.c b/drivers/gpio/gpio-xilinx.c index 846fbd5e31bf..846fbd5e31bf 100644 --- a/drivers/gpio/xilinx_gpio.c +++ b/drivers/gpio/gpio-xilinx.c | |||