1. 28355f8 gpio: defer probe if pinctrl cannot be found by Tomeu Vizoso · 10 years ago
  2. 23393d4 gpio: kill off set_irq_flags usage by Rob Herring · 9 years ago
  3. d705073 gpio: etraxfs: add support for ARTPEC-3 by Rabin Vincent · 9 years ago
  4. 91492a4 gpio: generic: support input-only chips by Rabin Vincent · 9 years ago
  5. 1296fba gpio: etraxfs: fix set register flag by Rabin Vincent · 9 years ago
  6. 8cd1470 gpio: rcar: Add r8a7795 (R-Car H3) support by Ulrich Hecht · 9 years ago
  7. 4dbada2 gpio: omap: use raw locks for locking by Sebastian Andrzej Siewior · 9 years ago
  8. d1aceb8 gpio: remove unneeded initializer in gpiochip_add_to_list() by Masahiro Yamada · 9 years ago
  9. 0ba69e0 gpio: mpc8xxx: add support for MPC5125 by Uwe Kleine-König · 10 years ago
  10. 82e39b0 gpio: mpc8xxx: handle differences between incarnations at a single place by Uwe Kleine-König · 10 years ago
  11. 4183afe gpio: mpc8xxx: constify of_device_id by Uwe Kleine-König · 10 years ago
  12. bcae888 Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into devel by Linus Walleij · 9 years ago
  13. 3685bbc gpio/davinci: add interrupt support for GPIOs 16-31 by Vitaly Andrianov · 10 years ago
  14. 2563606 Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux into devel by Linus Walleij · 9 years ago
  15. 0154031 gpio: etraxfs: Fix devm_ioremap_resource return value check by Krzysztof Kozlowski · 10 years ago
  16. 7285860 gpiolib: remove unneeded assignation by Laurent Navet · 10 years ago
  17. 5444265 gpio: 74xx: Fix build warning about void to integer cast by Nicholas Krause · 10 years ago
  18. 3726960 gpiolib: assign chip owner to dev->driver->owner if not set by Grygorii Strashko · 10 years ago
  19. 5b76e79 gpiolib: irqchip: prevent driver unloading if gpio is used as irq only by Grygorii Strashko · 10 years ago
  20. 049aaf9 gpio: pcf857x: get rid of slock spinlock by Grygorii Strashko · 10 years ago
  21. 65194cb gpio: rcar: Fine-grained Runtime PM support by Geert Uytterhoeven · 10 years ago
  22. 527b397 gpio: em: Remove obsolete platform data support by Geert Uytterhoeven · 10 years ago
  23. e7aa6d8 gpio: zx: Add ZTE zx296702 GPIO support by Jun Nie · 10 years ago
  24. 39561e8 gpio: of: remove unnecessary variable in of_get_gpio_hog() by Masahiro Yamada · 10 years ago
  25. 4c52bd5 gpio: mvebu: kill bogus dependency on GPIO_GENERIC by Masahiro Yamada · 10 years ago
  26. 41ec66c gpio: altera: use of_mm_gpiochip_remove() to fix memory leak by Masahiro Yamada · 10 years ago
  27. 1c8b5d6 gpio: altera: fix return value of altera_gpio_remove() by Masahiro Yamada · 10 years ago
  28. d58ec58 gpio: altera: kill bogus dependency on GPIO_GENERIC by Masahiro Yamada · 10 years ago
  29. 80d2bf5 gpio: zynq: add missing module_exit function by Masahiro Yamada · 10 years ago
  30. d32651f gpiolib: Fix docs for gpiochip_add_pingroup_range by Tomeu Vizoso · 10 years ago
  31. db3b0fc gpio: generic: add get_direction support by Philipp Zabel · 10 years ago
  32. bdac2b6 gpio/davinci: Fix race in installing chained irq handler by Thomas Gleixner · 10 years ago
  33. 1765d67 gpio/davinci: Avoid redundant lookup of irq_data by Thomas Gleixner · 10 years ago
  34. 789f9da gpio/msm-v2: Avoid redundant lookup of irq_data by Thomas Gleixner · 10 years ago
  35. 2951a79 gpio/sa1100: Prepare sa1100_gpio_handler for irq argument removal by Thomas Gleixner · 10 years ago
  36. 364ea44 gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removal by Thomas Gleixner · 10 years ago
  37. e43ea7a gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removal by Thomas Gleixner · 10 years ago
  38. c3ca1e6 gpio/davinci: Prepare gpio_irq_handler for irq argument removal by Thomas Gleixner · 10 years ago
  39. 476f8b4 gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  40. c16edb8 gpio/davinci: Use accessor function irq_data_get_irq_handler_data() by Jiang Liu · 10 years ago
  41. f170d71 gpio/gpio-tegra: Use irq_set_handler_locked() by Thomas Gleixner · 10 years ago
  42. 2456d86 gpio/pch: Use irq_set_handler_locked() by Thomas Gleixner · 10 years ago
  43. 43ec2e4 gpio/omap: Use irq_set_handler_locked() by Thomas Gleixner · 10 years ago
  44. b11b7af gpio/msm-v2: Use irq_set_handler_locked() by Thomas Gleixner · 10 years ago
  45. 72b2a9e gpio/ep93xx: Use irq_set_handler_locked() by Thomas Gleixner · 10 years ago
  46. 47c0846 gpio/zynq: Use irq_set_chip_handler_name_locked() by Thomas Gleixner · 10 years ago
  47. f7f8775 gpiolib: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 10 years ago
  48. 77c77e3 gpio/tz1090: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 10 years ago
  49. 8a52211 gpio/timberdale: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 10 years ago
  50. d68cd06ce4 gpio/mvebu: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 10 years ago
  51. 0537981 gpio/mpc8xxx: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 10 years ago
  52. b17d1bf gpio: make flags mandatory for gpiod_get functions by Uwe Kleine-König · 10 years ago
  53. d5fb821 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  54. 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 · 10 years ago
  55. 132c242 Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  56. 3fb250e gpio/msic: Fix race in installing chained IRQ handler by Thomas Gleixner · 10 years ago
  57. 6218b88 gpio/dwapb: Fix race in installing chained IRQ handler by Thomas Gleixner · 10 years ago
  58. b34cc620 gpio/bcm-kona: Fix race in installing chained IRQ handler by Thomas Gleixner · 10 years ago
  59. 93a4b1b Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  60. c181fb3 ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() by Alexander Sverdlin · 10 years ago
  61. 10b4b09 Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  62. 407a2c7 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  63. e88d251 gpio: gpio-tegra: Fix race in installing chained IRQ handler by Russell King · 10 years ago
  64. a44735f gpio: gpio-mxs: Fix race in installing chained IRQ handler by Russell King · 10 years ago
  65. e65eea5 gpio: gpio-mxc: Fix race in installing chained IRQ handler by Russell King · 10 years ago
  66. 38e003f gpio: Fix checkpatch.pl issues by Daniel Lockyer · 10 years ago
  67. 84f2899 gpio: pcf857x: handle only enabled irqs by Grygorii Strashko · 10 years ago
  68. f35bbf6 gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not found by Mika Westerberg · 10 years ago
  69. 2b528ff GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use by Hanjun Guo · 10 years ago
  70. a713890 gpio: improve error reporting on own descriptors by Linus Walleij · 10 years ago
  71. 8405f20 gpio: promote own request failure to pr_err() by Linus Walleij · 10 years ago
  72. bdf7a4a gpio: Added support to Zynq Ultrascale+ MPSoC by Anurag Kumar Vulisha · 10 years ago
  73. d342571 gpio: add ETRAXFS GPIO driver by Rabin Vincent · 10 years ago
  74. 3b0213d gpio: Add GPIO support for Broadcom STB SoCs by Gregory Fong · 10 years ago
  75. 733cf01 gpio: xgene: add ACPI support for APM X-Gene GPIO standby driver by Y Vo · 10 years ago
  76. 81d49ce gpio: tb10x: Drop unneeded free_irq() call by Axel Lin · 10 years ago
  77. 61e749d gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip by Aaron Lu · 10 years ago
  78. 50f0907 gpio: stp-xway: Use the of_property_read_u32 helper by Martin Blumenstingl · 10 years ago
  79. ffb8e44 gpio: pcf857x: Check for irq_set_irq_wake() failures by Geert Uytterhoeven · 10 years ago
  80. 08b085a gpio-stp-xway: Fix enabling the highest bit of the PHY LEDs by Martin Blumenstingl · 10 years ago
  81. b6ac128 gpio: Prevent an integer overflow in the pca953x driver by Joshua Scott · 10 years ago
  82. 121dcb7 gpio: omap: rework omap_gpio_irq_startup to handle current pin state properly by Grygorii Strashko · 10 years ago
  83. c351817 gpio: omap: rework omap_gpio_request to touch only gpio specific registers by Grygorii Strashko · 10 years ago
  84. 6e96c1b gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registers by Grygorii Strashko · 10 years ago
  85. 1562e46 gpio: omap: fix error handling in omap_gpio_irq_type by Grygorii Strashko · 10 years ago
  86. 5f982c7 gpio: omap: fix omap_gpio_free to not clean up irq configuration by Grygorii Strashko · 10 years ago
  87. 501ef0f gpio: rcar: Check for irq_set_irq_wake() failures by Geert Uytterhoeven · 10 years ago
  88. 3fff99b gpiolib: rename gpiod_set_array to gpiod_set_array_value by Rojhalat Ibrahim · 10 years ago
  89. 20a8a96 Drivers: gpio: Fix spelling errors by Colin Cronin · 10 years ago
  90. 25e4fe9 gpiolib: cleanup chained handler and data by Dmitry Eremin-Solenikov · 10 years ago
  91. 8864afa gpio: dln2: fix build breakage by Johan Hovold · 10 years ago
  92. f230e8f gpio: gpio-kempld: Fix get_direction return value by Michael Brunner · 10 years ago
  93. b8a3f52 gpio: xlp: Add missing .owner and .label settings for gpio_chip by Axel Lin · 10 years ago
  94. 6d86750 gpio: fix gpio leak in gpiochip_add error path by Johan Hovold · 10 years ago
  95. cef1717 gpio: sysfs: move irq trigger flags to class-device data by Johan Hovold · 10 years ago
  96. 427fdee gpio: sysfs: remove FLAG_SYSFS_DIR by Johan Hovold · 10 years ago
  97. 2f323b8 gpio: sysfs: rename active-low helper by Johan Hovold · 10 years ago
  98. 72eba6f gpio: sysfs: fix race between gpiod export and unexport by Johan Hovold · 10 years ago
  99. 6ffcb79 gpio: sysfs: use per-gpio locking by Johan Hovold · 10 years ago
  100. 56d30ec gpio: sysfs: clean up gpiod_export_link locking by Johan Hovold · 10 years ago