1. 92cd663 alpha: remove ARCH_WANT_OPTIONAL_GPIOLIB by Linus Walleij · 8 years ago
  2. 769e4b8 metag: remove ARCH_WANT_OPTIONAL_GPIOLIB by Linus Walleij · 8 years ago
  3. 5a16139 avr32: do away with ARCH_REQUIRE_GPIOLIB by Linus Walleij · 8 years ago
  4. 296ad4ac gpio: remove deps on ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB by Linus Walleij · 8 years ago
  5. a89d6cb gpio: revert bank bindings by Linus Walleij · 8 years ago
  6. 44c7288f gpio: move gpiod_set_array_value_priv() by Linus Walleij · 8 years ago
  7. 327819d gpio: f7188x: fix edit mistake by Linus Walleij · 8 years ago
  8. c686090 gpio/reset: move gpio-{poweroff|restart} DT doc to proper place by Wolfram Sang · 8 years ago
  9. 35b3fc88 gpio: brcmstb: Return proper error if bank width is invalid by Axel Lin · 8 years ago
  10. c31a571 gpio: gpiolib: Print error number if gpio hog failed by Laxman Dewangan · 8 years ago
  11. d1279d9 gpio: of: Scan available child node for gpio-hog by Laxman Dewangan · 8 years ago
  12. 4dd4dd1 gpio: tegra: Allow compile test by Alexander Stein · 8 years ago
  13. 1e4a806 gpio: gpiolib-of: Allow compile testing by Alexander Stein · 8 years ago
  14. 190ea43 gpio: wm8994: use the new open drain callback by Linus Walleij · 8 years ago
  15. 51c27da gpio: wm831x: use the new open drain callback by Linus Walleij · 8 years ago
  16. 640b913 gpio: vx855: use the new open drain callback by Linus Walleij · 8 years ago
  17. 811a188 gpio: menz127: use the new open drain callback by Linus Walleij · 8 years ago
  18. f90c6bd gpio: f7188x: use the new open drain callback by Linus Walleij · 8 years ago
  19. 148c864 gpio: f7188x: use BIT() macro by Linus Walleij · 8 years ago
  20. 04b8695 gpio: sx150x: use the new open drain callback by Linus Walleij · 8 years ago
  21. d17322f gpio: sx150x: move platform data into driver by Linus Walleij · 8 years ago
  22. f30e49f gpio: tps65218: use the new open drain callback by Linus Walleij · 8 years ago
  23. dfbd379 gpio: of: Return error if gpio hog configuration failed by Laxman Dewangan · 8 years ago
  24. cd97a44 MAINTAINERS: gpio: add DT bindings directory by Wolfram Sang · 8 years ago
  25. 44896be gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2 by Yong Li · 8 years ago
  26. 615d23f gpio: zynq: Fix the error path by Shubhrajyoti Datta · 8 years ago
  27. bd37c99 gpio: Loongson1: add Loongson1 GPIO driver by Kelvin Cheung · 8 years ago
  28. 6b5029d gpio: document open drain/source behaviour by Linus Walleij · 8 years ago
  29. a0e6373 gpio: tps6586x: make explicitly non-modular by Paul Gortmaker · 8 years ago
  30. 02c7a13 gpio: tps65910: make explicitly non-modular by Paul Gortmaker · 8 years ago
  31. f9f2b5c gpio: palmas: make explicitly non-modular by Paul Gortmaker · 8 years ago
  32. 24a876c gpio: sx150x: make explicitly non-modular by Paul Gortmaker · 8 years ago
  33. 8513334 gpio: tc3589x: make explicitly non-modular by Paul Gortmaker · 8 years ago
  34. fe7b778 gpio: rc5t583: make explicitly non-modular by Paul Gortmaker · 8 years ago
  35. 8b866b0 gpio: tc3589x: implement open drain/source callback by Linus Walleij · 8 years ago
  36. cee1b40 gpio: tc3589x: use BIT() macro by Linus Walleij · 8 years ago
  37. c663e5f gpio: support native single-ended hardware drivers by Linus Walleij · 8 years ago
  38. 6e66a65 gpio: tpic2810: Make sure cached buffer has consistent status with h/w status by Axel Lin · 8 years ago
  39. 18fb0a9 gpio: zx: make explicitly non-modular by Paul Gortmaker · 8 years ago
  40. b33d12d gpio: xgene: make explicitly non-modular by Paul Gortmaker · 8 years ago
  41. 3c90c6d gpio: sta2x11: make explicitly non-modular by Paul Gortmaker · 8 years ago
  42. ef3e710 gpio: pl061: make explicitly non-modular by Paul Gortmaker · 8 years ago
  43. ed329f3 gpio: mvebu: make explicitly non-modular by Paul Gortmaker · 8 years ago
  44. 4bb9f72 gpio: moxart: make explicitly non-modular by Paul Gortmaker · 8 years ago
  45. 0de6a80 gpio: mc9s08dz60: make explicitly non-modular by Paul Gortmaker · 8 years ago
  46. d5610e5 gpio: mb86s7x: make explicitly non-modular by Paul Gortmaker · 8 years ago
  47. 8f3e19f gpio: bcm-kona: make explicitly non-modular by Paul Gortmaker · 8 years ago
  48. 8fccdb5 gpio: gpio-it87: Add support for IT8620 and IT8628 by Martin Blumenstingl · 8 years ago
  49. 691998f tools/gpio: Add missing initialization of device_name by Geert Uytterhoeven · 8 years ago
  50. f6a49e5 tools/gpio: Enable compiler optimization to catch more bugs by Geert Uytterhoeven · 8 years ago
  51. 75c004d gpio: dt-bindings: document the concept of GPIO banks by Linus Walleij · 8 years ago
  52. dd98756 gpio: xlp: Add GPIO driver support for Broadcom Vulcan ARM64 by Kamlakant Patel · 8 years ago
  53. 16fe1ad gpio: mcp23s08: Add support for level triggered interrupts by Alexander Stein · 8 years ago
  54. 1418f9e gpio: mpc8xxx: Add new platforms GPIO DT node description by Liu Gang · 8 years ago
  55. 80018bd gpio: 74x164: add dt support for nxp's 74x594 by Nicolas Saenz Julienne · 8 years ago
  56. c6cc75f gpio: xgene-sb: Use irq_domain_free_irqs_common() by Axel Lin · 8 years ago
  57. 63cc787 irqdomain: Export irq_domain_free_irqs_common by Axel Lin · 8 years ago
  58. ab50323 powerpc: ppc4xx: drop unused variable by Linus Walleij · 8 years ago
  59. d9478044 input: ad7879: use gpiochip data pointer by Linus Walleij · 8 years ago
  60. 839850f input: adp5589-keys: use gpiochip data pointer by Linus Walleij · 8 years ago
  61. fd19f53 unicore32: gpio: switch to gpiochip_add_data() by Linus Walleij · 8 years ago
  62. efed58f sh: x3proto-gpio: switch to gpiochip_add_data() by Linus Walleij · 8 years ago
  63. a8cb826 sh: sdk7786-gpio: switch to gpiochip_add_data() by Linus Walleij · 8 years ago
  64. 937daaf powerpc: simple-gpio: use gpiochip data pointer by Linus Walleij · 8 years ago
  65. 1e714e5 powerpc: qe_lib-gpio: use gpiochip data pointer by Linus Walleij · 8 years ago
  66. 0d36fe6 powerpc: ppc4xx: use gpiochip data pointer by Linus Walleij · 8 years ago
  67. a14a2d4 powerpc: cpm_common: use gpiochip data pointer by Linus Walleij · 8 years ago
  68. e65078f powerpc: sysdev: cpm1: use gpiochip data pointer by Linus Walleij · 8 years ago
  69. da5f767 powerpc: mpc8349emitx: use gpiochip data pointer by Linus Walleij · 8 years ago
  70. e99190c powerpc: mpc52xx_gpt: use gpiochip data pointer by Linus Walleij · 8 years ago
  71. ca27379 gpio: amdpt: Add a new ACPI HID by YD Tseng · 8 years ago
  72. b6d055b gpio: octeon: Constify octeon_gpio_match table by Axel Lin · 8 years ago
  73. 592569d gpio: octeon: Convert to use devm_ioremap_resource by Axel Lin · 8 years ago
  74. 574b782 gpio: amdpt: Convert to use gpio-generic by Axel Lin · 8 years ago
  75. f7aed67 gpio: mcp23s08: delete req/rel_resource callbacks by Linus Walleij · 8 years ago
  76. dad3d27 gpio: mcp23s08: switch to use gpiolib irqchip helpers by Phil Reid · 8 years ago
  77. d46ab68 gpio: 74x164: Implement gpiochip.set_multiple() by Geert Uytterhoeven · 8 years ago
  78. dbb763b gpio: rcar: Implement gpiochip.set_multiple() by Geert Uytterhoeven · 8 years ago
  79. f858342 gpio: mb86s7x: Remove redundant platform_set_drvdata() call by Axel Lin · 8 years ago
  80. 86d3f36 gpio: menz127: Drop *mdev field from struct men_z127_gpio by Axel Lin · 8 years ago
  81. f55532a Linux 4.6-rc1 by Linus Torvalds · 8 years ago
  82. d5a38f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  83. 698f415 Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  84. b4cec5f Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  85. 895a106 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  86. 02fc59a f2fs/crypto: fix xts_tweak initialization by Linus Torvalds · 8 years ago
  87. 4f1b50c NTB: Remove _addr functions from ntb_hw_amd by Allen Hubbe · 8 years ago
  88. 4599649 orangefs: fix orangefs_superblock locking by Al Viro · 8 years ago
  89. 6d4c1a3 orangefs: fix do_readv_writev() handling of error halfway through by Al Viro · 8 years ago
  90. 524b1d3 orangefs: have ->kill_sb() evict the VFS side of things first by Al Viro · 8 years ago
  91. 177f8fc orangefs: sanitize ->llseek() by Al Viro · 8 years ago
  92. 7df240d771 orangefs-bufmap.h: trim unused junk by Al Viro · 8 years ago
  93. b8a99a8 orangefs: saner calling conventions for getting a slot by Al Viro · 8 years ago
  94. bf6bf60 orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer by Al Viro · 8 years ago
  95. 9f5e2f7 orangefs: get rid of readdir_handle_s by Al Viro · 8 years ago
  96. 606c61a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  97. 15dbc13 Merge tag 'pm+acpi-4.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  98. dad44de Merge tag 'please-pull-preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 8 years ago
  99. c155c74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  100. 0fda278 thp: fix typo in khugepaged_scan_pmd() by Kirill A. Shutemov · 8 years ago