| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gpio-fixes-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-04-04 | 2 | -5/+12 |
|\ |
|
| * | gpio: stmpe: pass DT node to irqdomain | Gabriel Fernandez | 2013-03-27 | 1 | -4/+11 |
| * | gpio-ich: Fix value returned by ichx_gpio_request | Jean Delvare | 2013-03-27 | 1 | -1/+1 |
* | | Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-03-24 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | gpio: fix wrong checking condition for gpio range | Haojian Zhuang | 2013-03-07 | 1 | -3/+2 |
* | | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2013-03-12 | 1 | -0/+7 |
|\ \ |
|
| * | | gpio: mvebu: Add clk support to prevent lockup | Andrew Lunn | 2013-03-08 | 1 | -0/+7 |
| |/ |
|
* | | gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expect | Mika Westerberg | 2013-03-02 | 1 | -2/+2 |
* | | gpiolib: move comment to right function | Alexandre Courbot | 2013-03-02 | 1 | -1/+1 |
* | | gpiolib: use const parameters when possible | Alexandre Courbot | 2013-03-02 | 1 | -13/+16 |
* | | gpiolib: check descriptors validity before use | Alexandre Courbot | 2013-03-02 | 1 | -47/+65 |
|/ |
|
* | gpio: convert to idr_alloc() | Tejun Heo | 2013-02-28 | 1 | -8/+3 |
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-02-26 | 15 | -600/+1454 |
|\ |
|
| * | gpio: em: Use irq_domain_add_simple() to fix runtime error | Magnus Damm | 2013-02-14 | 1 | -1/+2 |
| * | gpio: using common order: let 'static const' instead of 'const static' | Chen Gang | 2013-02-11 | 1 | -3/+3 |
| * | gpio/vt8500: memory cleanup missing | Tony Prisk | 2013-02-11 | 1 | -12/+49 |
| * | gpiolib: Fix locking on gpio debugfs files | Grant Likely | 2013-02-11 | 1 | -3/+9 |
| * | gpiolib: let gpio_chip reference its descriptors | Alexandre Courbot | 2013-02-11 | 1 | -16/+23 |
| * | gpiolib: use descriptors internally | Alexandre Courbot | 2013-02-11 | 1 | -176/+338 |
| * | gpiolib: use gpio_chips list in gpiochip_find_base | Alexandre Courbot | 2013-02-09 | 1 | -21/+16 |
| * | gpiolib: use gpio_chips list in sysfs ops | Alexandre Courbot | 2013-02-09 | 1 | -27/+10 |
| * | gpiolib: use gpio_chips list in gpiochip_find | Alexandre Courbot | 2013-02-09 | 1 | -10/+7 |
| * | gpiolib: use gpio_chips list in gpiolib_sysfs_init | Alexandre Courbot | 2013-02-09 | 1 | -5/+2 |
| * | gpiolib: link all gpio_chips using a list | Alexandre Courbot | 2013-02-09 | 1 | -7/+44 |
| * | Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Grant Likely | 2013-02-05 | 11 | -294/+463 |
| |\ |
|
| | * | gpiolib: add missing braces in gpio_direction_show | Alexandre Courbot | 2013-02-04 | 1 | -2/+3 |
| | * | gpiolib-acpi: Fix error checks in interrupt requesting | Mathias Nyman | 2013-02-04 | 1 | -2/+7 |
| | * | gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mapping | Anatolij Gustschin | 2013-02-04 | 1 | -1/+0 |
| | * | gpiolib: remove gpiochip_reserve() | Alexandre Courbot | 2013-02-04 | 1 | -50/+8 |
| | * | gpio: mxs: Add IRQ_TYPE_EDGE_BOTH support | Gwenhael Goavec-Merou | 2013-01-29 | 1 | -0/+31 |
| | * | gpiolib-acpi: Add ACPI5 event model support to gpio. | Mathias Nyman | 2013-01-29 | 1 | -0/+82 |
| | * | gpio: pca953x: use managed resources | Linus Walleij | 2013-01-28 | 1 | -24/+8 |
| | * | gpio: pca953x: use simple irqdomain | Gregory CLEMENT | 2013-01-28 | 1 | -37/+28 |
| | * | gpio: pxa: set initcall level to module init | Haojian Zhuang | 2013-01-25 | 1 | -6/+1 |
| | * | gpio: pca953x: add support for pca9505 | Gregory CLEMENT | 2013-01-25 | 1 | -0/+2 |
| | * | gpio: pca953x: make the register access by GPIO bank | Gregory CLEMENT | 2013-01-25 | 1 | -106/+175 |
| | * | gpio: pl061: set initcall level to module init | Haojian Zhuang | 2013-01-22 | 1 | -1/+1 |
| | * | gpio: devm_gpio_* support should not depend on GPIOLIB | Shawn Guo | 2013-01-22 | 2 | -1/+5 |
| | * | gpio: twl4030: Cache the direction and output states in private data | Peter Ujfalusi | 2013-01-17 | 1 | -35/+65 |
| | * | gpio: twl4030: Introduce private structure to store variables needed runtime | Peter Ujfalusi | 2013-01-17 | 1 | -32/+50 |
| | * | gpio: vt8500: Export dedicated GPIO before multifunction pins. | Tony Prisk | 2013-01-10 | 1 | -2/+2 |
| * | | gpio/langwell: cleanup driver | David Cohen | 2013-02-05 | 1 | -34/+17 |
| * | | gpio/langwell: Add Cloverview ids to pci device table | David Cohen | 2013-02-05 | 1 | -0/+2 |
| * | | gpio/lynxpoint: add chipset gpio driver. | Mathias Nyman | 2013-02-05 | 3 | -0/+478 |
* | | | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2013-02-25 | 3 | -0/+192 |
|\ \ \ |
|
| * | | | gpio: palmas: Add support for Palmas GPIO | Laxman Dewangan | 2013-02-14 | 3 | -0/+192 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-02-22 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | drivers/gpio: add missing GENERIC_HARDIRQ dependency | Heiko Carstens | 2013-02-14 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2013-02-21 | 1 | -1/+0 |
|\ \ \ |
|
| * \ \ | Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern... | Olof Johansson | 2013-02-05 | 1 | -1/+0 |
| |\ \ \
| | |/ /
| |/| | |
|