aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-11drivers/gpio/pca953x.c: add a mutex to fix race conditionRoland Stigge1-6/+22
2011-01-26langwell_gpio: modify EOI handling following change of kernel irq subsystemFeng Tang1-2/+7
2011-01-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-62/+31
2011-01-14gpio: timbgpio: Fix up irq_data conversion breakage.Lennert Buytenhek1-3/+3
2011-01-14gpio: Fix cs5535 printk warningsJoe Perches1-2/+1
2011-01-14gpio/misc: Add MODULE_ALIAS entries for CS5535 functionsAndres Salomon1-0/+1
2011-01-14gpio: Convert cs5535 from pci device to platform deviceAndres Salomon1-62/+31
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-0/+24
2011-01-13gpio/ml_ioh_gpio: ML7213 GPIO driverTomoya MORINAGA3-0/+362
2011-01-13GPIO_VX855: eliminate kconfig dependency warningRandy Dunlap1-1/+1
2011-01-13GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warningRandy Dunlap1-0/+1
2011-01-13gpio: vr41xx_giu: irq_data conversionLennert Buytenhek1-24/+24
2011-01-13gpio: timbgpio: irq_data conversionLennert Buytenhek1-15/+15
2011-01-13gpio: tc35892-gpio: irq_data conversionLennert Buytenhek1-18/+18
2011-01-13gpio: sx150x: irq_data conversionLennert Buytenhek1-23/+23
2011-01-13gpio: stmpe-gpio: irq_data conversionLennert Buytenhek1-18/+18
2011-01-13gpio: pl061: irq_data conversionLennert Buytenhek1-14/+14
2011-01-13gpio: pca953x: irq_data conversionLennert Buytenhek1-19/+19
2011-01-13gpio: max732x: irq_data conversionLennert Buytenhek1-19/+19
2011-01-13gpio: langwell_gpio: irq_data conversionLennert Buytenhek1-8/+8
2011-01-13gpio: adp5588-gpio: irq_data conversionLennert Buytenhek1-19/+20
2011-01-13drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO functionalityAndres Salomon2-1/+53
2011-01-13Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+24
2011-01-06Merge branch 'devel-stable' into develRussell King4-394/+394
2011-01-03Merge branch 'ux500-core' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into devel-stableRussell King4-394/+394
2010-12-23cs5535-gpio: handle GPIO regs where higher (clear) bits are setAndres Salomon1-2/+6
2010-12-23cs5535-gpio: don't apply errata #36 to edge detect GPIOsAndres Salomon1-4/+11
2010-12-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-1/+1
2010-12-22gpiolib: gpio_request_one(): add missing gpio_free()Aaro Koskinen1-0/+3
2010-12-22gpio: Fix null pointer dereference while accessing rdc321x platform_dataFlorian Fainelli1-1/+1
2010-12-19mfd/tc3589x: rename tc35892 structs/registers to tc359xSundar Iyer1-134/+134
2010-12-19mfd/tc35892: rename tc35892 core driver to tc3589xSundar Iyer3-5/+5
2010-12-19mfd/tc35892: rename tc35892 header to tc3589xSundar Iyer1-1/+1
2010-12-13Merge branch 'topic/workq-update' into topic/asocTakashi Iwai1-2/+14
2010-12-02cs5535-gpio: apply CS5536 errata workaround for GPIOsAndres Salomon1-2/+14
2010-11-26gpiolib: Add WM8958 support to the WM8994 driverMark Brown1-0/+24
2010-10-29gpio: Add VIA VX855 GPIO driverDaniel Drake3-0/+345
2010-10-29gpio: Fix stmpe error pathVasiliy Kulikov1-2/+4
2010-10-29gpio: Handle stmpe-gpio platform data with no gpio baseVirupax Sadashivpetimath1-2/+0
2010-10-29gpio: Add bitmask to block requests to unavailable stmpe GPIOsWolfram Sang1-0/+5
2010-10-29gpiolib: Hook up WM8994 gpio_to_irq()Mark Brown1-0/+1
2010-10-27langwell_gpio: add support for whitney pointAlan Cox1-1/+82
2010-10-27drivers/gpio/langwell_gpio.c: remove semicolons after function definitionsAndrew Morton1-3/+3
2010-10-27gpio: add Topcliff PCH GPIO driverTomoya MORINAGA3-0/+321
2010-10-27gpio: adp5588-gpio: support interrupt controllerMichael Hennerich2-21/+263
2010-10-27gpio: add support for 74x164 serial-in/parallel-out 8-bit shift registerMiguel Gaio3-0/+191
2010-10-27gpio: timbgpio: use a copy of the IER register to avoid it being trashedTomas Hallenberg1-2/+19
2010-10-27gpio: add driver for basic memory-mapped GPIO controllersAnton Vorontsov3-0/+303
2010-10-26pca953x: pca953x driver fixes for x86 mrstAlek Du1-6/+7
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-3/+3