aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into develRussell King2-5/+29
2010-09-29of: GPIO: Fix OF probing on little-endian systemsMichal Simek1-3/+3
2010-09-19ARM: 6373/1: tc35892-gpio: add setup/remove callbacksRabin Vincent1-0/+8
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