Age | Commit message (Expand) | Author |
2010-10-27 | langwell_gpio: add support for whitney point | Alan Cox |
2010-10-27 | drivers/gpio/langwell_gpio.c: remove semicolons after function definitions | Andrew Morton |
2010-10-27 | gpio: add Topcliff PCH GPIO driver | Tomoya MORINAGA |
2010-10-27 | gpio: adp5588-gpio: support interrupt controller | Michael Hennerich |
2010-10-27 | gpio: add support for 74x164 serial-in/parallel-out 8-bit shift register | Miguel Gaio |
2010-10-27 | gpio: timbgpio: use a copy of the IER register to avoid it being trashed | Tomas Hallenberg |
2010-10-27 | gpio: add driver for basic memory-mapped GPIO controllers | Anton Vorontsov |
2010-10-26 | pca953x: pca953x driver fixes for x86 mrst | Alek Du |
2010-10-25 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2010-10-18 | Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's... | Russell King |
2010-09-29 | of: GPIO: Fix OF probing on little-endian systems | Michal Simek |
2010-09-19 | ARM: 6373/1: tc35892-gpio: add setup/remove callbacks | Rabin Vincent |
2010-09-09 | gpio: sx150x: correct and refine reset-on-probe behavior | Gregory Bean |
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 |