diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-28 17:08:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-28 17:08:46 -0400 |
commit | 7bf97e1d5a94b6a71815771bb9452fc2c022c966 (patch) | |
tree | f89082dbd33a51a79c9a9c0dddb29e2b11b8207e /drivers/gpio/Kconfig | |
parent | 30304e5a79d424eb2c8707b3ff0e9b8bf6ab3e8f (diff) | |
parent | c77c8a6fd3d57b586ff5ecb5ab5b32ca4f54fe75 (diff) |
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Pull GPIO changes for v3.4 from Grant Likely:
"Primarily gpio device driver changes with some minor side effects
under arch/arm and arch/x86. Also includes a few core changes such as
explicitly supporting (electrical) open source and open drain outputs
and some help for parsing gpio devicetree properties."
Fix up context conflict due to Laxman Dewangan adding sleep control for
the tps65910 driver separately for gpio's and regulators.
* tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6: (34 commits)
gpio/ep93xx: Remove unused inline function and useless pr_err message
gpio/sodaville: Mark broken due to core irqdomain migration
gpio/omap: fix redundant decoding of gpio offset
gpio/omap: fix incorrect update to context.irqenable1
gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*
gpio/omap: fix missing dataout context save in _set_gpio_dataout_reg
gpio/omap: fix _set_gpio_irqenable implementation
gpio/omap: fix trigger type to unsigned
gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()
gpio: tegra: tegra_gpio_config shouldn't be __init
gpio/davinci: fix enabling unbanked GPIO IRQs
gpio/davinci: fix oops on unbanked gpio irq request
gpio/omap: Fix section warning for omap_mpuio_alloc_gc()
ARM: tegra: export tegra_gpio_{en,dis}able
gpio/gpio-stmpe: Fix the value returned by _get_value routine
Documentation/gpio.txt: Explain expected pinctrl interaction
GPIO: LPC32xx: Add output reading to GPO P3
GPIO: LPC32xx: Fix missing bit selection mask
gpio/omap: fix wakeups on level-triggered GPIOs
gpio/omap: Fix IRQ handling for SPARSE_IRQ
...
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 0409cf35adda..edadbdad31d0 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -236,6 +236,12 @@ config GPIO_MAX732X_IRQ | |||
236 | Say yes here to enable the max732x to be used as an interrupt | 236 | Say yes here to enable the max732x to be used as an interrupt |
237 | controller. It requires the driver to be built in the kernel. | 237 | controller. It requires the driver to be built in the kernel. |
238 | 238 | ||
239 | config GPIO_MC9S08DZ60 | ||
240 | bool "MX35 3DS BOARD MC9S08DZ60 GPIO functions" | ||
241 | depends on I2C && MACH_MX35_3DS | ||
242 | help | ||
243 | Select this to enable the MC9S08DZ60 GPIO driver | ||
244 | |||
239 | config GPIO_PCA953X | 245 | config GPIO_PCA953X |
240 | tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" | 246 | tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports" |
241 | depends on I2C | 247 | depends on I2C |
@@ -422,6 +428,14 @@ config GPIO_ML_IOH | |||
422 | Hub) which is for IVI(In-Vehicle Infotainment) use. | 428 | Hub) which is for IVI(In-Vehicle Infotainment) use. |
423 | This driver can access the IOH's GPIO device. | 429 | This driver can access the IOH's GPIO device. |
424 | 430 | ||
431 | config GPIO_SODAVILLE | ||
432 | bool "Intel Sodaville GPIO support" | ||
433 | depends on X86 && PCI && OF && BROKEN | ||
434 | select GPIO_GENERIC | ||
435 | select GENERIC_IRQ_CHIP | ||
436 | help | ||
437 | Say Y here to support Intel Sodaville GPIO. | ||
438 | |||
425 | config GPIO_TIMBERDALE | 439 | config GPIO_TIMBERDALE |
426 | bool "Support for timberdale GPIO IP" | 440 | bool "Support for timberdale GPIO IP" |
427 | depends on MFD_TIMBERDALE && HAS_IOMEM | 441 | depends on MFD_TIMBERDALE && HAS_IOMEM |