1. 619e96f gpio: aspeed: Remove dependence on GPIOF_* macros by Andrew Jeffery · 7 years ago
  2. 7f36f5d Merge tag 'v4.10-rc6' into devel by Linus Walleij · 8 years ago
  3. 27a2873 Merge branch 'ib-pinctrl-genprops' into devel by Linus Walleij · 8 years ago
  4. 2956b5d pinctrl / gpio: Introduce .set_config() callback for GPIO chips by Mika Westerberg · 8 years ago
  5. 1736f75 gpio: aspeed: Add banks Y, Z, AA, AB and AC by Andrew Jeffery · 8 years ago
  6. 7153f8e gpio: aspeed: Make bank names strings by Joel Stanley · 8 years ago
  7. 739e6f5 gpio: provide lockdep keys for nested/unnested irqchips by Linus Walleij · 8 years ago
  8. 5018ada gpio: Move freeing of GPIO hogs before numbing of the device by Geert Uytterhoeven · 8 years ago
  9. abc8d58 gpio: mxs: remove __init annotation by Arnd Bergmann · 8 years ago
  10. ac5a28b Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 8 years ago
  11. 061ad50 Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  12. acf1fcf Merge branch 'thread-irq-simpler' into devel by Linus Walleij · 8 years ago
  13. eb485c7 Merge branch 'pl061' into devel by Linus Walleij · 8 years ago
  14. 46a5c11 gpio: merrifield: Implement gpio_get_direction callback by Andy Shevchenko · 8 years ago
  15. e7a718f gpio: merrifield: Add support for hardware debouncer by Andy Shevchenko · 8 years ago
  16. f4e81c5 gpio: chardev: Return error for seek operations by Lars-Peter Clausen · 8 years ago
  17. 975aceb gpio: arizona: Tidy up probe error path by Charles Keepax · 8 years ago
  18. a3ee78e gpio: arizona: Remove pointless set of platform drvdata by Charles Keepax · 8 years ago
  19. 6da7b0d gpio: pl061: delete platform data handling by Linus Walleij · 8 years ago
  20. 562b488 gpio: pl061: move platform data into driver by Linus Walleij · 8 years ago
  21. 2796325 gpio: pl061: rename variable from chip to pl061 by Linus Walleij · 8 years ago
  22. 538f76c gpio: pl061: rename state container struct by Linus Walleij · 8 years ago
  23. 9c18be8 gpio: pl061: use local state for parent IRQ storage by Linus Walleij · 8 years ago
  24. 35ca3f6 gpio: set explicit nesting on drivers by Linus Walleij · 8 years ago
  25. d245b3f gpio: simplify adding threaded interrupts by Linus Walleij · 8 years ago
  26. df950da gpio: vf610: use builtin_platform_driver by Geliang Tang · 8 years ago
  27. 1d2b2ac gpio: axp209: use correct register for GPIO input status by Quentin Schulz · 8 years ago
  28. 1516c63 gpio: stmpe: fix interrupt handling bug by Linus Walleij · 8 years ago
  29. 22eaf13 gpio: em: depnd on ARCH_SHMOBILE by Peter Robinson · 8 years ago
  30. 752fda8 gpio: zx: depend on ARCH_ZX by Peter Robinson · 8 years ago
  31. 72aba2e gpio: x86: update config dependencies for x86 specific hardware by Peter Robinson · 8 years ago
  32. d65aa4b gpio: mb86s7x: use builtin_platform_driver by Geliang Tang · 8 years ago
  33. 6f1bd54 gpio: etraxfs: use builtin_platform_driver by Geliang Tang · 8 years ago
  34. 3107d57 gpio: max77620: add compatible string to device id list by Venkat Reddy Talla · 8 years ago
  35. f9c22ec gpio: Remove GPIO_DEVRES option by Keno Fischer · 8 years ago
  36. 5261bee gpio: intel-mid: use builtin_pci_driver by Geliang Tang · 8 years ago
  37. 220a04f gpio: tc3589x: fix up .get_direction() by Linus Walleij · 8 years ago
  38. 3940c34 gpio: tag line labels used for interrupts by Linus Walleij · 8 years ago
  39. ad17731 gpio: clamp values on gpio[d]_direction_output() by Linus Walleij · 8 years ago
  40. 60f8339 gpio: do not double-check direction on sleeping chips by Linus Walleij · 8 years ago
  41. 24b35ed gpio: htc-egpio: read output value from cache by Linus Walleij · 8 years ago
  42. 9298539 gpio: htc-egpio: add .get_direction() support by Linus Walleij · 8 years ago
  43. c82064f ACPI / gpio: avoid warning for gpio hogging code by Arnd Bergmann · 8 years ago
  44. e027503 gpio: davinci: Use unique labels for each gpio chip by Axel Haslam · 8 years ago
  45. 386377b gpio: pca953x: Move memcpy into mutex lock for set multiple by Phil Reid · 8 years ago
  46. 53f8d32 gpio: pca953x: Fix corruption of other gpios in set_multiple. by Phil Reid · 8 years ago
  47. 43bbf94c gpio: htc-egpio: Make it explicitly non-modular by Paul Gortmaker · 8 years ago
  48. 812d478 gpio/mvebu: Use irq_domain_add_linear by Jason Gunthorpe · 8 years ago
  49. c7e9d39 gpio: of: fix GPIO drivers with multiple gpio_chip for a single node by Masahiro Yamada · 8 years ago
  50. 953b956 gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leak by Lars-Peter Clausen · 8 years ago
  51. 09e258a gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios() by Wei Yongjun · 8 years ago
  52. 550a953 ACPI / gpio: make acpi_gpiochip_parse_own_gpio static by Wei Yongjun · 8 years ago
  53. 1b6998c ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios() by Wei Yongjun · 8 years ago
  54. 0aced35 mfd: tps65218: Remove redundant read wrapper by Keerthy · 8 years ago
  55. 5a195c6 gpio: gpiolib-devprop: Check chip->parent pointer before dereferencing by Thor Thayer · 8 years ago
  56. f85522c gpio: altera-a10sr: Drop unnecessary gpiochip_remove by Wei Yongjun · 8 years ago
  57. 54e2602 Merge branch 'ib-sx150x' of /home/linus/linux-pinctrl into devel by Linus Walleij · 8 years ago
  58. f08ea3c gpio: mxs: fix duplicate level interrupts by Sascha Hauer · 8 years ago
  59. 66a37c3 gpio: mxs: use enable/disable regs to (un)mask irqs by Sascha Hauer · 8 years ago
  60. 4035cc1 ACPI / gpio: Add support for naming GPIOs by Mika Westerberg · 8 years ago
  61. 9427ecb gpio: Rework of_gpiochip_set_names() to use device property accessors by Mika Westerberg · 8 years ago
  62. c80f1ba ACPI / gpio: Add hogging support by Mika Westerberg · 8 years ago
  63. 6f7194a ACPI / gpio: Allow holes in list of GPIOs for a device by Mika Westerberg · 8 years ago
  64. 1208c93 gpio: pca953x: Add MAX7318 compatible by Marek Vasut · 8 years ago
  65. 4c5f15b gpio: ts4900: Add hardware dependencies by Jean Delvare · 8 years ago
  66. 26a48c4 gpio: altera-a10sr: Add A10 System Resource Chip GPIO support. by Thor Thayer · 8 years ago
  67. e78ade0 gpio: merrifield: set default handler to be handle_bad_irq() by Andy Shevchenko · 8 years ago
  68. fdf4332 gpio: max77620: Remove unused fields from struct max77620_gpio by Axel Lin · 8 years ago
  69. 9e80f90 pinctrl: Add SX150X GPIO Extender Pinctrl Driver by Neil Armstrong · 8 years ago
  70. d71cf15 gpio: mpc8xxx: Correct irq handler function by Liu Gang · 8 years ago
  71. 6d8d271 gpio: ath79: Fix module autoload by Javier Martinez Canillas · 8 years ago
  72. 91f1551 gpio: ts4800: Fix module autoload by Javier Martinez Canillas · 8 years ago
  73. ac7dbb9 gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flags by Lars-Peter Clausen · 8 years ago
  74. e3e847c gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flags by Lars-Peter Clausen · 8 years ago
  75. 3eded5d gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leak by Lars-Peter Clausen · 8 years ago
  76. b8b0e3d gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offset by Lars-Peter Clausen · 8 years ago
  77. d82aa4a gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leak by Lars-Peter Clausen · 8 years ago
  78. e405f9f gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offset by Lars-Peter Clausen · 8 years ago
  79. 0f4bbb2 gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leak by Lars-Peter Clausen · 8 years ago
  80. 1f1cc45 gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validation by Lars-Peter Clausen · 8 years ago
  81. 67bf515 gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get() by David Arcari · 8 years ago
  82. 0cb9409 gpio: mockup: add sysfs dependency by Arnd Bergmann · 8 years ago
  83. d1ca19c gpio: stmpe: || vs && typo by Dan Carpenter · 8 years ago
  84. 44df081 gpio: mxs: Unmap region obtained by of_iomap by Arvind Yadav · 8 years ago
  85. 74f47f0 gpio: pca953x: add a comment explaining the need for a lockdep subclass by Bartosz Golaszewski · 8 years ago
  86. 87840a2 Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  87. 6a497e9 Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  88. e085294 gpio: add missing static inline by Linus Walleij · 8 years ago
  89. f4c1181 gpio: OF: localize some gpiochip init functions by Linus Walleij · 8 years ago
  90. 031ba28 gpio: acpi: separation of concerns by Linus Walleij · 8 years ago
  91. ea713bc gpio: OF: separation of concerns by Linus Walleij · 8 years ago
  92. 3085a4a gpio: make memory-mapped drivers depend on HAS_IOMEM by Linus Walleij · 8 years ago
  93. 4e2678b gpio: stmpe: use BIT() macro by Linus Walleij · 8 years ago
  94. 96b2cca gpio: stmpe: forbid unused lines to be mapped as IRQs by Linus Walleij · 8 years ago
  95. ac2a8bc Merge branch 'ib-move-htc-egpio' into devel by Linus Walleij · 8 years ago
  96. 3c6e8d0 mfd/gpio: Move HTC GPIO driver to GPIO subsystem by Linus Walleij · 8 years ago
  97. 0f98dd1 gpio/mockup: add virtual gpio device by Bamvor Jian Zhang · 8 years ago
  98. 6212e1d gpio: pca953x: variable 'id' was used twice by Wolfram Sang · 8 years ago
  99. 559b469 gpio: pca953x: fix an incorrect lockdep warning by Bartosz Golaszewski · 8 years ago
  100. e3296f1 gpio: Added zynq specific check for special pins on bank zero by Nava kishore Manne · 8 years ago