1. 6a51272 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  2. 786a9ab gpio: davinci: restore a way to manually specify the GPIO base by Bartosz Golaszewski · 6 years ago
  3. bff466b gpio: mockup: fix indicated direction by Bartosz Golaszewski · 6 years ago
  4. 70cdb6a gpio: pxa: fix legacy non pinctrl aware builds again by Robert Jarzmik · 6 years ago
  5. a05a140 gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path by Vladimir Zapolskiy · 6 years ago
  6. bd6bf7c Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  7. 114b5f8 Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  8. b0b6a28 Merge tag 'pinctrl-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 6 years ago
  9. 4fd1f50 Merge branch 'regulator-4.20' into regulator-next by Mark Brown · 6 years ago
  10. ee8edbf gpio: uniphier: include <linux/bits.h> instead of <linux/bitops.h> by Masahiro Yamada · 6 years ago
  11. 40f5ff4 gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip() by Stephen Boyd · 6 years ago
  12. 3c1f6b2 gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip() by Stephen Boyd · 6 years ago
  13. 9cb7cf9c gpio: Drop parent irq assignment during cascade setup by Stephen Boyd · 6 years ago
  14. a7c0b4b gpio: fix SNPS_CREG kconfig dependency warning by Randy Dunlap · 6 years ago
  15. b0ce7b29 regulator/gpio: Allow nonexclusive GPIO access by Linus Walleij · 6 years ago
  16. 767cd17 gpiolib: Initialize gdev field before is used by Ricardo Ribalda Delgado · 6 years ago
  17. 3e779a2 gpio: Assign gpio_irq_chip::parents to non-stack pointer by Stephen Boyd · 6 years ago
  18. 3925b90 gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chip by Uwe Kleine-König · 6 years ago
  19. 70728c2 gpio: syscon: Fix possible NULL ptr usage by Marek Vasut · 6 years ago
  20. 3edfb7b gpiolib: Show correct direction from the beginning by Ricardo Ribalda Delgado · 6 years ago
  21. f8ec92a gpiolib: Add init_valid_mask exported function by Ricardo Ribalda Delgado · 6 years ago
  22. 2505c7b GPIO: add single-register GPIO via CREG driver by Eugeniy Paltsev · 6 years ago
  23. 3ea47b4 gpio: mockup: use device properties instead of platform_data by Bartosz Golaszewski · 6 years ago
  24. 5f5e489 ACPI / property: Allow multiple property compatible _DSD entries by Mika Westerberg · 6 years ago
  25. 90fd227 gpio: Slightly more helpful debugfs by Linus Walleij · 6 years ago
  26. 850d434 gpio: omap: Remove set but not used variable 'dev' by YueHaibing · 6 years ago
  27. c4791bc gpio: omap: drop omap_gpio_list by Grygorii Strashko · 6 years ago
  28. 30aa69e Merge tag 'v4.19-rc6' into devel by Linus Walleij · 6 years ago
  29. 8dc1969 Accept partial 'gpio-line-names' property. by Christophe Blaess · 6 years ago
  30. 4674807 gpio: omap: get rid of the conditional PM runtime calls by Grygorii Strashko · 6 years ago
  31. 8898240 gpio: htc-egpio: Remove set but not used variable 'bit' by YueHaibing · 6 years ago
  32. 3c94066 gpio: Restore indentation of continued lines by Geert Uytterhoeven · 6 years ago
  33. cf9af0d gpio: Propagate errors from gpiod_set_array_value_complex() by Geert Uytterhoeven · 6 years ago
  34. 799d5eb gpiolib: Fix incorrect use of find_next_zero_bit() by Janusz Krzysztofik · 6 years ago
  35. be8c8fa gpio: new driver to work with a 8x12 siox by Uwe Kleine-König · 6 years ago
  36. e48d194 gpio: Add comments on single direction chips by Linus Walleij · 6 years ago
  37. ae9847f gpiolib: Fix gpio_direction_* for single direction GPIOs by Ricardo Ribalda Delgado · 6 years ago
  38. 32d064a gpio: Rename devres implementation file by Linus Walleij · 6 years ago
  39. dae5f0a gpio: Use SPDX header for core library by Linus Walleij · 6 years ago
  40. ff19473 Merge branch 'ib-omap' into devel by Linus Walleij · 6 years ago
  41. 5284521 gpio: omap: Get rid of pm_runtime_irq_safe() by Tony Lindgren · 6 years ago
  42. b764a58 gpio: omap: Remove custom PM calls and use cpu_pm instead by Tony Lindgren · 6 years ago
  43. ec0daae gpio: omap: Add level wakeup handling for omap4 based SoCs by Tony Lindgren · 6 years ago
  44. c4c958a gpiolib: Fix array members of same chip processed separately by Janusz Krzysztofik · 6 years ago
  45. 35ae7f9 gpiolib: Fix missing updates of bitmap index by Janusz Krzysztofik · 6 years ago
  46. 212d706 gpio: htc-egpio: Unique label per chip by Linus Walleij · 6 years ago
  47. a2ab170 Merge branch 'ib-array-bitmaps' into devel by Linus Walleij · 6 years ago
  48. 79b73ff gpio: davinci: Move driver local definitions to driver by Andrew F. Davis · 6 years ago
  49. c809e37 gpio: davinci: Allocate the correct amount of memory for controller by Andrew F. Davis · 6 years ago
  50. 587f7a6 gpio: davinci: Use dev name for label and automatic base selection by Andrew F. Davis · 6 years ago
  51. 19a4fbf gpiolib: Free the last requested descriptor by Ricardo Ribalda Delgado · 6 years ago
  52. f13a0b0 gpio: Get rid of legacy header by Linus Walleij · 6 years ago
  53. 66dbe75 gpio: wm8xxx: Cut down on boilerplate by Linus Walleij · 6 years ago
  54. 10833c4 gpio: wm8xxx: Use the right header by Linus Walleij · 6 years ago
  55. 130a990 gpio: xlp: Cut down on boilerplate by Linus Walleij · 6 years ago
  56. 121111d gpio: xlp: Include the right header by Linus Walleij · 6 years ago
  57. c872a20 gpio: vx855: Cut down on boilerplate by Linus Walleij · 6 years ago
  58. 3bca2d4 gpio: vx855: Include the right header by Linus Walleij · 6 years ago
  59. 751107e gpio: viperboard: Cut down on boilerplate by Linus Walleij · 6 years ago
  60. d3007ec gpio: viperboard: Include the right header by Linus Walleij · 6 years ago
  61. 3edc688 gpio: xtensa: Cut down on boilerplate by Linus Walleij · 6 years ago
  62. 83a4e2c gpio: xtensa: Include the right header by Linus Walleij · 6 years ago
  63. 2ab4a93 gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callback by Linus Walleij · 6 years ago
  64. 2abfb31 gpio: vr41xx: Cut down on boilerplate by Linus Walleij · 6 years ago
  65. 3b3001c gpio: vr41xx: Include the right header by Linus Walleij · 6 years ago
  66. 171948e gpiolib: check if irqchip already has the irq hook replacements by Hans Verkuil · 6 years ago
  67. d0121b8 gpiolib: use better errno if get_direction is not available by Wolfram Sang · 7 years ago
  68. b17566a gpiolib: Implement fast processing path in get/set array by Janusz Krzysztofik · 6 years ago
  69. 77588c1 gpiolib: Pass array info to get/set array functions by Janusz Krzysztofik · 6 years ago
  70. bf9346f gpiolib: Identify arrays matching GPIO hardware by Janusz Krzysztofik · 6 years ago
  71. b9762be gpiolib: Pass bitmaps, not integer arrays, to get/set array by Janusz Krzysztofik · 6 years ago
  72. fa38869 gpiolib: Don't support irq sharing for userspace by Uwe Kleine-König · 6 years ago
  73. 36e2add gpio: vf610: Cut down on boilerplate by Linus Walleij · 6 years ago
  74. 45e8296 gpio: vf610: Include the right header by Linus Walleij · 6 years ago
  75. 6953c57 gpio: of: Handle SPI chipselect legacy bindings by Linus Walleij · 6 years ago
  76. 1c939cb gpio-bcm-kona: use new req/relres and dis/enable_irq funcs by Hans Verkuil · 6 years ago
  77. 461c1a7 gpiolib: override irq_enable/disable by Hans Verkuil · 6 years ago
  78. 4e9439d gpiolib: add flag to indicate if the irq is disabled by Hans Verkuil · 6 years ago
  79. ca620f2 gliolib: set hooks in gpiochip_set_irq_hooks() by Hans Verkuil · 6 years ago
  80. 4e6b823 gpiolib: export gpiochip_irq_reqres/relres() by Hans Verkuil · 6 years ago
  81. f6d9af4 gpio: ep93xx: fix test for end of loop by Dan Carpenter · 6 years ago
  82. f40f730 gpio: ep93xx: fix incorrect array element size check by Colin Ian King · 6 years ago
  83. ba74bd5 gpio: twl6040: Implement .get_direction() by Linus Walleij · 6 years ago
  84. 4bef8bf gpio: twl6040: Use bitops by Linus Walleij · 6 years ago
  85. b4f53ed gpio: twl6040: Cut down boilerplate by Linus Walleij · 6 years ago
  86. fc4f8f3 gpio: twl6040: Include the right header by Linus Walleij · 6 years ago
  87. ab8c1e8 gpio: twl4030: Implement .get_direction() by Linus Walleij · 6 years ago
  88. ecb0768 gpio: twl4030: Cut down boilerplate by Linus Walleij · 6 years ago
  89. ba21d55 gpio: twl4030: Include the right header by Linus Walleij · 6 years ago
  90. f091616 gpio: zevio: Include the right header by Linus Walleij · 6 years ago
  91. 97feacc gpio: ts5500: Delete platform data handling by Linus Walleij · 6 years ago
  92. bf97279 gpio: ts5500: Use SPDX header by Linus Walleij · 6 years ago
  93. c99601f gpio: ts5500: Include the right header by Linus Walleij · 6 years ago
  94. 833eacc gpio: mxs: Get rid of external API call by Linus Walleij · 6 years ago
  95. d5a4da1 gpio: tps65xxx: Use SPDX license tag by Linus Walleij · 6 years ago
  96. 5d75683 gpio: tpx65xxx: Include the right header by Linus Walleij · 6 years ago
  97. d49b48f gpio: Fix crash due to registration race by Vincent Whitchurch · 6 years ago
  98. bfba223 gpio: brcmstb: allow 0 width GPIO banks by Justin Chen · 6 years ago
  99. 36f3f19 gpio: ftgpio: Support debounce timer by Linus Walleij · 6 years ago
  100. da02d79 gpio: ftgpio: Support optional silicon clock by Linus Walleij · 6 years ago