summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | gpio: sysfs: use per-gpio lockingJohan Hovold2015-05-121-18/+34
| * | | gpio: sysfs: clean up gpiod_export_link lockingJohan Hovold2015-05-121-20/+8Star
| * | | gpio: sysfs: clean up edge_storeJohan Hovold2015-05-121-5/+7
| * | | gpio: sysfs: split irq allocation and deallocationJohan Hovold2015-05-121-37/+37
| * | | gpio: sysfs: only call irq helper if neededJohan Hovold2015-05-121-5/+14
| * | | gpio: sysfs: clean up interrupt-interface implementationJohan Hovold2015-05-122-39/+18Star
| * | | gpio: sysfs: remove redundant gpio-descriptor parametersJohan Hovold2015-05-121-13/+11Star
| * | | gpio: sysfs: add gpiod class-device dataJohan Hovold2015-05-121-16/+46
| * | | gpio: sysfs: remove redundant export testsJohan Hovold2015-05-121-51/+23Star
| * | | gpio: sysfs: release irq after class-device deregistrationJohan Hovold2015-05-121-1/+5
| * | | gpio: sysfs: use DEVICE_ATTR macrosJohan Hovold2015-05-121-25/+18Star
| * | | gpio: remove gpiod_sysfs_set_active_lowJohan Hovold2015-05-121-46/+2Star
| * | | gpio: sysfs: rename gpiochip registration functionsJohan Hovold2015-05-123-13/+15
| * | | gpio: sysfs: clean up chip class-device handlingJohan Hovold2015-05-121-26/+13Star
| * | | gpio: sysfs: reduce gpiochip-export locking scopeJohan Hovold2015-05-121-3/+4
| * | | gpio: sysfs: preparatory clean upsJohan Hovold2015-05-121-4/+4
| * | | gpio: sysfs: fix redundant lock-as-irq handlingJohan Hovold2015-05-121-7/+15
| * | | gpio: clean up gpiochip_removeJohan Hovold2015-05-121-5/+9
| * | | Merge tag 'v4.1-rc3' into develLinus Walleij2015-05-123-40/+29Star
| |\ \ \
| * | | | gpio: xilinx: Fix kernel-doc warningsMichal Simek2015-05-121-1/+3
| * | | | gpio: x-gene: Remove a useless memsetChristophe Jaillet2015-05-121-1/+0Star
| * | | | gpio: Constify platform_device_idKrzysztof Kozlowski2015-05-123-3/+3
| * | | | drivers/gpio: include <module.h> for modular crystalcove codePaul Gortmaker2015-05-121-0/+1
| * | | | gpio / ACPI: Add support for retrieving GpioInt resources from a deviceMika Westerberg2015-05-111-0/+29
| * | | | gpio: mxc: read output value from GPIO_DR registerVladimir Zapolskiy2015-05-111-1/+2
| * | | | gpio: moxart: get value of output gpio from generic driverVladimir Zapolskiy2015-05-111-14/+3Star
| * | | | gpio: gpio-generic: add flag to read out output value from reg_setVladimir Zapolskiy2015-05-111-3/+19
| * | | | gpio: xlp: GPIO controller for Netlogic XLP SoCsKamlakant Patel2015-05-063-0/+437
| * | | | gpio: omap: Allow building as a loadable moduleTony Lindgren2015-05-062-1/+25
| * | | | gpio: max732x: Fix irq-events handlerSemen Protsenko2015-05-061-1/+1
| * | | | gpio: max732x: Add IRQF_SHARED to irq flagsSemen Protsenko2015-05-061-6/+4Star
| * | | | gpio: add lpc18xx gpio driverJoachim Eastwood2015-05-053-0/+189
| * | | | gpio: max732x: Propagate wake-up setting to parent irq controllerSemen Protsenko2015-05-041-0/+9
| * | | | gpio: bcm-kona: Implement get_direction callbackAxel Lin2015-04-271-10/+16
| | |/ / | |/| |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-233-11/+10Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | gpio: gpio-tegra: Fix race in installing chained IRQ handlerRussell King2015-06-181-2/+2
| * | | gpio: gpio-mxs: Fix race in installing chained IRQ handlerRussell King2015-06-181-2/+2
| * | | gpio: gpio-mxc: Fix race in installing chained IRQ handlerRussell King2015-06-181-7/+6Star
| | |/ | |/|
* | | gpio: gpio-kempld: Fix get_direction return valueMichael Brunner2015-05-121-1/+1
* | | gpio: fix gpio leak in gpiochip_add error pathJohan Hovold2015-05-121-4/+6
|/ /
* | gpio: omap: Fix regression for MPUIO interruptsTony Lindgren2015-05-061-39/+9Star
* | gpio: sysfs: fix memory leaks and device hotplugJohan Hovold2015-04-291-0/+19
* | gpiolib: change gpio pin from unsigned to signed in acpi callbackQipeng Zha2015-04-271-1/+1
|/
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-223-723/+0Star
|\
| * gpio: Remove gpio-msm-v1 driverStephen Boyd2015-03-273-723/+0Star
* | Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-04-1830-697/+1740
|\ \
| * | Revert "gpio: sch: use uapi/linux/pci_ids.h directly"Linus Walleij2015-04-101-1/+1
| * | gpio: dwapb: remove dependenciesLinus Walleij2015-04-091-1/+0Star
| * | gpio: dwapb: enable for ARCVineet Gupta2015-04-081-1/+1
| * | gpio: removing kfree remove functionalityVarka Bhadram2015-04-082-2/+1Star