| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 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-24 | 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-21 | 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-04 | 1 | -1/+0 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.h | Kukjin Kim | 2013-01-10 | 1 | -1/+0 |
| | |/ |
|
* | | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-02-21 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | ARM: dts: fix compatible value for exynos pinctrl | Kukjin Kim | 2013-01-28 | 1 | -2/+2 |
| * | | | ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440 | Thomas Abraham | 2013-01-28 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 7 | -30/+27 |
|\ \ \ |
|
| * | | | driver-core: constify data for class_find_device() | Michał Mirosław | 2013-02-06 | 1 | -1/+1 |
| * | | | Merge 3.8-rc5 into driver-core-next | Greg Kroah-Hartman | 2013-01-25 | 2 | -17/+9 |
| |\| | |
|
| * | | | gpio: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-22 | 5 | -26/+25 |
| * | | | drivers/gpio: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-21 | 1 | -1/+1 |
* | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-02-20 | 1 | -35/+0 |
|\ \ \ \ |
|
| * | | | | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() | Grant Likely | 2013-02-13 | 1 | -35/+0 |
| | |/ /
| |/| | |
|