summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2015-07-17gpio: etraxfs: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski
2015-07-16gpiolib: remove unneeded assignationLaurent Navet
2015-07-16gpio: 74xx: Fix build warning about void to integer castNicholas Krause
2015-07-16gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko
2015-07-16gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko
2015-07-16gpio: pcf857x: get rid of slock spinlockGrygorii Strashko
2015-07-16gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven
2015-07-16gpio: em: Remove obsolete platform data supportGeert Uytterhoeven
2015-07-16gpio: zx: Add ZTE zx296702 GPIO supportJun Nie
2015-07-16gpio: of: remove unnecessary variable in of_get_gpio_hog()Masahiro Yamada
2015-07-16gpio: mvebu: kill bogus dependency on GPIO_GENERICMasahiro Yamada
2015-07-16gpio: altera: use of_mm_gpiochip_remove() to fix memory leakMasahiro Yamada
2015-07-16gpio: altera: fix return value of altera_gpio_remove()Masahiro Yamada
2015-07-16gpio: altera: kill bogus dependency on GPIO_GENERICMasahiro Yamada
2015-07-16gpio: zynq: add missing module_exit functionMasahiro Yamada
2015-07-16gpiolib: Fix docs for gpiochip_add_pingroup_rangeTomeu Vizoso
2015-07-16gpio: generic: add get_direction supportPhilipp Zabel
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-07-01Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki
2015-06-25gpio/msic: Fix race in installing chained IRQ handlerThomas Gleixner
2015-06-25gpio/dwapb: Fix race in installing chained IRQ handlerThomas Gleixner
2015-06-25gpio/bcm-kona: Fix race in installing chained IRQ handlerThomas Gleixner
2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-06-22Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-18gpio: gpio-tegra: Fix race in installing chained IRQ handlerRussell King
2015-06-18gpio: gpio-mxs: Fix race in installing chained IRQ handlerRussell King
2015-06-18gpio: gpio-mxc: Fix race in installing chained IRQ handlerRussell King
2015-06-16gpio: Fix checkpatch.pl issuesDaniel Lockyer
2015-06-16gpio: pcf857x: handle only enabled irqsGrygorii Strashko
2015-06-11gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not foundMika Westerberg
2015-06-10GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module useHanjun Guo
2015-06-10gpio: improve error reporting on own descriptorsLinus Walleij
2015-06-10gpio: promote own request failure to pr_err()Linus Walleij
2015-06-10gpio: Added support to Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha
2015-06-10gpio: add ETRAXFS GPIO driverRabin Vincent
2015-06-02gpio: Add GPIO support for Broadcom STB SoCsGregory Fong
2015-06-02gpio: xgene: add ACPI support for APM X-Gene GPIO standby driverY Vo
2015-06-02gpio: tb10x: Drop unneeded free_irq() callAxel Lin
2015-06-02gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchipAaron Lu
2015-06-02gpio: stp-xway: Use the of_property_read_u32 helperMartin Blumenstingl
2015-06-01gpio: pcf857x: Check for irq_set_irq_wake() failuresGeert Uytterhoeven
2015-06-01gpio-stp-xway: Fix enabling the highest bit of the PHY LEDsMartin Blumenstingl
2015-06-01gpio: Prevent an integer overflow in the pca953x driverJoshua Scott
2015-06-01gpio: omap: rework omap_gpio_irq_startup to handle current pin state properlyGrygorii Strashko
2015-06-01gpio: omap: rework omap_gpio_request to touch only gpio specific registersGrygorii Strashko
2015-06-01gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registersGrygorii Strashko
2015-06-01gpio: omap: fix error handling in omap_gpio_irq_typeGrygorii Strashko