Age | Commit message (Expand) | Author |
2010-08-12 | gpiolib: Implement set_debounce for WM831x GPIOs | Mark Brown |
2010-08-12 | gpio: Add STMPE GPIO driver | Rabin Vincent |
2010-08-11 | gpio: sx150x: add Semtech I2C sx150x gpio expander driver | Gregory Bean |
2010-08-11 | gpiolib: allow nested threaded irqs for poll(2) | Daniel Gl?ckner |
2010-08-11 | gpiolib: get rid of struct poll_desc and worklet | Daniel Gl?ckner |
2010-08-11 | gpiolib: decouple might_sleep_if() from DEBUG | David Brownell |
2010-08-11 | pcf857x: support working w/o platform data | Dmitry Eremin-Solenikov |
2010-08-11 | gpio: max730x: make pullups configurable via platformdata | Marc Kleine-Budde |
2010-08-05 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2010-07-31 | Merge branch 'misc' into devel | Russell King |
2010-07-27 | gpio: fix spurious printk when freeing a gpio | Jon Povey |
2010-07-27 | ARM: Fix section build warnings for AMBA drivers | Russell King |
2010-07-24 | Merge commit 'v2.6.35-rc6' into devicetree/next | Grant Likely |
2010-07-20 | Andres has moved | Andres Salomon |
2010-07-05 | of/gpio: add default of_xlate function if device has a node pointer | Anton Vorontsov |
2010-07-05 | of/gpio: stop using device_node data pointer to find gpio_chip | Grant Likely |
2010-07-05 | of/gpio: Kill of_gpio_chip and add members directly to gpio_chip | Anton Vorontsov |
2010-07-05 | gpiolib: cosmetic improvements for error handling in gpiochip_add() | Anton Vorontsov |
2010-06-29 | drivers/gpio is platform-neutral | David Brownell |
2010-05-28 | gpio: Fix inverted rdc321x gpio data out registers | Florian Fainelli |
2010-05-28 | mfd: Change rdc321x resources flags to IORESOURCE_IO | Florian Fainelli |
2010-05-28 | gpio: rdc321x needs to select MFD_CORE | Randy Dunlap |
2010-05-28 | gpio: Add TC35892 GPIO driver | Rabin Vincent |
2010-05-28 | gpio: Update gfp/slab.h includes for rdc321x | Tejun Heo |
2010-05-28 | gpio: Add support for Janz VMOD-TTL Digital IO module | Ira W. Snyder |
2010-05-28 | gpio: Add support for RDC321x GPIO controller | Florian Fainelli |
2010-05-27 | drivers/gpio/it8761e_gpio: check return value of gpiochip_remove() | Daniel Mack |
2010-05-27 | gpio: add Penwell gpio support | Alek Du |
2010-05-27 | gpiolib: introduce set_debounce method | Felipe Balbi |
2010-05-27 | gpiolib: make gpiochip_add() show a better error message | Ben Dooks |
2010-05-27 | gpio: max732x: fix input configuration for open-drain pins | Marc Zyngier |
2010-05-27 | max732x: correct nr_port checking off by one error | Axel Lin |
2010-05-27 | pl061: fix offset value range checking | Axel Lin |
2010-05-27 | gpiolib: a gpio is unsigned, so use %u to print it | Uwe Kleine-König |
2010-05-27 | gpiolib: make names array and its values const | Uwe Kleine-König |
2010-05-27 | gpio: add interrupt handling capability to max732x | Marc Zyngier |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely |
2010-05-21 | sysfs: Implement sysfs tagged directory support. | Eric W. Biederman |
2010-05-20 | Merge branch 'topic/asoc' into for-linus | Takashi Iwai |
2010-05-18 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely |
2010-05-11 | it8761e_gpio: fix bug in gpio numbering | Denis Turischev |
2010-04-30 | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2010-04-29 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds |
2010-04-29 | ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is n... | viresh kumar |
2010-04-28 | gpio: potential null dereference | Dan Carpenter |
2010-04-27 | gpio: fix pca953x set_type 'scheduling while atomic' bug | Marc Zyngier |
2010-04-22 | ARM: 6060/1: PL061 GPIO: Setting gpio val after changing direction to OUT. | viresh kumar |
2010-04-22 | ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for real irqs. | viresh kumar |
2010-04-07 | drivers/gpio/timbgpio.c: add missing unlock | Julia Lawall |
2010-04-05 | gpiolib: Implement gpio_to_irq for WM8994 GPIO controller | Mark Brown |