1. f4f79d4 gpio: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  2. f1fb9c6 drivers/gpio: include <module.h> for modular crystalcove code by Paul Gortmaker · 9 years ago
  3. c884fbd gpio / ACPI: Add support for retrieving GpioInt resources from a device by Mika Westerberg · 9 years ago
  4. 442b249 gpio: mxc: read output value from GPIO_DR register by Vladimir Zapolskiy · 9 years ago
  5. f306633 gpio: moxart: get value of output gpio from generic driver by Vladimir Zapolskiy · 9 years ago
  6. b19e7f5 gpio: gpio-generic: add flag to read out output value from reg_set by Vladimir Zapolskiy · 9 years ago
  7. ff71880 gpio: xlp: GPIO controller for Netlogic XLP SoCs by Kamlakant Patel · 9 years ago
  8. cac089f gpio: omap: Allow building as a loadable module by Tony Lindgren · 9 years ago
  9. 606f13e gpio: max732x: Fix irq-events handler by Semen Protsenko · 9 years ago
  10. 68689db gpio: max732x: Add IRQF_SHARED to irq flags by Semen Protsenko · 9 years ago
  11. 13a43fd gpio: add lpc18xx gpio driver by Joachim Eastwood · 9 years ago
  12. 67ddd32 gpio: max732x: Propagate wake-up setting to parent irq controller by Semen Protsenko · 9 years ago
  13. 0218d5a gpio: bcm-kona: Implement get_direction callback by Axel Lin · 9 years ago
  14. d0440c5 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  15. 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
  16. 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
  17. 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
  18. 9a9ca16 Merge branch 'device-properties' by Rafael J. Wysocki · 9 years ago
  19. 03daa6f Revert "gpio: sch: use uapi/linux/pci_ids.h directly" by Linus Walleij · 9 years ago
  20. 549c5dc gpio: dwapb: remove dependencies by Linus Walleij · 9 years ago
  21. a490c65 gpio: dwapb: enable for ARC by Vineet Gupta · 10 years ago
  22. c4941e0 gpio: removing kfree remove functionality by Varka Bhadram · 10 years ago
  23. 6181954 gpio: mvebu: Fix mask/unmask managment per irq chip type by Gregory CLEMENT · 10 years ago
  24. 177b038 gpio: split GPIO drivers in submenus by Linus Walleij · 9 years ago
  25. be9cab5 gpio: move MFD GPIO drivers under their own comment by Linus Walleij · 9 years ago
  26. ea948cf gpio: move BCM Kona Kconfig option by Linus Walleij · 9 years ago
  27. a7ec2e7 gpio: arrange SPI Kconfig symbols alphabetically by Linus Walleij · 9 years ago
  28. 92c33ef gpio: arrange PCI GPIO controllers alphabetically by Linus Walleij · 9 years ago
  29. bf5a16b gpio: arrange I2C Kconfig symbols alphabetically by Linus Walleij · 9 years ago
  30. 223fa27 gpio: arrange Kconfig symbols alphabetically by Linus Walleij · 9 years ago
  31. 62e08f2 gpio: ich: Implement get_direction function by Aaron Sierra · 10 years ago
  32. afeb7b4 gpio: use (!foo) instead of (foo == NULL) by Varka Bhadram · 10 years ago
  33. 4878b46 gpio: arizona: drop owner assignment from platform_drivers by Varka Bhadram · 10 years ago
  34. 76a2dae gpio: max7300: remove 'ret' variable by Varka Bhadram · 10 years ago
  35. 7898b31 gpio: use devm_kzalloc by Varka Bhadram · 10 years ago
  36. d1e10dc gpio: sch: use uapi/linux/pci_ids.h directly by Michael S. Tsirkin · 10 years ago
  37. 33c07b4 gpio: x-gene: fix devm_ioremap_resource() check by Vladimir Zapolskiy · 10 years ago
  38. cbfb3ea7 gpio: loongson: Add Loongson-3A/3B GPIO driver support by Huacai Chen · 10 years ago
  39. 991ff4e MIPS: Move Loongson GPIO driver to drivers/gpio by Huacai Chen · 10 years ago
  40. 8c7b69a gpio: Remove gpio-msm-v1 driver by Stephen Boyd · 10 years ago
  41. b8a51a2 gpio: gpio-tb10x: remove incorrect __exit markup by Dmitry Torokhov · 10 years ago
  42. c6ac19d gpio: syscon: reduce message level when direction reg offset not in dt by Grygorii Strashko · 10 years ago
  43. 17d33a4 gpio: omap: get rid of GPIO_INDEX() macro by Grygorii Strashko · 10 years ago
  44. ea5fbe8 gpio: omap: get rid of omap_irq_to_gpio() by Grygorii Strashko · 10 years ago
  45. 8ac58a0 gpio: omap: get rid of GPIO_BIT() macro by Grygorii Strashko · 10 years ago
  46. 9943f26 gpio: omap: convert gpio irq functions to use GPIO offset by Grygorii Strashko · 10 years ago
  47. 37e14ec gpio: omap: drop 'gpio' param from omap_gpio_init_irq() by Grygorii Strashko · 10 years ago
  48. 4a58d22 gpio: omap: convert debounce functions switch to use gpio offset by Grygorii Strashko · 10 years ago
  49. 04ebcbd gpio: omap: simplify omap_set_gpio_dataout_x() by Grygorii Strashko · 10 years ago
  50. b2b2004 gpio: omap: convert omap_gpio_is_input() to use gpio offset by Grygorii Strashko · 10 years ago
  51. c4b4049 altera_gpio_probe() can be static by kbuild test robot · 10 years ago
  52. 1422731 mfd: tc3589x: Enforce device-tree only mode by Linus Walleij · 10 years ago
  53. ab82fa7 gpio: rcar: Prevent module clock disable when wake-up is enabled by Geert Uytterhoeven · 10 years ago
  54. 3dc1e68 gpio: rcar: Add more register documentation by Geert Uytterhoeven · 10 years ago
  55. 4d84b9e gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe() by Geert Uytterhoeven · 10 years ago
  56. e189ca5 gpio/crystalcove: Add additional GPIO for Panel control by Shobhit Kumar · 10 years ago
  57. a4dd4dd gpio: dwapb: enable for Quark by Andy Shevchenko · 10 years ago
  58. 1ecb016 gpio / ACPI: Use local variable instead of ACPI_HANDLE() by Rafael J. Wysocki · 10 years ago
  59. 4d8440b gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index() by Rafael J. Wysocki · 10 years ago
  60. 4de6097 gpiolib: translate pin number in GPIO ACPI callbacks by qipeng.zha · 10 years ago
  61. 7e96036 gpio: f7188x: add GPIO support for F71869A by Andreas Bofjall · 10 years ago
  62. 24ccef3 gpio: f7188x: add GPIO support for F71869 by Andreas Bofjall · 10 years ago
  63. 3f8f4f1 gpio: f7188x: correct spelling of "Fintek" by Andreas Bofjall · 10 years ago
  64. b620285 gpio: fix constconst in devres by Linus Walleij · 10 years ago
  65. ce79348 driver core / ACPI: Represent ACPI companions using fwnode_handle by Rafael J. Wysocki · 10 years ago
  66. 878ce05 gpio: omap: irq_shutdown: remove unnecessary call of gpiochip_unlock_as_irq by Grygorii Strashko · 10 years ago
  67. 1e970b7 gpio: pxa: simplify BANK_OFF macro offset calculation by Rob Herring · 10 years ago
  68. b90f8f22 gpio: dwapb: re-enable GPIO_DWAPB for arm64 by Kefeng Wang · 10 years ago
  69. c5abbba drivers/gpio: Altera soft IP GPIO driver by Tien Hock Loh · 10 years ago
  70. d32efe3 gpio: vf610: Replaces comma between expression statements by semicolon by Axel Lin · 10 years ago
  71. 32c006a gpio: mpc8xxx: remove __initdata annotation for mpc8xxx_gpio_ids[] by Kevin Hao · 10 years ago
  72. 331758e gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functions by Rojhalat Ibrahim · 10 years ago
  73. 6685852 gpiolib: add gpiod_get_array and gpiod_put_array functions by Rojhalat Ibrahim · 10 years ago
  74. 7f2e553 gpiolib: define gpio suffixes globally by Rojhalat Ibrahim · 10 years ago
  75. 1feb57a gpio: add parameter to allow the use named gpios by Olliver Schinagl · 10 years ago
  76. b80eef9 gpio: pcf857x: Propagate wake-up setting to parent irq controller by Geert Uytterhoeven · 10 years ago
  77. a39294b gpio: pcf857x: Switch to use gpiolib irqchip helpers by Geert Uytterhoeven · 10 years ago
  78. f625d46 gpio: add GPIO hogging mechanism by Benoit Parrot · 10 years ago
  79. 984f664 gpio: max732x: convert to GPIOLIB_IRQCHIP by Linus Walleij · 10 years ago
  80. fd9c963 gpio: mb86s70: Return error if requesting an already assigned gpio by Axel Lin · 10 years ago
  81. 449c175 gpio: arizona: Add support for WM8280/WM8281 by Richard Fitzgerald · 10 years ago
  82. 2f97c20 gpio: tps65912: fix wrong container_of arguments by Nicolas Saenz Julienne · 10 years ago
  83. 9cf75e9 gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per node by Hans Holmberg · 10 years ago
  84. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  85. a1df7ef Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  86. 0a4a352 gpio: kconfig: replace PPC_OF with PPC by Kevin Hao · 10 years ago
  87. 684bba2 gpio: pxa: add PXA1928 gpio type support by Rob Herring · 10 years ago
  88. ae4f4cf gpio: pxa: remove mach IRQ includes by Rob Herring · 10 years ago
  89. 37fc8a9 gpio: max732x: use an inline function for container cast by Linus Walleij · 10 years ago
  90. 9e08924 gpio: use sizeof() instead of hardcoded values by Olliver Schinagl · 10 years ago
  91. 161af6c gpio: max732x: add set_multiple function by Mans Rullgard · 10 years ago
  92. 49d2ca8 gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low by Johan Hovold · 10 years ago
  93. 0f303db gpio: sysfs: fix memory leak in gpiod_export_link by Johan Hovold · 10 years ago
  94. a0ea298d3 ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driver by Dmitry Eremin-Solenikov · 10 years ago
  95. 8350809 ARM: 8278/1: sa1100: split irq handling for low GPIOs by Dmitry Eremin-Solenikov · 10 years ago
  96. 920dfd8 gpio: sch: Consolidate similar algorithms by Chang Rebecca Swee Fun · 10 years ago
  97. 68d77d5 gpio: tz1090-pdc: Use resource_size to fix off-by-one resource size calculation by Axel Lin · 10 years ago
  98. 74b18de gpio: ge: Convert to use devm_kstrdup by Axel Lin · 10 years ago
  99. ef3b2bd gpio: correctly use const char * const by Olliver Schinagl · 10 years ago
  100. b184c38 gpio: mcp23s08: handle default gpio base by Sonic Zhang · 10 years ago