summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: convert to idr_alloc()Tejun Heo2013-02-281-8/+3Star
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-2615-600/+1454
|\
| * gpio: em: Use irq_domain_add_simple() to fix runtime errorMagnus Damm2013-02-141-1/+2
| * gpio: using common order: let 'static const' instead of 'const static'Chen Gang2013-02-111-3/+3
| * gpio/vt8500: memory cleanup missingTony Prisk2013-02-111-12/+49
| * gpiolib: Fix locking on gpio debugfs filesGrant Likely2013-02-111-3/+9
| * gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot2013-02-111-16/+23
| * gpiolib: use descriptors internallyAlexandre Courbot2013-02-111-176/+338
| * gpiolib: use gpio_chips list in gpiochip_find_baseAlexandre Courbot2013-02-091-21/+16Star
| * gpiolib: use gpio_chips list in sysfs opsAlexandre Courbot2013-02-091-27/+10Star
| * gpiolib: use gpio_chips list in gpiochip_findAlexandre Courbot2013-02-091-10/+7Star
| * gpiolib: use gpio_chips list in gpiolib_sysfs_initAlexandre Courbot2013-02-091-5/+2Star
| * gpiolib: link all gpio_chips using a listAlexandre Courbot2013-02-091-7/+44
| * Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/...Grant Likely2013-02-0511-294/+463
| |\
| | * gpiolib: add missing braces in gpio_direction_showAlexandre Courbot2013-02-041-2/+3
| | * gpiolib-acpi: Fix error checks in interrupt requestingMathias Nyman2013-02-041-2/+7
| | * gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mappingAnatolij Gustschin2013-02-041-1/+0Star
| | * gpiolib: remove gpiochip_reserve()Alexandre Courbot2013-02-041-50/+8Star
| | * gpio: mxs: Add IRQ_TYPE_EDGE_BOTH supportGwenhael Goavec-Merou2013-01-291-0/+31
| | * gpiolib-acpi: Add ACPI5 event model support to gpio.Mathias Nyman2013-01-291-0/+82
| | * gpio: pca953x: use managed resourcesLinus Walleij2013-01-281-24/+8Star
| | * gpio: pca953x: use simple irqdomainGregory CLEMENT2013-01-281-37/+28Star
| | * gpio: pxa: set initcall level to module initHaojian Zhuang2013-01-251-6/+1Star
| | * gpio: pca953x: add support for pca9505Gregory CLEMENT2013-01-251-0/+2
| | * gpio: pca953x: make the register access by GPIO bankGregory CLEMENT2013-01-251-106/+175
| | * gpio: pl061: set initcall level to module initHaojian Zhuang2013-01-221-1/+1
| | * gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo2013-01-222-1/+5
| | * gpio: twl4030: Cache the direction and output states in private dataPeter Ujfalusi2013-01-171-35/+65
| | * gpio: twl4030: Introduce private structure to store variables needed runtimePeter Ujfalusi2013-01-171-32/+50
| | * gpio: vt8500: Export dedicated GPIO before multifunction pins.Tony Prisk2013-01-101-2/+2
| * | gpio/langwell: cleanup driverDavid Cohen2013-02-051-34/+17Star
| * | gpio/langwell: Add Cloverview ids to pci device tableDavid Cohen2013-02-051-0/+2
| * | gpio/lynxpoint: add chipset gpio driver.Mathias Nyman2013-02-053-0/+478
* | | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-253-0/+192
|\ \ \
| * | | gpio: palmas: Add support for Palmas GPIOLaxman Dewangan2013-02-143-0/+192
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-221-2/+2
|\ \ \
| * | | drivers/gpio: add missing GENERIC_HARDIRQ dependencyHeiko Carstens2013-02-141-2/+2
| |/ /
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+0Star
|\ \ \
| * \ \ Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-02-051-1/+0Star
| |\ \ \ | | |/ / | |/| |
| | * | ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.hKukjin Kim2013-01-101-1/+0Star
| | |/
* | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-211-3/+3
|\ \ \
| * | | ARM: dts: fix compatible value for exynos pinctrlKukjin Kim2013-01-281-2/+2
| * | | ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440Thomas Abraham2013-01-281-1/+1
| |/ /
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-217-30/+27Star
|\ \ \
| * | | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-1/+1
| * | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-262-17/+9Star
| |\| |
| * | | gpio: Convert to devm_ioremap_resource()Thierry Reding2013-01-225-26/+25Star
| * | | drivers/gpio: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
* | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-201-35/+0Star
|\ \ \ \
| * | | | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-131-35/+0Star
| | |/ / | |/| |