1. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  2. e611c0f Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 7 months ago
  3. 3f7e823 Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 7 months ago
  4. f6606d0 Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  5. 74910e1 gpio: pca953x: Drop unneeded ACPI_PTR() by Andy Shevchenko · 4 years, 7 months ago
  6. ebe3631 gpio: add a reusable generic gpio_chip using regmap by Michael Walle · 4 years, 7 months ago
  7. 6a45b0e gpiolib: Introduce gpiochip_irqchip_add_domain() by Michael Walle · 4 years, 7 months ago
  8. 76fe06c Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 4 years, 7 months ago
  9. e9bdf7e gpio: fix locking open drain IRQ lines by Linus Walleij · 4 years, 7 months ago
  10. a817382 gpio: gpiolib: Allow GPIO IRQs to lazy disable by Maulik Shah · 4 years, 7 months ago
  11. a34d5e5 gpiolib: Separate GPIO_GET_LINEINFO_WATCH_IOCTL conditional by Andy Shevchenko · 4 years, 7 months ago
  12. ce1d966 Merge tag 'v5.7-rc7' into devel by Linus Walleij · 4 years, 7 months ago
  13. f8af911 Merge tag 'gpio-updates-for-v5.8-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 4 years, 7 months ago
  14. 6f8cd24 gpio: rcar: Fix runtime PM imbalance on error by Dinghao Liu · 4 years, 7 months ago
  15. e33a58a gpio: pca935x: Allow IRQ support for driver built as a module by Andy Shevchenko · 4 years, 7 months ago
  16. 98f7d1b gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe() by Tiezhu Yang · 4 years, 7 months ago
  17. 22e4ebd gpio: pxa: Add COMPILE_TEST support by Tiezhu Yang · 4 years, 7 months ago
  18. 558ab2e gpio: pxa: Fix return value of pxa_gpio_probe() by Tiezhu Yang · 4 years, 7 months ago
  19. e686243 gpio: mlxbf2: Fix sleeping while holding spinlock by Axel Lin · 4 years, 7 months ago
  20. 551cb86 gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_property by Andy Shevchenko · 4 years, 7 months ago
  21. aa90939 gpio: dwapb: Don't use IRQ 0 as valid Linux interrupt by Andy Shevchenko · 4 years, 7 months ago
  22. d7cc236 gpio: dwapb: avoid error message for optional IRQ by Andy Shevchenko · 4 years, 7 months ago
  23. 494a94e gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration by Andy Shevchenko · 4 years, 7 months ago
  24. 47a3734 gpio: max730x: bring gpiochip_add_data after port config by Rodrigo Alencar · 4 years, 8 months ago
  25. 337cbeb genirq/irq_sim: Simplify the API by Bartosz Golaszewski · 4 years, 8 months ago
  26. a0d50aa Merge branch 'ib-gpio-aggregator' into devel by Linus Walleij · 4 years, 8 months ago
  27. 828546e gpio: Add GPIO Aggregator by Geert Uytterhoeven · 4 years, 8 months ago
  28. 4c033b5 gpiolib: Add support for GPIO lookup by line name by Geert Uytterhoeven · 4 years, 8 months ago
  29. e75dfba Merge tag 'gpio-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes by Linus Walleij · 4 years, 8 months ago
  30. d850c6f4 gpio: xgene-sb: Drop extra check to call acpi_gpiochip_request_interrupts() by Andy Shevchenko · 4 years, 8 months ago
  31. b24bc58 gpio: xgene-sb: Allow driver to be built with COMPILE_TEST by Andy Shevchenko · 4 years, 8 months ago
  32. 4d3a050 gpio: xgene-sb: Drop redundant OF_GPIO dependency by Andy Shevchenko · 4 years, 8 months ago
  33. db67aa3 gpio: mb86s7x: Remove superfluous test for ACPI companion by Andy Shevchenko · 4 years, 8 months ago
  34. 672de52 gpio: mb86s7x: Use devm_clk_get_optional() to get the input clock by Andy Shevchenko · 4 years, 8 months ago
  35. 48a7890 Merge 5.7-rc6 into usb-next by Greg Kroah-Hartman · 4 years, 8 months ago
  36. 582838e gpiolib: Document that GPIO line names are not globally unique by Geert Uytterhoeven · 4 years, 8 months ago
  37. 9fefca7 gpiolib: notify user-space about line status changes after flags are set by Bartosz Golaszewski · 4 years, 8 months ago
  38. ed43f2b Merge tag 'intel-gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into devel by Linus Walleij · 4 years, 8 months ago
  39. 29f9f8e Merge tag 'gpio-updates-for-v5.8-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 4 years, 8 months ago
  40. 333830a gpio: exar: Fix bad handling for ida_simple_get error path by Takashi Iwai · 4 years, 8 months ago
  41. 17f96ee gpio-f7188x: Add GPIO support for F81865 by Petteri Jokinen · 4 years, 8 months ago
  42. fef2d3b gpio: tegra186: export MODULE_DEVICE_TABLE by Mian Yousaf Kaukab · 4 years, 8 months ago
  43. 6fdeb6c gpio: pca953x: drop unused parameters of pca953x_recalc_addr() by Uwe Kleine-König · 4 years, 8 months ago
  44. bcf41dc gpio: pca953x: fix handling of automatic address incrementing by Uwe Kleine-König · 4 years, 8 months ago
  45. 6f79348 gpio: pca953x: Rewrite ->get_multiple() function by Andy Shevchenko · 4 years, 8 months ago
  46. dc5c143 gpio: mm-lantiq: Fix small typo by Dejin Zheng · 4 years, 8 months ago
  47. 0cf253e gpio: tegra: mask GPIO IRQs during IRQ shutdown by Stephen Warren · 4 years, 8 months ago
  48. 66d8ad6 gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res() by Wei Yongjun · 4 years, 8 months ago
  49. 8650b60 gpio: of: Build fails if CONFIG_OF_DYNAMIC enabled without CONFIG_OF_GPIO by David Gow · 4 years, 8 months ago
  50. 1c12857 gpio: ftgpio010: Fix small typo by Dejin Zheng · 4 years, 8 months ago
  51. a5e9343 gpiolib: Rename "chip" variables to "gc" in core header file by Geert Uytterhoeven · 4 years, 8 months ago
  52. 262b901 gpiolib: Improve kernel messages by Geert Uytterhoeven · 4 years, 8 months ago
  53. 1475b62 gpio: dwapb: Amend indentation in some cases by Andy Shevchenko · 4 years, 8 months ago
  54. 1afbc80 gpio: dwapb: Get rid of unnecessary conjunction over 32-bit value by Andy Shevchenko · 4 years, 8 months ago
  55. 9784c99 gpiolib: devprop: Warn if gpio-line-names is too long by Stephen Boyd · 4 years, 8 months ago
  56. 19c26d9 gpio: mvebu: Fix probing for chips without PWM by Sascha Hauer · 4 years, 9 months ago
  57. 6409d04 gpiolib: don't call sleeping functions with a spinlock taken by Bartosz Golaszewski · 4 years, 9 months ago
  58. 4e15415 gpiolib: improve the robustness of watch/unwatch ioctl() by Bartosz Golaszewski · 4 years, 9 months ago
  59. dc87f6d gpio: pca953x: Fix pca953x_gpio_set_config by Adam Ford · 4 years, 9 months ago
  60. 9f676e5 gpio: mlxbf2: remove unused including <linux/version.h> by YueHaibing · 4 years, 9 months ago
  61. 4c2b54f gpio: dwapb: Split out dwapb_get_irq() helper by Andy Shevchenko · 4 years, 9 months ago
  62. c59042e gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls by Andy Shevchenko · 4 years, 9 months ago
  63. 4f344e8 gpio: dwapb: Drop bogus BUG_ON()s by Andy Shevchenko · 4 years, 9 months ago
  64. 48ce805 gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce() by Andy Shevchenko · 4 years, 9 months ago
  65. d31275a gpio: dwapb: Convert to use IRQ core provided macros by Andy Shevchenko · 4 years, 9 months ago
  66. 9826bbe gpio: dwapb: Use device_get_match_data() to simplify code by Andy Shevchenko · 4 years, 9 months ago
  67. e092bc5 gpio: dwapb: Convert to use irqd_to_hwirq() by Andy Shevchenko · 4 years, 9 months ago
  68. 43296bf gpio: dwapb: Deduplicate IRQ resource management by Andy Shevchenko · 4 years, 9 months ago
  69. f9754c7 gpio: dwapb: set default handler to be handle_bad_irq() by Andy Shevchenko · 4 years, 9 months ago
  70. 9b0aef3 gpio: dwapb: Use chained IRQ prologue and epilogue by Andy Shevchenko · 4 years, 9 months ago
  71. 038aa1f gpio: dwapb: Refactor IRQ handler to use bit operations by Andy Shevchenko · 4 years, 9 months ago
  72. c58220c gpio: dwapb: Append MODULE_ALIAS for platform driver by Andy Shevchenko · 4 years, 9 months ago
  73. 5c544c9 gpio: dwapb: Add debounce reference clock support by Serge Semin · 4 years, 9 months ago
  74. 3ea8094c gpio: dwapb: Use optional-clocks interface for APB ref-clock by Serge Semin · 4 years, 9 months ago
  75. aa58a21 gpio: pca953x: disable regmap locking by Bartosz Golaszewski · 4 years, 9 months ago
  76. 7e73aa9 gpio: merrifield: Better show how GPIO and IRQ bases are derived from hardware by Andy Shevchenko · 4 years, 9 months ago
  77. 6b1c783 gpio: merrifield: Switch over to MSI interrupts by Andy Shevchenko · 4 years, 9 months ago
  78. 5376b0b gpio: pch: Use in pch_irq_type() macros provided by IRQ core by Andy Shevchenko · 4 years, 9 months ago
  79. 368b843 gpio: pch: Refactor pch_irq_type() to avoid unnecessary locking by Andy Shevchenko · 4 years, 9 months ago
  80. 5a4245d gpio: pch: Get rid of unneeded variable in IRQ handler by Andy Shevchenko · 4 years, 9 months ago
  81. 5c85418ab gpio: pch: Use BIT() and GENMASK() where it's appropriate by Andy Shevchenko · 4 years, 9 months ago
  82. 6e24826 usb: fusb302: Convert to use GPIO descriptors by Linus Walleij · 4 years, 9 months ago
  83. 96d7c7b3 gpio: gpio-pca953x, Add get_multiple function by Paul Thomas · 4 years, 9 months ago
  84. 04fd1ca gpiolib: acpi: Add missing __init(const) markers to initcall-s by Hans de Goede · 4 years, 9 months ago
  85. ea06a48 gpiolib: of: improve gpiolib-of support of pull up/down on expanders by Adam Ford · 4 years, 9 months ago
  86. 6168444 gpio: pl061: Support building as module by Rob Herring · 4 years, 9 months ago
  87. 85a94ff gpio: Extend TODO to cover code duplication avoidance by Andy Shevchenko · 4 years, 9 months ago
  88. 7fc504b gpio: xgene-sb: set valid IRQ type in to_irq() by Brian Masney · 4 years, 9 months ago
  89. 9b6d569 gpio: ich: fix a typo by sachin agarwal · 4 years, 11 months ago
  90. 828907e Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 9 months ago
  91. bc3b3f4 Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 4 years, 9 months ago
  92. 4ed7d7d Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()" by Baolin Wang · 4 years, 9 months ago
  93. f0254b5 gpio: Unconditionally assign .request()/.free() by Thierry Reding · 4 years, 9 months ago
  94. a0b66a7 gpio: Rename variable in core APIs by Linus Walleij · 4 years, 9 months ago
  95. 89ad556 gpio: Avoid using pin ranges with !PINCTRL by Thierry Reding · 4 years, 9 months ago
  96. 5f4bf17 gpiolib: Remove unused gpio_chip parameter from gpio_set_bias() by Geert Uytterhoeven · 4 years, 9 months ago
  97. 8352235 gpiolib: Pass gpio_desc to gpio_set_config() by Geert Uytterhoeven · 4 years, 9 months ago
  98. 8ced32f gpiolib: Introduce gpiod_set_config() by Geert Uytterhoeven · 4 years, 9 months ago
  99. 06dd3f3 Merge tag 'v5.6-rc7' into devel by Linus Walleij · 4 years, 9 months ago
  100. 35c6cfb gpio: gpiolib: fix a doc warning by Mauro Carvalho Chehab · 4 years, 10 months ago