| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-18 | 1 | -4/+2 |
|\ |
|
| * | gpio/davinci: Fix race in installing chained irq handler | Thomas Gleixner | 2015-07-13 | 1 | -4/+2 |
* | | gpio: pca953x: fix nested irqs rescheduling | Grygorii Strashko | 2015-07-16 | 1 | -0/+4 |
* | | gpio: omap: prevent module from being unloaded while in use | Grygorii Strashko | 2015-07-16 | 1 | -0/+1 |
* | | gpio: max732x: Add missing dev reference to gpiochip | Marek Vasut | 2015-07-16 | 1 | -0/+1 |
* | | gpio/xilinx: Use correct address when setting initial values. | Raphaƫl Teysseyre | 2015-07-16 | 1 | -2/+2 |
* | | gpio: zynq: Fix problem with unbalanced pm_runtime_enable | Michal Simek | 2015-07-16 | 1 | -0/+1 |
* | | gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_type | Grygorii Strashko | 2015-07-16 | 1 | -1/+3 |
* | | gpio: brcmstb: fix null ptr dereference in driver remove | Gregory Fong | 2015-07-16 | 1 | -3/+11 |
|/ |
|
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-02 | 3 | -6/+6 |
|\ |
|
| * | gpio/msic: Fix race in installing chained IRQ handler | Thomas Gleixner | 2015-06-25 | 1 | -2/+1 |
| * | gpio/dwapb: Fix race in installing chained IRQ handler | Thomas Gleixner | 2015-06-25 | 1 | -2/+2 |
| * | gpio/bcm-kona: Fix race in installing chained IRQ handler | Thomas Gleixner | 2015-06-25 | 1 | -2/+3 |
* | | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-07-01 | 1 | -2/+2 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' | Rafael J. Wysocki | 2015-06-26 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | | * | | | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() | Alexander Sverdlin | 2015-06-24 | 1 | -2/+2 |
| | |/ / / |
|
* | | | | | Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2015-06-25 | 6 | -6/+6 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | gpio: Constify irq_domain_ops | Krzysztof Kozlowski | 2015-05-06 | 6 | -6/+6 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2015-06-23 | 34 | -557/+1796 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | gpio: Fix checkpatch.pl issues | Daniel Lockyer | 2015-06-16 | 5 | -16/+13 |
| * | | | gpio: pcf857x: handle only enabled irqs | Grygorii Strashko | 2015-06-16 | 1 | -11/+35 |
| * | | | gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not found | Mika Westerberg | 2015-06-11 | 1 | -4/+5 |
| * | | | GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use | Hanjun Guo | 2015-06-10 | 1 | -0/+2 |
| * | | | gpio: improve error reporting on own descriptors | Linus Walleij | 2015-06-10 | 1 | -2/+4 |
| * | | | gpio: promote own request failure to pr_err() | Linus Walleij | 2015-06-10 | 1 | -2/+2 |
| * | | | gpio: Added support to Zynq Ultrascale+ MPSoC | Anurag Kumar Vulisha | 2015-06-10 | 2 | -67/+126 |
| * | | | gpio: add ETRAXFS GPIO driver | Rabin Vincent | 2015-06-10 | 3 | -0/+185 |
| * | | | gpio: Add GPIO support for Broadcom STB SoCs | Gregory Fong | 2015-06-02 | 3 | -0/+261 |
| * | | | gpio: xgene: add ACPI support for APM X-Gene GPIO standby driver | Y Vo | 2015-06-02 | 1 | -0/+21 |
| * | | | gpio: tb10x: Drop unneeded free_irq() call | Axel Lin | 2015-06-02 | 1 | -1/+0 |
| * | | | gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip | Aaron Lu | 2015-06-02 | 1 | -0/+1 |
| * | | | gpio: stp-xway: Use the of_property_read_u32 helper | Martin Blumenstingl | 2015-06-02 | 1 | -16/+11 |
| * | | | gpio: pcf857x: Check for irq_set_irq_wake() failures | Geert Uytterhoeven | 2015-06-01 | 1 | -2/+14 |
| * | | | gpio-stp-xway: Fix enabling the highest bit of the PHY LEDs | Martin Blumenstingl | 2015-06-01 | 1 | -1/+1 |
| * | | | gpio: Prevent an integer overflow in the pca953x driver | Joshua Scott | 2015-06-01 | 1 | -9/+12 |
| * | | | gpio: omap: rework omap_gpio_irq_startup to handle current pin state properly | Grygorii Strashko | 2015-06-01 | 1 | -1/+13 |
| * | | | gpio: omap: rework omap_gpio_request to touch only gpio specific registers | Grygorii Strashko | 2015-06-01 | 1 | -8/+1 |
| * | | | gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registers | Grygorii Strashko | 2015-06-01 | 1 | -10/+5 |
| * | | | gpio: omap: fix error handling in omap_gpio_irq_type | Grygorii Strashko | 2015-06-01 | 1 | -4/+12 |
| * | | | gpio: omap: fix omap_gpio_free to not clean up irq configuration | Grygorii Strashko | 2015-06-01 | 1 | -1/+4 |
| * | | | gpio: rcar: Check for irq_set_irq_wake() failures | Geert Uytterhoeven | 2015-06-01 | 1 | -2/+11 |
| * | | | gpiolib: rename gpiod_set_array to gpiod_set_array_value | Rojhalat Ibrahim | 2015-06-01 | 1 | -25/+29 |
| * | | | Drivers: gpio: Fix spelling errors | Colin Cronin | 2015-05-19 | 6 | -10/+10 |
| * | | | gpiolib: cleanup chained handler and data | Dmitry Eremin-Solenikov | 2015-05-13 | 1 | -0/+7 |
| * | | | gpio: dln2: fix build breakage | Johan Hovold | 2015-05-13 | 1 | -1/+0 |
| * | | | gpio: xlp: Add missing .owner and .label settings for gpio_chip | Axel Lin | 2015-05-12 | 1 | -0/+2 |
| * | | | gpio: sysfs: move irq trigger flags to class-device data | Johan Hovold | 2015-05-12 | 2 | -27/+24 |
| * | | | gpio: sysfs: remove FLAG_SYSFS_DIR | Johan Hovold | 2015-05-12 | 2 | -9/+7 |
| * | | | gpio: sysfs: rename active-low helper | Johan Hovold | 2015-05-12 | 1 | -2/+2 |
| * | | | gpio: sysfs: fix race between gpiod export and unexport | Johan Hovold | 2015-05-12 | 1 | -25/+26 |