aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-188-105/+218
|\
| * gpio/langwell: Clear edge bit before handlingThomas Gleixner2011-03-171-7/+6
| * gpio/langwell: Simplify demux loopThomas Gleixner2011-03-171-6/+7
| * gpio/langwell: Convert irq name spaceThomas Gleixner2011-03-171-5/+5
| * gpio/langwell: Fix broken irq_eoi change.Thomas Gleixner2011-03-171-8/+5
| * gpio; Make Intel chipset gpio drivers depend on x86Thomas Gleixner2011-03-171-3/+3
| * gpio/cs5535-gpio: Fix section mismatchNikanth Karthikesan2011-03-171-3/+3
| * gpio: Use __devexit at necessary placesAxel Lin2011-03-122-2/+2
| * gpio: add MODULE_DEVICE_TABLE to pch_gpio and ml_ioh_gpioAxel Lin2011-03-122-0/+2
| * gpio/mcp23s08: support mcp23s17 variantPeter Korsgaard2011-03-122-51/+146
| * Merge commit 'v2.6.38-rc8' into spi/nextGrant Likely2011-03-121-6/+22
| |\
| * | gpio/pca953x: Fix wrong pointer typeDirk Eibach2011-02-241-6/+7
| * | gpio/sx150x: Do not access I2C from mask/unmask functionsThomas Gleixner2011-02-221-17/+37
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-171-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+1
| |/ / /
* | | | gpio: add MODULE_DEVICE_TABLEAxel Lin2011-03-132-0/+2
|/ / /
* | | drivers/gpio/pca953x.c: add a mutex to fix race conditionRoland Stigge2011-02-111-6/+22
| |/ |/|
* | langwell_gpio: modify EOI handling following change of kernel irq subsystemFeng Tang2011-01-261-2/+7
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-01-141-62/+31
|\
| * gpio: Fix cs5535 printk warningsJoe Perches2011-01-141-2/+1
| * gpio/misc: Add MODULE_ALIAS entries for CS5535 functionsAndres Salomon2011-01-141-0/+1
| * gpio: Convert cs5535 from pci device to platform deviceAndres Salomon2011-01-141-62/+31
* | gpio: timbgpio: Fix up irq_data conversion breakage.Lennert Buytenhek2011-01-141-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-01-131-0/+24
|\
| * Merge branch 'topic/asoc' into for-linusTakashi Iwai2011-01-131-0/+24
| |\
| | * Merge branch 'topic/workq-update' into topic/asocTakashi Iwai2010-12-131-2/+14
| | |\
| | * | gpiolib: Add WM8958 support to the WM8994 driverMark Brown2010-11-261-0/+24
* | | | gpio/ml_ioh_gpio: ML7213 GPIO driverTomoya MORINAGA2011-01-133-0/+362
* | | | GPIO_VX855: eliminate kconfig dependency warningRandy Dunlap2011-01-131-1/+1
* | | | GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warningRandy Dunlap2011-01-131-0/+1
* | | | gpio: vr41xx_giu: irq_data conversionLennert Buytenhek2011-01-131-24/+24
* | | | gpio: timbgpio: irq_data conversionLennert Buytenhek2011-01-131-15/+15
* | | | gpio: tc35892-gpio: irq_data conversionLennert Buytenhek2011-01-131-18/+18
* | | | gpio: sx150x: irq_data conversionLennert Buytenhek2011-01-131-23/+23
* | | | gpio: stmpe-gpio: irq_data conversionLennert Buytenhek2011-01-131-18/+18
* | | | gpio: pl061: irq_data conversionLennert Buytenhek2011-01-131-14/+14
* | | | gpio: pca953x: irq_data conversionLennert Buytenhek2011-01-131-19/+19
* | | | gpio: max732x: irq_data conversionLennert Buytenhek2011-01-131-19/+19
* | | | gpio: langwell_gpio: irq_data conversionLennert Buytenhek2011-01-131-8/+8
* | | | gpio: adp5588-gpio: irq_data conversionLennert Buytenhek2011-01-131-19/+20
* | | | drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO function...Andres Salomon2011-01-132-1/+53
* | | | Merge branch 'devel-stable' into develRussell King2011-01-064-394/+394
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'ux500-core' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Russell King2011-01-034-394/+394
| |\ \ \ | | |_|/ | |/| |
| | * | mfd/tc3589x: rename tc35892 structs/registers to tc359xSundar Iyer2010-12-191-134/+134
| | * | mfd/tc35892: rename tc35892 core driver to tc3589xSundar Iyer2010-12-193-5/+5
| | * | mfd/tc35892: rename tc35892 header to tc3589xSundar Iyer2010-12-191-1/+1
| | |/
* | | cs5535-gpio: handle GPIO regs where higher (clear) bits are setAndres Salomon2010-12-231-2/+6
* | | cs5535-gpio: don't apply errata #36 to edge detect GPIOsAndres Salomon2010-12-231-4/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2010-12-221-1/+1
|\ \ \
| * | | gpio: Fix null pointer dereference while accessing rdc321x platform_dataFlorian Fainelli2010-12-221-1/+1
| |/ /