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