summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-181-4/+2
|\
| * gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner2015-07-131-4/+2
* | gpio: pca953x: fix nested irqs reschedulingGrygorii Strashko2015-07-161-0/+4
* | gpio: omap: prevent module from being unloaded while in useGrygorii Strashko2015-07-161-0/+1
* | gpio: max732x: Add missing dev reference to gpiochipMarek Vasut2015-07-161-0/+1
* | gpio/xilinx: Use correct address when setting initial values.Raphaƫl Teysseyre2015-07-161-2/+2
* | gpio: zynq: Fix problem with unbalanced pm_runtime_enableMichal Simek2015-07-161-0/+1
* | gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_typeGrygorii Strashko2015-07-161-1/+3
* | gpio: brcmstb: fix null ptr dereference in driver removeGregory Fong2015-07-161-3/+11
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-013-6/+6
|\
| * gpio/msic: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+1
| * gpio/dwapb: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+2
| * gpio/bcm-kona: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+3
* | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-011-2/+2
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-261-2/+2
| |\ \ \ \
| | | * | | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin2015-06-241-2/+2
| | |/ / /
* | | | | Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-06-246-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gpio: Constify irq_domain_opsKrzysztof Kozlowski2015-05-066-6/+6
| | |/ / | |/| |
* | | | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-06-2334-557/+1796
|\ \ \ \ | |_|_|/ |/| | |
| * | | gpio: Fix checkpatch.pl issuesDaniel Lockyer2015-06-165-16/+13
| * | | gpio: pcf857x: handle only enabled irqsGrygorii Strashko2015-06-161-11/+35
| * | | gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not foundMika Westerberg2015-06-111-4/+5
| * | | GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module useHanjun Guo2015-06-101-0/+2
| * | | gpio: improve error reporting on own descriptorsLinus Walleij2015-06-101-2/+4
| * | | gpio: promote own request failure to pr_err()Linus Walleij2015-06-101-2/+2
| * | | gpio: Added support to Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha2015-06-102-67/+126
| * | | gpio: add ETRAXFS GPIO driverRabin Vincent2015-06-103-0/+185
| * | | gpio: Add GPIO support for Broadcom STB SoCsGregory Fong2015-06-023-0/+261
| * | | gpio: xgene: add ACPI support for APM X-Gene GPIO standby driverY Vo2015-06-021-0/+21
| * | | gpio: tb10x: Drop unneeded free_irq() callAxel Lin2015-06-021-1/+0
| * | | gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchipAaron Lu2015-06-021-0/+1
| * | | gpio: stp-xway: Use the of_property_read_u32 helperMartin Blumenstingl2015-06-021-16/+11
| * | | gpio: pcf857x: Check for irq_set_irq_wake() failuresGeert Uytterhoeven2015-06-011-2/+14
| * | | gpio-stp-xway: Fix enabling the highest bit of the PHY LEDsMartin Blumenstingl2015-06-011-1/+1
| * | | gpio: Prevent an integer overflow in the pca953x driverJoshua Scott2015-06-011-9/+12
| * | | gpio: omap: rework omap_gpio_irq_startup to handle current pin state properlyGrygorii Strashko2015-06-011-1/+13
| * | | gpio: omap: rework omap_gpio_request to touch only gpio specific registersGrygorii Strashko2015-06-011-8/+1
| * | | gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registersGrygorii Strashko2015-06-011-10/+5
| * | | gpio: omap: fix error handling in omap_gpio_irq_typeGrygorii Strashko2015-06-011-4/+12
| * | | gpio: omap: fix omap_gpio_free to not clean up irq configurationGrygorii Strashko2015-06-011-1/+4
| * | | gpio: rcar: Check for irq_set_irq_wake() failuresGeert Uytterhoeven2015-06-011-2/+11
| * | | gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim2015-06-011-25/+29
| * | | Drivers: gpio: Fix spelling errorsColin Cronin2015-05-196-10/+10
| * | | gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov2015-05-131-0/+7
| * | | gpio: dln2: fix build breakageJohan Hovold2015-05-131-1/+0
| * | | gpio: xlp: Add missing .owner and .label settings for gpio_chipAxel Lin2015-05-121-0/+2
| * | | gpio: sysfs: move irq trigger flags to class-device dataJohan Hovold2015-05-122-27/+24
| * | | gpio: sysfs: remove FLAG_SYSFS_DIRJohan Hovold2015-05-122-9/+7
| * | | gpio: sysfs: rename active-low helperJohan Hovold2015-05-121-2/+2
| * | | gpio: sysfs: fix race between gpiod export and unexportJohan Hovold2015-05-121-25/+26
OpenPOWER on IntegriCloud