1. c6ac19d gpio: syscon: reduce message level when direction reg offset not in dt by Grygorii Strashko · 9 years ago
  2. 4de6097 gpiolib: translate pin number in GPIO ACPI callbacks by qipeng.zha · 9 years ago
  3. 32c006a gpio: mpc8xxx: remove __initdata annotation for mpc8xxx_gpio_ids[] by Kevin Hao · 9 years ago
  4. 2f97c20 gpio: tps65912: fix wrong container_of arguments by Nicolas Saenz Julienne · 9 years ago
  5. 9cf75e9 gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per node by Hans Holmberg · 9 years ago
  6. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  7. a1df7ef Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  8. 0a4a352 gpio: kconfig: replace PPC_OF with PPC by Kevin Hao · 9 years ago
  9. 684bba2 gpio: pxa: add PXA1928 gpio type support by Rob Herring · 10 years ago
  10. ae4f4cf gpio: pxa: remove mach IRQ includes by Rob Herring · 10 years ago
  11. 37fc8a9 gpio: max732x: use an inline function for container cast by Linus Walleij · 9 years ago
  12. 9e08924 gpio: use sizeof() instead of hardcoded values by Olliver Schinagl · 10 years ago
  13. 161af6c gpio: max732x: add set_multiple function by Mans Rullgard · 10 years ago
  14. 49d2ca8 gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low by Johan Hovold · 10 years ago
  15. 0f303db gpio: sysfs: fix memory leak in gpiod_export_link by Johan Hovold · 10 years ago
  16. a0ea298d3 ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driver by Dmitry Eremin-Solenikov · 10 years ago
  17. 8350809 ARM: 8278/1: sa1100: split irq handling for low GPIOs by Dmitry Eremin-Solenikov · 10 years ago
  18. 920dfd8 gpio: sch: Consolidate similar algorithms by Chang Rebecca Swee Fun · 10 years ago
  19. 68d77d5 gpio: tz1090-pdc: Use resource_size to fix off-by-one resource size calculation by Axel Lin · 10 years ago
  20. 74b18de gpio: ge: Convert to use devm_kstrdup by Axel Lin · 10 years ago
  21. ef3b2bd gpio: correctly use const char * const by Olliver Schinagl · 10 years ago
  22. b184c38 gpio: mcp23s08: handle default gpio base by Sonic Zhang · 10 years ago
  23. 3d009c8 gpio: omap: Fix bad device access with setup_irq() by Tony Lindgren · 10 years ago
  24. 16858cc gpio: sx150x: fixup OF support by Linus Walleij · 10 years ago
  25. 257e107 gpio: mpc8xxx: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 10 years ago
  26. 0da094d gpio: Add Fujitsu MB86S7x GPIO driver by Jassi Brar · 10 years ago
  27. 98686d9a5 gpio: mpc8xxx: Convert to platform device interface. by Ricardo Ribalda Delgado · 10 years ago
  28. ff00be6 gpio: zevio: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 10 years ago
  29. da23822 gpio: gpio-mm-lantiq: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 10 years ago
  30. 68a99b1 gpio: gpio-mm-lantiq: Use of_property_read_u32 by Ricardo Ribalda Delgado · 10 years ago
  31. f3f26c2 gpio: gpio-mm-lantiq: Do not replicate code by Ricardo Ribalda Delgado · 10 years ago
  32. 080440a gpio :gpio-mm-lantiq: Use devm_kzalloc by Ricardo Ribalda Delgado · 10 years ago
  33. f91b2db gpio: mpc5200: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 10 years ago
  34. 1dfb4a0 gpio: stmpe: enforce device tree only mode by Linus Walleij · 10 years ago
  35. ee65ef6 Merge tag 'v3.19-rc5' into devel by Linus Walleij · 10 years ago
  36. b2b35e1 gpio: Add APM X-Gene standby GPIO controller driver by Y Vo · 10 years ago
  37. 04d2264 gpio: sx150x: add dts support for sx150x driver by Wei Chen · 10 years ago
  38. 73c4ced gpio-generic: add bgpio_set_multiple functions by Rojhalat Ibrahim · 10 years ago
  39. 5138585 gpio-amd8111: add release_region on ioport_map failure by Varka Bhadram · 10 years ago
  40. a0b66e3 gpio: ge: fix compilation error by Kamlakant Patel · 10 years ago
  41. b62a9c2 Merge tag 'gpio-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  42. 866010f gpio: ge: convert to use basic mmio gpio library by Kamlakant Patel · 10 years ago
  43. 7b8792b gpiolib: of: Correct error handling in of_get_named_gpiod_flags by Hans Holmberg · 10 years ago
  44. 1fbb29c gpio: gpio-dln2: Added a Blank line after declaration by Mohammad Jamal · 10 years ago
  45. 09afa27 gpio: max732x: Fix possible deadlock by Semen Protsenko · 10 years ago
  46. 479f8a5 gpio: max732x: Rewrite IRQ code to use irq_domain API by Semen Protsenko · 10 years ago
  47. 43c4bcf gpio: max732x: Add device tree support by Semen Protsenko · 10 years ago
  48. f28f8ef gpio/Kconfig: Fix X86 arch name by Ricardo Ribalda Delgado · 10 years ago
  49. c7f3c5d gpio: rcar: Switch to use gpiolib irqchip helpers by Geert Uytterhoeven · 10 years ago
  50. 7d82bf3 gpio: rcar: Fix error path for devm_kzalloc() failure by Geert Uytterhoeven · 10 years ago
  51. f1d2d08 gpio: mvebu: Fix probe cleanup on error by Andrew Lunn · 10 years ago
  52. a4319a6 gpio: mvebu: checkpatch fixes by Andrew Lunn · 10 years ago
  53. b9b4d9f gpio:gpiolib: use static const char const * for a suffixes array by Olliver Schinagl · 10 years ago
  54. ffe4770 gpio-amd8111: check ioport_map return value by Varka Bhadram · 10 years ago
  55. da9df93 gpio: dwapb: Convert to use resource managed APIs by Axel Lin · 10 years ago
  56. 08b89fa gpio: tz1090: Use resource_size to fix off-by-one by Axel Lin · 10 years ago
  57. a7ce835 gpio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  58. aab0b12 gpio: sx150x: Fix comparing wrong value with chip->irq_masked by Axel Lin · 10 years ago
  59. d3c2155 gpio: grgpio: off by one in grgpio_to_irq() by Dan Carpenter · 10 years ago
  60. 53e41f5 gpio: tc3589x: get rid of platform data by Linus Walleij · 10 years ago
  61. 5b6a342 gpio: vx855: Switch to use managed resources APIs by Axel Lin · 10 years ago
  62. c458e45 gpio/xilinx: Use of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 10 years ago
  63. d621e8b gpio/gpiolib-of: Create of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 10 years ago
  64. 1d6902d gpio/xilinx: Create a single gpio chip on dual cores by Ricardo Ribalda Delgado · 10 years ago
  65. 4ae798f gpio/xilinx: Fix kernel-doc by Ricardo Ribalda Delgado · 10 years ago
  66. c54c58b gpio/xilinx: Add support for X86 Arch by Ricardo Ribalda Delgado · 10 years ago
  67. 749564f gpio/xilinx: Convert the driver to platform device interface by Ricardo Ribalda Delgado · 10 years ago
  68. bc2f3dc gpio/xilinx: Remove offset property by Ricardo Ribalda Delgado · 10 years ago
  69. 9202149 gpio: sch: Add support for Intel Quark X1000 SoC by Chang Rebecca Swee Fun · 10 years ago
  70. ae9ca49 gpio: sx150x: add support for sx1506 gpio expander device by Wei Chen · 10 years ago
  71. 093e943 gpio: sx150x: move to irqdomain framework for sx150x driver by Wei Chen · 10 years ago
  72. ebbeba1 gpio: sysfs: fix gpio attribute-creation race by Johan Hovold · 10 years ago
  73. 0915e6f gpio: sysfs: fix gpio device-attribute leak by Johan Hovold · 10 years ago
  74. 121b6a7 gpio: sysfs: fix gpio-chip device-attribute leak by Johan Hovold · 10 years ago
  75. 01cca93 gpio: unregister gpiochip device before removing it by Johan Hovold · 10 years ago
  76. 6798aca gpio: fix sleep-while-atomic in gpiochip_remove by Johan Hovold · 10 years ago
  77. 00acc3d gpio: fix memory leak and sleep-while-atomic by Johan Hovold · 10 years ago
  78. 05aa520 gpio: clean up gpiochip_add error handling by Johan Hovold · 10 years ago
  79. 225fce8 gpio: fix gpio-chip list corruption by Johan Hovold · 10 years ago
  80. 5539b3c gpio: fix memory and reference leaks in gpiochip_add error path by Johan Hovold · 10 years ago
  81. e733a2f gpio: crystalcove: use handle_nested_irq by Aaron Lu · 10 years ago
  82. 3c01b9a gpio: moxart: convert to use basic mmio gpio library by Kamlakant Patel · 10 years ago
  83. 96b932b gpio: dln2: use bus_sync_unlock instead of scheduling work by Octavian Purdila · 10 years ago
  84. 879828c gpio: grgpio: Avoid potential NULL pointer dereference by Axel Lin · 10 years ago
  85. 5afb287 gpio: dln2: Fix gpio output value in dln2_gpio_direction_output() by Axel Lin · 10 years ago
  86. 0acb0e7 gpio: dln2: fix issue when an IRQ is unmasked then enabled by Octavian Purdila · 10 years ago
  87. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  88. 980f3c3 Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  89. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  90. 170680a gpio: mcp23s08: fix up compilation error by Linus Walleij · 10 years ago
  91. c1b30e4 Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  92. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  93. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  94. ecb2312 gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  95. 6ed23b8 PM: Merge the SET*_RUNTIME_PM_OPS() macros by Rafael J. Wysocki · 10 years ago
  96. 27f9fec gpio: pl061: hook request if gpio-ranges avaiable by Yunlei He · 10 years ago
  97. a4e6355 gpio: mcp23s08: Add option to configure IRQ output polarity as active high by Alexander Stein · 10 years ago
  98. 0e9a5ed gpio: fix deferred probe detection for legacy API by Alexandre Courbot · 10 years ago
  99. 8e53b0f gpio: remove const modifier from gpiod_get_direction() by Alexandre Courbot · 10 years ago
  100. 14e85c0 gpio: remove gpio_descs global array by Alexandre Courbot · 10 years ago