1. fe963fd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 111 by Thomas Gleixner · 6 years ago
  2. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  3. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  4. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  5. d9351ea Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  6. 22c58fd Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  7. ebcf5bb Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 6 years ago
  8. 8148c17 Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  9. fe460a6 Merge tag 'pinctrl-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 6 years ago
  10. 72b5135 gpio: max77650: Add GPIO support by Bartosz Golaszewski · 6 years ago
  11. eac7078 Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  12. 7e8e05f Merge branches 'acpi-utils', 'acpi-video', 'acpi-soc' and 'acpi-button' by Rafael J. Wysocki · 6 years ago
  13. 0d04d0c gpio: thunderx: Use the default parent apis for {request,release}_resources by Lokesh Vutla · 6 years ago
  14. 1895ef4 Merge tag 'ixp4xx-for-armsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into arm/soc by Olof Johansson · 6 years ago
  15. 3577989 gpio: Fix gpiochip_add_data_with_key() error path by Geert Uytterhoeven · 6 years ago
  16. e4bfb0f gpio: ixp4xx: Add OF probing support by Linus Walleij · 6 years ago
  17. 813e7d3 gpio: ixp4xx: Add driver for the IXP4xx GPIO by Linus Walleij · 6 years ago
  18. 4a4b119 gpio: sch: Remove write-only core_base by Jan Kiszka · 6 years ago
  19. 1e9aa2a gpio: pxa: Make two symbols static by YueHaibing · 6 years ago
  20. fe06662 gpio: merrifield: Fix build err without CONFIG_ACPI by YueHaibing · 6 years ago
  21. 2d3b6db gpiolib: acpi: Respect pin bias setting by Andy Shevchenko · 6 years ago
  22. 606be34 gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helper by Andy Shevchenko · 6 years ago
  23. 24a4954 gpiolib: acpi: Set pin value, based on bias, more accurately by Andy Shevchenko · 6 years ago
  24. 80c8d92 gpiolib: acpi: Change type of dflags by Andy Shevchenko · 6 years ago
  25. 2d6c06f gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULT by Andy Shevchenko · 6 years ago
  26. fed7026 gpiolib: Make use of enum gpio_lookup_flags consistent by Andy Shevchenko · 6 years ago
  27. 5dd50aa Make anon_inodes unconditional by David Howells · 6 years ago
  28. 102bbe34 gpio: eic: sprd: Fix incorrect irq type setting for the sync EIC by Baolin Wang · 6 years ago
  29. 12c7a4f gpio: pca953x: add support for pca6416 by Alexandre Belloni · 6 years ago
  30. 01769c4 gpio: pca953x: add pcal6416 to the of_device_id table by Alexandre Belloni · 6 years ago
  31. 044e499 gpio: gpio-omap: Remove conditional pm_runtime handling for GPIO interrupts by Russell King · 6 years ago
  32. e6818d2 gpio: gpio-omap: configure edge detection for level IRQs for idle wakeup by Russell King · 6 years ago
  33. 4779a06 Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 6 years ago
  34. f70fbc1 gpio: pca953x: Configure wake-up path when wake-up is enabled by Geert Uytterhoeven · 6 years ago
  35. a71a81e gpio: of: Optimize quirk checks by Geert Uytterhoeven · 6 years ago
  36. 26af340 Merge tag 'v5.1-rc3' into devel by Linus Walleij · 6 years ago
  37. 182e80e gpiolib: devprop: Fix syntax error by Linus Walleij · 6 years ago
  38. 27157af gpio: mmio: Drop bgpio_dir_inverted by Linus Walleij · 6 years ago
  39. b0d2569 gpio: mlxbf: remove unused including <linux/version.h> by YueHaibing · 6 years ago
  40. 4f2f95e gpio: mmio: Fix bgpio_get_set & bgpio_get_set_multiple by Jan Kotas · 6 years ago
  41. 542f361 gpio: Set proper argument value to set_config by Maxime Ripard · 6 years ago
  42. 58f57f8 gpio: omap: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  43. 7c68571 gpio: omap: avoid clang warning by Arnd Bergmann · 6 years ago
  44. 77bc0e6 gpio: zynq: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  45. 3883de0 drivers: gpio: xlp: devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  46. 8d86f98 drivers: gpio: zx: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  47. 6ff49fb drivers: gpio: xgene-sb: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  48. df53665b drivers: gpio: vf610: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  49. 83fa76b drivers: gpio: uniphier: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  50. f7a6e46 drivers: gpio: ts4800: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  51. aa6c9b9 drivers: gpio: timberdale: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  52. a0b81f1 drivers: gpio: tegra: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  53. 5b827ff drivers: gpio: tb10x: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  54. 6ba7c53 drivers: gpio: stp-xway: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  55. c68a520 drivers: gpio: sta2x11: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  56. 7290f15 drivers: gpio: spear-spics: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  57. ecbf7c2 drivers: gpio: rcar: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  58. 542c25b drivers: gpio: pxa: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  59. 037ae5b drivers: gpio: octeon: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  60. 123ac0e drivers: gpio: mxc: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  61. dc02a0c drivers: gpio: mvebu: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  62. 92d718f drivers: gpio: mt7621: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  63. 329e23f drivers: gpio: mb86s7x: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  64. 47b4916 drivers: gpio: lpc18xx: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  65. 62fe072 drivers: gpio: loongon1: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  66. 38b1e68 drivers: gpio: janz-ttl: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  67. 30f8c52 drivers: gpio: iop: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  68. 8f701e1d drivers: gpio: hlwd: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  69. b35263d drivers: gpio: ftgpio010: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  70. 94a2d42 drivers: gpio: sprd: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  71. 2a7194e drivers: gpio: dwap: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  72. 09ec473 drivers: gpio: clps711x: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  73. b2c09588 drivers: gpio: cadence: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  74. 72d8cb7 drivers: gpio: bcm-kona: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  75. aee70b7 drivers: gpio: aspeed: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  76. bb17a27 drivers: gpio: amdpt: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  77. 3faf1e6 drivers: gpio: 74xx-mmio: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
  78. c42e34c drivers: gpio: Kconfig: pedantic formatting cleanups by Enrico Weigelt, metux IT consult · 6 years ago
  79. 7e9fa3c gpio: Remove obsolete comment about gpiochip_free_hogs() usage by Geert Uytterhoeven · 6 years ago
  80. f69e00b gpio: mmio: Support two direction registers by Linus Walleij · 6 years ago
  81. 1d7765b gpiolib: Don't WARN on gpiod_put() for optional GPIO by Andy Shevchenko · 6 years ago
  82. d00d210 gpio: merrifield: Convert to use acpi_dev_get_first_match_dev() by Andy Shevchenko · 6 years ago
  83. 85edcd0 gpiolib: acpi: Fix references in kernel doc and amend by Andy Shevchenko · 6 years ago
  84. 43c691e gpio: mxc: use devm_platform_ioremap_resource() to simplify code by Anson Huang · 6 years ago
  85. 86d0756 Merge tag 'gpio-v5.1-rc3-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes by Linus Walleij · 6 years ago
  86. ce9fb53 gpio: mockup: use simple_read_from_buffer() in debugfs read callback by Bartosz Golaszewski · 6 years ago
  87. f7299d4 gpio: of: Fix of_gpiochip_add() error path by Geert Uytterhoeven · 6 years ago
  88. 7ce4027 gpio: of: Check for "spi-cs-high" in child instead of parent node by Andrey Smirnov · 6 years ago
  89. e5545c9 gpio: of: Check propname before applying "cs-gpios" quirks by Andrey Smirnov · 6 years ago
  90. cbe706b gpio: mlxbf: Add dependency on 64BIT to Kconfig entry by Shravan Kumar Ramani · 6 years ago
  91. da38ef3 gpio: gpio-omap: add check for off wake capable gpios by Tony Lindgren · 6 years ago
  92. 06dce84 gpio: gpio-omap: always scan for triggered non-wakeup capable interrupts by Tony Lindgren · 6 years ago
  93. 21e2118 gpio: gpio-omap: limit errata 1.101 handling to wkup domain gpios only by Tony Lindgren · 6 years ago
  94. 2583303 gpio: mockup: fix debugfs read by Bartosz Golaszewski · 6 years ago
  95. fa59dd23 Revert "gpio: use new gpio_set_config() helper in more places" by Andrew Jeffery · 6 years ago
  96. c78c42d gpio: add driver for Mellanox BlueField GPIO controller by Shravan Kumar Ramani · 6 years ago
  97. 9a9982d gpio: 74x164: Convert to use SPDX identifier by Andy Shevchenko · 6 years ago
  98. 517ec43 gpio: 74x164: Remove linux/init.h and sort headers by Andy Shevchenko · 6 years ago
  99. 3c74695 gpio: 74x164: Make use of device properties by Andy Shevchenko · 6 years ago
  100. 6cf4511 gpio: aspeed: fix a potential NULL pointer dereference by Kangjie Lu · 6 years ago