1. d5fb821 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. 5c39509 Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  3. 132c242 Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' by Rafael J. Wysocki · 9 years ago
  4. 3fb250e gpio/msic: Fix race in installing chained IRQ handler by Thomas Gleixner · 9 years ago
  5. 6218b88 gpio/dwapb: Fix race in installing chained IRQ handler by Thomas Gleixner · 9 years ago
  6. b34cc620 gpio/bcm-kona: Fix race in installing chained IRQ handler by Thomas Gleixner · 9 years ago
  7. 93a4b1b Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  8. c181fb3 ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() by Alexander Sverdlin · 9 years ago
  9. 10b4b09 Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  10. 407a2c7 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  11. e88d251 gpio: gpio-tegra: Fix race in installing chained IRQ handler by Russell King · 9 years ago
  12. a44735f gpio: gpio-mxs: Fix race in installing chained IRQ handler by Russell King · 9 years ago
  13. e65eea5 gpio: gpio-mxc: Fix race in installing chained IRQ handler by Russell King · 9 years ago
  14. 38e003f gpio: Fix checkpatch.pl issues by Daniel Lockyer · 9 years ago
  15. 84f2899 gpio: pcf857x: handle only enabled irqs by Grygorii Strashko · 9 years ago
  16. f35bbf61 gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not found by Mika Westerberg · 9 years ago
  17. 2b528ff GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use by Hanjun Guo · 9 years ago
  18. a713890 gpio: improve error reporting on own descriptors by Linus Walleij · 9 years ago
  19. 8405f20 gpio: promote own request failure to pr_err() by Linus Walleij · 9 years ago
  20. bdf7a4a gpio: Added support to Zynq Ultrascale+ MPSoC by Anurag Kumar Vulisha · 9 years ago
  21. d342571 gpio: add ETRAXFS GPIO driver by Rabin Vincent · 9 years ago
  22. 3b0213d gpio: Add GPIO support for Broadcom STB SoCs by Gregory Fong · 9 years ago
  23. 733cf01 gpio: xgene: add ACPI support for APM X-Gene GPIO standby driver by Y Vo · 9 years ago
  24. 81d49ce gpio: tb10x: Drop unneeded free_irq() call by Axel Lin · 9 years ago
  25. 61e749d gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip by Aaron Lu · 9 years ago
  26. 50f0907 gpio: stp-xway: Use the of_property_read_u32 helper by Martin Blumenstingl · 9 years ago
  27. ffb8e44 gpio: pcf857x: Check for irq_set_irq_wake() failures by Geert Uytterhoeven · 9 years ago
  28. 08b085a gpio-stp-xway: Fix enabling the highest bit of the PHY LEDs by Martin Blumenstingl · 9 years ago
  29. b6ac128 gpio: Prevent an integer overflow in the pca953x driver by Joshua Scott · 9 years ago
  30. 121dcb7 gpio: omap: rework omap_gpio_irq_startup to handle current pin state properly by Grygorii Strashko · 9 years ago
  31. c351817 gpio: omap: rework omap_gpio_request to touch only gpio specific registers by Grygorii Strashko · 9 years ago
  32. 6e96c1b gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registers by Grygorii Strashko · 9 years ago
  33. 1562e46 gpio: omap: fix error handling in omap_gpio_irq_type by Grygorii Strashko · 9 years ago
  34. 5f982c7 gpio: omap: fix omap_gpio_free to not clean up irq configuration by Grygorii Strashko · 9 years ago
  35. 501ef0f gpio: rcar: Check for irq_set_irq_wake() failures by Geert Uytterhoeven · 9 years ago
  36. 3fff99b gpiolib: rename gpiod_set_array to gpiod_set_array_value by Rojhalat Ibrahim · 9 years ago
  37. 20a8a96 Drivers: gpio: Fix spelling errors by Colin Cronin · 9 years ago
  38. 25e4fe9 gpiolib: cleanup chained handler and data by Dmitry Eremin-Solenikov · 9 years ago
  39. 8864afa gpio: dln2: fix build breakage by Johan Hovold · 9 years ago
  40. f230e8f gpio: gpio-kempld: Fix get_direction return value by Michael Brunner · 9 years ago
  41. b8a3f52 gpio: xlp: Add missing .owner and .label settings for gpio_chip by Axel Lin · 9 years ago
  42. 6d86750 gpio: fix gpio leak in gpiochip_add error path by Johan Hovold · 9 years ago
  43. cef1717 gpio: sysfs: move irq trigger flags to class-device data by Johan Hovold · 9 years ago
  44. 427fdee gpio: sysfs: remove FLAG_SYSFS_DIR by Johan Hovold · 9 years ago
  45. 2f323b8 gpio: sysfs: rename active-low helper by Johan Hovold · 9 years ago
  46. 72eba6f gpio: sysfs: fix race between gpiod export and unexport by Johan Hovold · 9 years ago
  47. 6ffcb79 gpio: sysfs: use per-gpio locking by Johan Hovold · 9 years ago
  48. 56d30ec gpio: sysfs: clean up gpiod_export_link locking by Johan Hovold · 9 years ago
  49. e4339ce gpio: sysfs: clean up edge_store by Johan Hovold · 9 years ago
  50. 2ec74a9 gpio: sysfs: split irq allocation and deallocation by Johan Hovold · 9 years ago
  51. b91e180 gpio: sysfs: only call irq helper if needed by Johan Hovold · 9 years ago
  52. a08f5c2 gpio: sysfs: clean up interrupt-interface implementation by Johan Hovold · 9 years ago
  53. 0f62850 gpio: sysfs: remove redundant gpio-descriptor parameters by Johan Hovold · 9 years ago
  54. c43960f gpio: sysfs: add gpiod class-device data by Johan Hovold · 9 years ago
  55. f0b7866 gpio: sysfs: remove redundant export tests by Johan Hovold · 9 years ago
  56. 54d9acd gpio: sysfs: release irq after class-device deregistration by Johan Hovold · 9 years ago
  57. 6beac9d1 gpio: sysfs: use DEVICE_ATTR macros by Johan Hovold · 9 years ago
  58. 166a85e gpio: remove gpiod_sysfs_set_active_low by Johan Hovold · 9 years ago
  59. 426577b gpio: sysfs: rename gpiochip registration functions by Johan Hovold · 9 years ago
  60. 6a4b6b0 gpio: sysfs: clean up chip class-device handling by Johan Hovold · 9 years ago
  61. 3ff74be gpio: sysfs: reduce gpiochip-export locking scope by Johan Hovold · 9 years ago
  62. cecf58a gpio: sysfs: preparatory clean ups by Johan Hovold · 9 years ago
  63. 52176d0 gpio: sysfs: fix redundant lock-as-irq handling by Johan Hovold · 9 years ago
  64. fab28b8 gpio: clean up gpiochip_remove by Johan Hovold · 9 years ago
  65. 8becdc1 Merge tag 'v4.1-rc3' into devel by Linus Walleij · 9 years ago
  66. 3c1b5c9b gpio: xilinx: Fix kernel-doc warnings by Michal Simek · 9 years ago
  67. a4effdd gpio: x-gene: Remove a useless memset by Christophe Jaillet · 9 years ago
  68. f4f79d4 gpio: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  69. f1fb9c6 drivers/gpio: include <module.h> for modular crystalcove code by Paul Gortmaker · 9 years ago
  70. c884fbd gpio / ACPI: Add support for retrieving GpioInt resources from a device by Mika Westerberg · 9 years ago
  71. 442b249 gpio: mxc: read output value from GPIO_DR register by Vladimir Zapolskiy · 9 years ago
  72. f306633 gpio: moxart: get value of output gpio from generic driver by Vladimir Zapolskiy · 9 years ago
  73. b19e7f5 gpio: gpio-generic: add flag to read out output value from reg_set by Vladimir Zapolskiy · 9 years ago
  74. ff71880 gpio: xlp: GPIO controller for Netlogic XLP SoCs by Kamlakant Patel · 9 years ago
  75. 0b354dc gpio: Constify irq_domain_ops by Krzysztof Kozlowski · 9 years ago
  76. cac089f gpio: omap: Allow building as a loadable module by Tony Lindgren · 9 years ago
  77. d2d05c6 gpio: omap: Fix regression for MPUIO interrupts by Tony Lindgren · 9 years ago
  78. 606f13e gpio: max732x: Fix irq-events handler by Semen Protsenko · 9 years ago
  79. 68689db gpio: max732x: Add IRQF_SHARED to irq flags by Semen Protsenko · 9 years ago
  80. 13a43fd gpio: add lpc18xx gpio driver by Joachim Eastwood · 9 years ago
  81. 67ddd32 gpio: max732x: Propagate wake-up setting to parent irq controller by Semen Protsenko · 9 years ago
  82. 483d821 gpio: sysfs: fix memory leaks and device hotplug by Johan Hovold · 9 years ago
  83. 0218d5a gpio: bcm-kona: Implement get_direction callback by Axel Lin · 9 years ago
  84. a481162 gpiolib: change gpio pin from unsigned to signed in acpi callback by Qipeng Zha · 9 years ago
  85. d0440c5 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  86. 510965d Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  87. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  88. f0c1bc9 Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
  89. 9a9ca16 Merge branch 'device-properties' by Rafael J. Wysocki · 9 years ago
  90. 03daa6f Revert "gpio: sch: use uapi/linux/pci_ids.h directly" by Linus Walleij · 9 years ago
  91. 549c5dc gpio: dwapb: remove dependencies by Linus Walleij · 9 years ago
  92. a490c65 gpio: dwapb: enable for ARC by Vineet Gupta · 9 years ago
  93. c4941e0 gpio: removing kfree remove functionality by Varka Bhadram · 9 years ago
  94. 6181954 gpio: mvebu: Fix mask/unmask managment per irq chip type by Gregory CLEMENT · 9 years ago
  95. 177b038 gpio: split GPIO drivers in submenus by Linus Walleij · 9 years ago
  96. be9cab5 gpio: move MFD GPIO drivers under their own comment by Linus Walleij · 9 years ago
  97. ea948cf gpio: move BCM Kona Kconfig option by Linus Walleij · 9 years ago
  98. a7ec2e7 gpio: arrange SPI Kconfig symbols alphabetically by Linus Walleij · 9 years ago
  99. 92c33ef gpio: arrange PCI GPIO controllers alphabetically by Linus Walleij · 9 years ago
  100. bf5a16b gpio: arrange I2C Kconfig symbols alphabetically by Linus Walleij · 9 years ago