| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: Add TC35892 GPIO driver | Rabin Vincent | 2010-05-28 | 3 | -0/+389 |
* | gpio: Update gfp/slab.h includes for rdc321x | Tejun Heo | 2010-05-28 | 1 | -0/+1 |
* | gpio: Add support for Janz VMOD-TTL Digital IO module | Ira W. Snyder | 2010-05-28 | 3 | -0/+269 |
* | gpio: Add support for RDC321x GPIO controller | Florian Fainelli | 2010-05-28 | 3 | -1/+255 |
* | drivers/gpio/it8761e_gpio: check return value of gpiochip_remove() | Daniel Mack | 2010-05-27 | 1 | -1/+4 |
* | gpio: add Penwell gpio support | Alek Du | 2010-05-27 | 2 | -34/+53 |
* | gpiolib: introduce set_debounce method | Felipe Balbi | 2010-05-27 | 1 | -0/+43 |
* | gpiolib: make gpiochip_add() show a better error message | Ben Dooks | 2010-05-27 | 1 | -1/+1 |
* | gpio: max732x: fix input configuration for open-drain pins | Marc Zyngier | 2010-05-27 | 1 | -0/+7 |
* | max732x: correct nr_port checking off by one error | Axel Lin | 2010-05-27 | 1 | -3/+3 |
* | pl061: fix offset value range checking | Axel Lin | 2010-05-27 | 1 | -1/+1 |
* | gpiolib: a gpio is unsigned, so use %u to print it | Uwe Kleine-König | 2010-05-27 | 1 | -1/+1 |
* | gpiolib: make names array and its values const | Uwe Kleine-König | 2010-05-27 | 3 | -3/+3 |
* | gpio: add interrupt handling capability to max732x | Marc Zyngier | 2010-05-27 | 2 | -19/+343 |
* | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 5 | -16/+47 |
|\ |
|
| * | sysfs: Implement sysfs tagged directory support. | Eric W. Biederman | 2010-05-21 | 1 | -1/+1 |
| * | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 2010-05-20 | 1 | -0/+12 |
| |\ |
|
| | * | gpiolib: Implement gpio_to_irq for WM8994 GPIO controller | Mark Brown | 2010-04-05 | 1 | -0/+12 |
| * | | it8761e_gpio: fix bug in gpio numbering | Denis Turischev | 2010-05-11 | 1 | -9/+9 |
| * | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-04-30 | 1 | -1/+2 |
| |\ \ |
|
| | * | | gpio: potential null dereference | Dan Carpenter | 2010-04-28 | 1 | -1/+2 |
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-04-29 | 1 | -4/+10 |
| |\ \ \ |
|
| | * | | | ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is n... | viresh kumar | 2010-04-29 | 1 | -1/+1 |
| | * | | | ARM: 6060/1: PL061 GPIO: Setting gpio val after changing direction to OUT. | viresh kumar | 2010-04-22 | 1 | -0/+6 |
| | * | | | ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for real irqs. | viresh kumar | 2010-04-22 | 1 | -3/+3 |
| | |/ / |
|
| * | | | gpio: fix pca953x set_type 'scheduling while atomic' bug | Marc Zyngier | 2010-04-27 | 1 | -1/+13 |
| |/ / |
|
* | | | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-18 | 1 | -1/+1 |
|/ / |
|
* | | drivers/gpio/timbgpio.c: add missing unlock | Julia Lawall | 2010-04-07 | 1 | -4/+8 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 18 | -1/+17 |
* | | drivers/gpio/max730x.c: add license macro | Richard Röjfors | 2010-03-24 | 1 | -0/+4 |
|/ |
|
* | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 2010-03-07 | 1 | -2/+6 |
* | mfd: Fix lpc_sch related depends/selects, fix build error | Randy Dunlap | 2010-03-07 | 1 | -1/+2 |
* | gpio: Fix sch_gpio warning | Samuel Ortiz | 2010-03-07 | 1 | -3/+16 |
* | gpio: add Intel SCH GPIO controller driver | Denis Turischev | 2010-03-07 | 3 | -0/+299 |
* | gpiolib: Force wm831x GPIOs into GPIO mode when requested | Mark Brown | 2010-03-07 | 1 | -2/+4 |
* | mfd: Add WM831x revision B support | Mark Brown | 2010-03-07 | 1 | -5/+16 |
* | gpiolib: Correct debugfs display of WM831x GPIO inversion | Mark Brown | 2010-03-07 | 1 | -1/+1 |
* | gpiolib: Actually set output state in wm831x_gpio_direction_output() | Mark Brown | 2010-03-07 | 1 | -7/+15 |
* | gpiolib: Add WM8994 GPIO support | Mark Brown | 2010-03-07 | 3 | -0/+212 |
* | gpiolib: Add support for WM8350 GPIO controller | Mark Brown | 2010-03-07 | 3 | -0/+189 |
* | gpio: introduce it8761e_gpio driver for IT8761E Super I/O chip | Denis Turischev | 2010-03-06 | 3 | -0/+238 |
* | gpio: cs5535-gpio: fix input direction | Ben Gardner | 2010-03-06 | 1 | -1/+3 |
* | gpio: pca953x.c: add interrupt handling capability | Marc Zyngier | 2010-03-06 | 2 | -12/+244 |
* | timbgpio: add support for interrupt triggering on both flanks | Richard Röjfors | 2010-03-06 | 1 | -9/+23 |
* | gpio: introduce gpio_request_one() and friends | Eric Miao | 2010-03-06 | 1 | -0/+58 |
* | gpio: add driver for MAX7300 I2C GPIO extender | Wolfram Sang | 2010-03-06 | 5 | -260/+386 |
* | bitops: rename for_each_bit() to for_each_set_bit() | Akinobu Mita | 2010-03-06 | 2 | -2/+2 |
* | timbgpio: fix build | David Miller | 2010-03-06 | 1 | -0/+1 |
* | gpio: adp5588-gpio: new driver for ADP5588 GPIO expanders | Michael Hennerich | 2010-01-11 | 3 | -0/+276 |
* | gpiolib: fix poll(2) support reconfigure on sysfs polarity change | Jani Nikula | 2010-01-11 | 1 | -2/+0 |