aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-09gpio: sx150x: correct and refine reset-on-probe behaviorGregory Bean1-5/+21
2010-08-12gpiolib: Implement set_debounce for WM831x GPIOsMark Brown1-0/+32
2010-08-12gpio: Add STMPE GPIO driverRabin Vincent3-0/+407
2010-08-11gpio: sx150x: add Semtech I2C sx150x gpio expander driverGregory Bean3-0/+657
2010-08-11gpiolib: allow nested threaded irqs for poll(2)Daniel Gl?ckner1-2/+2
2010-08-11gpiolib: get rid of struct poll_desc and workletDaniel Gl?ckner1-53/+27
2010-08-11gpiolib: decouple might_sleep_if() from DEBUGDavid Brownell1-6/+6
2010-08-11pcf857x: support working w/o platform dataDmitry Eremin-Solenikov1-5/+4
2010-08-11gpio: max730x: make pullups configurable via platformdataMarc Kleine-Budde1-7/+15
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-15/+55
2010-07-31Merge branch 'misc' into develRussell King1-2/+2
2010-07-27gpio: fix spurious printk when freeing a gpioJon Povey1-3/+4
2010-07-27ARM: Fix section build warnings for AMBA driversRussell King1-2/+2
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely3-3/+7
2010-07-20Andres has movedAndres Salomon1-1/+1
2010-07-05of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov2-1/+5
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely1-0/+32
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov1-9/+7
2010-07-05gpiolib: cosmetic improvements for error handling in gpiochip_add()Anton Vorontsov1-6/+12
2010-06-29drivers/gpio is platform-neutralDavid Brownell2-2/+6
2010-05-28gpio: Fix inverted rdc321x gpio data out registersFlorian Fainelli1-1/+1
2010-05-28mfd: Change rdc321x resources flags to IORESOURCE_IOFlorian Fainelli1-2/+2
2010-05-28gpio: rdc321x needs to select MFD_CORERandy Dunlap1-0/+1
2010-05-28gpio: Add TC35892 GPIO driverRabin Vincent3-0/+389
2010-05-28gpio: Update gfp/slab.h includes for rdc321xTejun Heo1-0/+1
2010-05-28gpio: Add support for Janz VMOD-TTL Digital IO moduleIra W. Snyder3-0/+269
2010-05-28gpio: Add support for RDC321x GPIO controllerFlorian Fainelli3-1/+255
2010-05-27drivers/gpio/it8761e_gpio: check return value of gpiochip_remove()Daniel Mack1-1/+4
2010-05-27gpio: add Penwell gpio supportAlek Du2-34/+53
2010-05-27gpiolib: introduce set_debounce methodFelipe Balbi1-0/+43
2010-05-27gpiolib: make gpiochip_add() show a better error messageBen Dooks1-1/+1
2010-05-27gpio: max732x: fix input configuration for open-drain pinsMarc Zyngier1-0/+7
2010-05-27max732x: correct nr_port checking off by one errorAxel Lin1-3/+3
2010-05-27pl061: fix offset value range checkingAxel Lin1-1/+1
2010-05-27gpiolib: a gpio is unsigned, so use %u to print itUwe Kleine-König1-1/+1
2010-05-27gpiolib: make names array and its values constUwe Kleine-König3-3/+3
2010-05-27gpio: add interrupt handling capability to max732xMarc Zyngier2-19/+343
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely5-16/+47
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-1/+1
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+12
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-05-11it8761e_gpio: fix bug in gpio numberingDenis Turischev1-9/+9
2010-04-30Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+2
2010-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+10
2010-04-29ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is not working.viresh kumar1-1/+1
2010-04-28gpio: potential null dereferenceDan Carpenter1-1/+2
2010-04-27gpio: fix pca953x set_type 'scheduling while atomic' bugMarc Zyngier1-1/+13
2010-04-22ARM: 6060/1: PL061 GPIO: Setting gpio val after changing direction to OUT.viresh kumar1-0/+6
2010-04-22ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for real irqs.viresh kumar1-3/+3
2010-04-07drivers/gpio/timbgpio.c: add missing unlockJulia Lawall1-4/+8