aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+6
2015-07-01Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2015-06-25gpio/msic: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+1
2015-06-25gpio/dwapb: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+2
2015-06-25gpio/bcm-kona: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+3
2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds6-6/+6
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin1-2/+2
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds34-557/+1796
2015-06-22Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+10
2015-06-18gpio: gpio-tegra: Fix race in installing chained IRQ handlerRussell King1-2/+2
2015-06-18gpio: gpio-mxs: Fix race in installing chained IRQ handlerRussell King1-2/+2
2015-06-18gpio: gpio-mxc: Fix race in installing chained IRQ handlerRussell King1-7/+6
2015-06-16gpio: Fix checkpatch.pl issuesDaniel Lockyer5-16/+13
2015-06-16gpio: pcf857x: handle only enabled irqsGrygorii Strashko1-11/+35
2015-06-11gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not foundMika Westerberg1-4/+5
2015-06-10GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module useHanjun Guo1-0/+2
2015-06-10gpio: improve error reporting on own descriptorsLinus Walleij1-2/+4
2015-06-10gpio: promote own request failure to pr_err()Linus Walleij1-2/+2
2015-06-10gpio: Added support to Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha2-67/+126
2015-06-10gpio: add ETRAXFS GPIO driverRabin Vincent3-0/+185
2015-06-02gpio: Add GPIO support for Broadcom STB SoCsGregory Fong3-0/+261
2015-06-02gpio: xgene: add ACPI support for APM X-Gene GPIO standby driverY Vo1-0/+21
2015-06-02gpio: tb10x: Drop unneeded free_irq() callAxel Lin1-1/+0
2015-06-02gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchipAaron Lu1-0/+1
2015-06-02gpio: stp-xway: Use the of_property_read_u32 helperMartin Blumenstingl1-16/+11
2015-06-01gpio: pcf857x: Check for irq_set_irq_wake() failuresGeert Uytterhoeven1-2/+14
2015-06-01gpio-stp-xway: Fix enabling the highest bit of the PHY LEDsMartin Blumenstingl1-1/+1
2015-06-01gpio: Prevent an integer overflow in the pca953x driverJoshua Scott1-9/+12
2015-06-01gpio: omap: rework omap_gpio_irq_startup to handle current pin state properlyGrygorii Strashko1-1/+13
2015-06-01gpio: omap: rework omap_gpio_request to touch only gpio specific registersGrygorii Strashko1-8/+1
2015-06-01gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registersGrygorii Strashko1-10/+5
2015-06-01gpio: omap: fix error handling in omap_gpio_irq_typeGrygorii Strashko1-4/+12
2015-06-01gpio: omap: fix omap_gpio_free to not clean up irq configurationGrygorii Strashko1-1/+4
2015-06-01gpio: rcar: Check for irq_set_irq_wake() failuresGeert Uytterhoeven1-2/+11
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim1-25/+29
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin6-10/+10
2015-05-13gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov1-0/+7
2015-05-13gpio: dln2: fix build breakageJohan Hovold1-1/+0
2015-05-12gpio: gpio-kempld: Fix get_direction return valueMichael Brunner1-1/+1
2015-05-12gpio: xlp: Add missing .owner and .label settings for gpio_chipAxel Lin1-0/+2
2015-05-12gpio: fix gpio leak in gpiochip_add error pathJohan Hovold1-4/+6
2015-05-12gpio: sysfs: move irq trigger flags to class-device dataJohan Hovold2-27/+24
2015-05-12gpio: sysfs: remove FLAG_SYSFS_DIRJohan Hovold2-9/+7
2015-05-12gpio: sysfs: rename active-low helperJohan Hovold1-2/+2
2015-05-12gpio: sysfs: fix race between gpiod export and unexportJohan Hovold1-25/+26
2015-05-12gpio: sysfs: use per-gpio lockingJohan Hovold1-18/+34
2015-05-12gpio: sysfs: clean up gpiod_export_link lockingJohan Hovold1-20/+8
2015-05-12gpio: sysfs: clean up edge_storeJohan Hovold1-5/+7
2015-05-12gpio: sysfs: split irq allocation and deallocationJohan Hovold1-37/+37