aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2010-05-28gpio: Fix inverted rdc321x gpio data out registersFlorian Fainelli
2010-05-28mfd: Change rdc321x resources flags to IORESOURCE_IOFlorian Fainelli
2010-05-28gpio: rdc321x needs to select MFD_CORERandy Dunlap
2010-05-28gpio: Add TC35892 GPIO driverRabin Vincent
2010-05-28gpio: Update gfp/slab.h includes for rdc321xTejun Heo
2010-05-28gpio: Add support for Janz VMOD-TTL Digital IO moduleIra W. Snyder
2010-05-28gpio: Add support for RDC321x GPIO controllerFlorian Fainelli
2010-05-27drivers/gpio/it8761e_gpio: check return value of gpiochip_remove()Daniel Mack
2010-05-27gpio: add Penwell gpio supportAlek Du
2010-05-27gpiolib: introduce set_debounce methodFelipe Balbi
2010-05-27gpiolib: make gpiochip_add() show a better error messageBen Dooks
2010-05-27gpio: max732x: fix input configuration for open-drain pinsMarc Zyngier
2010-05-27max732x: correct nr_port checking off by one errorAxel Lin
2010-05-27pl061: fix offset value range checkingAxel Lin
2010-05-27gpiolib: a gpio is unsigned, so use %u to print itUwe Kleine-König
2010-05-27gpiolib: make names array and its values constUwe Kleine-König
2010-05-27gpio: add interrupt handling capability to max732xMarc Zyngier
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-05-11it8761e_gpio: fix bug in gpio numberingDenis Turischev
2010-04-30Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-04-29ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is n...viresh kumar
2010-04-28gpio: potential null dereferenceDan Carpenter
2010-04-27gpio: fix pca953x set_type 'scheduling while atomic' bugMarc Zyngier
2010-04-22ARM: 6060/1: PL061 GPIO: Setting gpio val after changing direction to OUT.viresh kumar
2010-04-22ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for real irqs.viresh kumar
2010-04-07drivers/gpio/timbgpio.c: add missing unlockJulia Lawall
2010-04-05gpiolib: Implement gpio_to_irq for WM8994 GPIO controllerMark Brown
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24drivers/gpio/max730x.c: add license macroRichard Röjfors
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-03-07mfd: Fix lpc_sch related depends/selects, fix build errorRandy Dunlap
2010-03-07gpio: Fix sch_gpio warningSamuel Ortiz
2010-03-07gpio: add Intel SCH GPIO controller driverDenis Turischev
2010-03-07gpiolib: Force wm831x GPIOs into GPIO mode when requestedMark Brown
2010-03-07mfd: Add WM831x revision B supportMark Brown
2010-03-07gpiolib: Correct debugfs display of WM831x GPIO inversionMark Brown
2010-03-07gpiolib: Actually set output state in wm831x_gpio_direction_output()Mark Brown
2010-03-07gpiolib: Add WM8994 GPIO supportMark Brown
2010-03-07gpiolib: Add support for WM8350 GPIO controllerMark Brown
2010-03-06gpio: introduce it8761e_gpio driver for IT8761E Super I/O chipDenis Turischev
2010-03-06gpio: cs5535-gpio: fix input directionBen Gardner
2010-03-06gpio: pca953x.c: add interrupt handling capabilityMarc Zyngier
2010-03-06timbgpio: add support for interrupt triggering on both flanksRichard Röjfors
2010-03-06gpio: introduce gpio_request_one() and friendsEric Miao
2010-03-06gpio: add driver for MAX7300 I2C GPIO extenderWolfram Sang
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita