1. 92c33ef gpio: arrange PCI GPIO controllers alphabetically by Linus Walleij · 10 years ago
  2. bf5a16b gpio: arrange I2C Kconfig symbols alphabetically by Linus Walleij · 10 years ago
  3. 223fa27 gpio: arrange Kconfig symbols alphabetically by Linus Walleij · 10 years ago
  4. 62e08f2 gpio: ich: Implement get_direction function by Aaron Sierra · 10 years ago
  5. afeb7b4 gpio: use (!foo) instead of (foo == NULL) by Varka Bhadram · 10 years ago
  6. 4878b46 gpio: arizona: drop owner assignment from platform_drivers by Varka Bhadram · 10 years ago
  7. 76a2dae gpio: max7300: remove 'ret' variable by Varka Bhadram · 10 years ago
  8. 7898b31 gpio: use devm_kzalloc by Varka Bhadram · 10 years ago
  9. d1e10dc gpio: sch: use uapi/linux/pci_ids.h directly by Michael S. Tsirkin · 10 years ago
  10. 33c07b4 gpio: x-gene: fix devm_ioremap_resource() check by Vladimir Zapolskiy · 10 years ago
  11. cbfb3ea gpio: loongson: Add Loongson-3A/3B GPIO driver support by Huacai Chen · 10 years ago
  12. 991ff4e MIPS: Move Loongson GPIO driver to drivers/gpio by Huacai Chen · 10 years ago
  13. b8a51a2 gpio: gpio-tb10x: remove incorrect __exit markup by Dmitry Torokhov · 10 years ago
  14. 17d33a4 gpio: omap: get rid of GPIO_INDEX() macro by Grygorii Strashko · 10 years ago
  15. ea5fbe8 gpio: omap: get rid of omap_irq_to_gpio() by Grygorii Strashko · 10 years ago
  16. 8ac58a0 gpio: omap: get rid of GPIO_BIT() macro by Grygorii Strashko · 10 years ago
  17. 9943f26 gpio: omap: convert gpio irq functions to use GPIO offset by Grygorii Strashko · 10 years ago
  18. 37e14ec gpio: omap: drop 'gpio' param from omap_gpio_init_irq() by Grygorii Strashko · 10 years ago
  19. 4a58d22 gpio: omap: convert debounce functions switch to use gpio offset by Grygorii Strashko · 10 years ago
  20. 04ebcbd gpio: omap: simplify omap_set_gpio_dataout_x() by Grygorii Strashko · 10 years ago
  21. b2b2004 gpio: omap: convert omap_gpio_is_input() to use gpio offset by Grygorii Strashko · 10 years ago
  22. c4b4049 altera_gpio_probe() can be static by kbuild test robot · 10 years ago
  23. ab82fa7 gpio: rcar: Prevent module clock disable when wake-up is enabled by Geert Uytterhoeven · 10 years ago
  24. 3dc1e68 gpio: rcar: Add more register documentation by Geert Uytterhoeven · 10 years ago
  25. 4d84b9e gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe() by Geert Uytterhoeven · 10 years ago
  26. e189ca5 gpio/crystalcove: Add additional GPIO for Panel control by Shobhit Kumar · 10 years ago
  27. a4dd4dd gpio: dwapb: enable for Quark by Andy Shevchenko · 10 years ago
  28. 1ecb016 gpio / ACPI: Use local variable instead of ACPI_HANDLE() by Rafael J. Wysocki · 10 years ago
  29. 4d8440b gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index() by Rafael J. Wysocki · 10 years ago
  30. 7e96036 gpio: f7188x: add GPIO support for F71869A by Andreas Bofjall · 10 years ago
  31. 24ccef3 gpio: f7188x: add GPIO support for F71869 by Andreas Bofjall · 10 years ago
  32. 3f8f4f1 gpio: f7188x: correct spelling of "Fintek" by Andreas Bofjall · 10 years ago
  33. b620285 gpio: fix constconst in devres by Linus Walleij · 10 years ago
  34. 878ce05 gpio: omap: irq_shutdown: remove unnecessary call of gpiochip_unlock_as_irq by Grygorii Strashko · 10 years ago
  35. 1e970b7 gpio: pxa: simplify BANK_OFF macro offset calculation by Rob Herring · 10 years ago
  36. b90f8f22 gpio: dwapb: re-enable GPIO_DWAPB for arm64 by Kefeng Wang · 10 years ago
  37. c5abbba drivers/gpio: Altera soft IP GPIO driver by Tien Hock Loh · 10 years ago
  38. d32efe3 gpio: vf610: Replaces comma between expression statements by semicolon by Axel Lin · 11 years ago
  39. 331758e gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functions by Rojhalat Ibrahim · 11 years ago
  40. 6685852 gpiolib: add gpiod_get_array and gpiod_put_array functions by Rojhalat Ibrahim · 11 years ago
  41. 7f2e553 gpiolib: define gpio suffixes globally by Rojhalat Ibrahim · 11 years ago
  42. 1feb57a gpio: add parameter to allow the use named gpios by Olliver Schinagl · 11 years ago
  43. b80eef9 gpio: pcf857x: Propagate wake-up setting to parent irq controller by Geert Uytterhoeven · 11 years ago
  44. a39294b gpio: pcf857x: Switch to use gpiolib irqchip helpers by Geert Uytterhoeven · 11 years ago
  45. f625d46 gpio: add GPIO hogging mechanism by Benoit Parrot · 11 years ago
  46. 984f664 gpio: max732x: convert to GPIOLIB_IRQCHIP by Linus Walleij · 11 years ago
  47. fd9c963 gpio: mb86s70: Return error if requesting an already assigned gpio by Axel Lin · 11 years ago
  48. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 11 years ago
  49. a1df7ef Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  50. 0a4a352 gpio: kconfig: replace PPC_OF with PPC by Kevin Hao · 11 years ago
  51. 684bba2 gpio: pxa: add PXA1928 gpio type support by Rob Herring · 11 years ago
  52. ae4f4cf gpio: pxa: remove mach IRQ includes by Rob Herring · 11 years ago
  53. 37fc8a9 gpio: max732x: use an inline function for container cast by Linus Walleij · 11 years ago
  54. 9e08924 gpio: use sizeof() instead of hardcoded values by Olliver Schinagl · 11 years ago
  55. 161af6c gpio: max732x: add set_multiple function by Mans Rullgard · 11 years ago
  56. 49d2ca8 gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low by Johan Hovold · 11 years ago
  57. 0f303db gpio: sysfs: fix memory leak in gpiod_export_link by Johan Hovold · 11 years ago
  58. a0ea298d3 ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driver by Dmitry Eremin-Solenikov · 11 years ago
  59. 8350809 ARM: 8278/1: sa1100: split irq handling for low GPIOs by Dmitry Eremin-Solenikov · 11 years ago
  60. 920dfd8 gpio: sch: Consolidate similar algorithms by Chang Rebecca Swee Fun · 11 years ago
  61. 68d77d5 gpio: tz1090-pdc: Use resource_size to fix off-by-one resource size calculation by Axel Lin · 11 years ago
  62. 74b18de gpio: ge: Convert to use devm_kstrdup by Axel Lin · 11 years ago
  63. ef3b2bd gpio: correctly use const char * const by Olliver Schinagl · 11 years ago
  64. b184c38 gpio: mcp23s08: handle default gpio base by Sonic Zhang · 11 years ago
  65. 3d009c8 gpio: omap: Fix bad device access with setup_irq() by Tony Lindgren · 11 years ago
  66. 16858cc gpio: sx150x: fixup OF support by Linus Walleij · 11 years ago
  67. 257e107 gpio: mpc8xxx: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 11 years ago
  68. 0da094d gpio: Add Fujitsu MB86S7x GPIO driver by Jassi Brar · 11 years ago
  69. 98686d9a5 gpio: mpc8xxx: Convert to platform device interface. by Ricardo Ribalda Delgado · 11 years ago
  70. ff00be6 gpio: zevio: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 11 years ago
  71. da23822 gpio: gpio-mm-lantiq: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 11 years ago
  72. 68a99b1 gpio: gpio-mm-lantiq: Use of_property_read_u32 by Ricardo Ribalda Delgado · 11 years ago
  73. f3f26c2 gpio: gpio-mm-lantiq: Do not replicate code by Ricardo Ribalda Delgado · 11 years ago
  74. 080440a gpio :gpio-mm-lantiq: Use devm_kzalloc by Ricardo Ribalda Delgado · 11 years ago
  75. f91b2db gpio: mpc5200: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 11 years ago
  76. 1dfb4a0 gpio: stmpe: enforce device tree only mode by Linus Walleij · 11 years ago
  77. ee65ef6 Merge tag 'v3.19-rc5' into devel by Linus Walleij · 11 years ago
  78. b2b35e1 gpio: Add APM X-Gene standby GPIO controller driver by Y Vo · 11 years ago
  79. 04d2264 gpio: sx150x: add dts support for sx150x driver by Wei Chen · 11 years ago
  80. 73c4ced gpio-generic: add bgpio_set_multiple functions by Rojhalat Ibrahim · 11 years ago
  81. 5138585 gpio-amd8111: add release_region on ioport_map failure by Varka Bhadram · 11 years ago
  82. a0b66e3 gpio: ge: fix compilation error by Kamlakant Patel · 11 years ago
  83. b62a9c2 Merge tag 'gpio-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  84. 866010f gpio: ge: convert to use basic mmio gpio library by Kamlakant Patel · 11 years ago
  85. 7b8792b gpiolib: of: Correct error handling in of_get_named_gpiod_flags by Hans Holmberg · 11 years ago
  86. 1fbb29c gpio: gpio-dln2: Added a Blank line after declaration by Mohammad Jamal · 11 years ago
  87. 09afa27 gpio: max732x: Fix possible deadlock by Semen Protsenko · 11 years ago
  88. 479f8a5 gpio: max732x: Rewrite IRQ code to use irq_domain API by Semen Protsenko · 11 years ago
  89. 43c4bcf gpio: max732x: Add device tree support by Semen Protsenko · 11 years ago
  90. f28f8ef gpio/Kconfig: Fix X86 arch name by Ricardo Ribalda Delgado · 11 years ago
  91. c7f3c5d gpio: rcar: Switch to use gpiolib irqchip helpers by Geert Uytterhoeven · 11 years ago
  92. 7d82bf3 gpio: rcar: Fix error path for devm_kzalloc() failure by Geert Uytterhoeven · 11 years ago
  93. f1d2d08 gpio: mvebu: Fix probe cleanup on error by Andrew Lunn · 11 years ago
  94. a4319a6 gpio: mvebu: checkpatch fixes by Andrew Lunn · 11 years ago
  95. b9b4d9f gpio:gpiolib: use static const char const * for a suffixes array by Olliver Schinagl · 11 years ago
  96. ffe4770 gpio-amd8111: check ioport_map return value by Varka Bhadram · 11 years ago
  97. da9df93 gpio: dwapb: Convert to use resource managed APIs by Axel Lin · 11 years ago
  98. 08b89fa gpio: tz1090: Use resource_size to fix off-by-one by Axel Lin · 11 years ago
  99. a7ce835 gpio: drop owner assignment from platform_drivers by Wolfram Sang · 11 years ago
  100. aab0b12 gpio: sx150x: Fix comparing wrong value with chip->irq_masked by Axel Lin · 11 years ago