1. 6d12541 gpio: iop: Use generic GPIO MMIO functions for driver by Alexander Shiyan · 9 years ago
  2. 31963eb gpio: fix documentation for gpiod_unexport by Amitesh Singh · 9 years ago
  3. ea3d579 gpio: pca953x: coding style fixes by Bartosz Golaszewski · 9 years ago
  4. 60f547b gpio: pca953x: remove an unused variable by Bartosz Golaszewski · 9 years ago
  5. c6e3cf0 gpio: pca953x: refactor pca953x_read_regs() by Bartosz Golaszewski · 9 years ago
  6. 7acc66e gpio: pca953x: refactor pca953x_write_regs() by Bartosz Golaszewski · 9 years ago
  7. 53661f3b gpio: pca953x: code shrink by Bartosz Golaszewski · 9 years ago
  8. 14bf873 gpio: lpc32xx: remove unused platform data file by Vladimir Zapolskiy · 9 years ago
  9. 332e99d gpio/gpiolib: Forbid irqchip default trigger if probed over DT by Marc Zyngier · 9 years ago
  10. 5d2f1d6 gpio: rcar: Add r8a7796 (R-Car M3-W) support by Simon Horman · 9 years ago
  11. f25fe36 gpio: mrvl: dt-binding: remove orion-gpio description by Baruch Siach · 9 years ago
  12. 361b791 gpio: Add Aspeed driver by Joel Stanley · 9 years ago
  13. 19de851 gpio: dt-bindings: Add documentation for Aspeed GPIO controllers by Andrew Jeffery · 9 years ago
  14. bf62efe gpio: pca954x: fix undefined error code from remove by Arnd Bergmann · 9 years ago
  15. 54c928d dt-bindings: GPIO: Add TPIC2810 binding by Andrew F. Davis · 9 years ago
  16. adaaf63 gpio: vf610: drop unused MODULE_ tags from non-modular code by Paul Gortmaker · 9 years ago
  17. b29c5dd gpio: spear-spics: drop unused MODULE_ tags from non-modular code by Paul Gortmaker · 9 years ago
  18. 2c8d6c8 gpio: mxc: drop unused MODULE_ tags from non-modular code by Paul Gortmaker · 9 years ago
  19. 9810288 gpio: msic: drop unused MODULE_ tags from non-modular code by Paul Gortmaker · 9 years ago
  20. 7d9e59c gpio: wcove-gpio: add get_direction method by Bin Gao · 9 years ago
  21. 9c66863 gpio: add Technologic I2C-FPGA gpio support by Lucile Quirion · 9 years ago
  22. 4cebaf1 gpio: add bindings for Technologic I2C-FPGA gpio controller by Lucile Quirion · 9 years ago
  23. ccb3611 gpio: dt-bindings: remove ti,tps65086-gpio binding by Andrew F. Davis · 9 years ago
  24. acf06ff gpio: refactor gpiochip_find() slightly by Masahiro Yamada · 9 years ago
  25. 05cc995 gpio: mmio: add brcm,bcm6345 support by Christian Lamparter · 9 years ago
  26. c17c2db9 gpio: dt-bindings: add brcm,bcm6345-gpio bindings by Álvaro Fernández Rojas · 9 years ago
  27. de4b894 Merge tag 'ib-mfd-gpio-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into devel by Linus Walleij · 9 years ago
  28. 6ea5dcd gpio: Add GPIO support for the Diamond Systems GPIO-MM by William Breathitt Gray · 9 years ago
  29. 0ba19cf gpio: Add Intel WhiskeyCove PMIC GPIO driver by Bin Gao · 9 years ago
  30. f72f4b4 gpio: Add AXP209 GPIO driver by Maxime Ripard · 9 years ago
  31. e23efa3 gpio: pca954x: Add vcc regulator and enable it by Phil Reid · 9 years ago
  32. c6a05a0 gpio: stmpe: Add STMPE1600 support by Patrice Chotard · 9 years ago
  33. 6bb9f0d mfd: Add STMPE1600 support by Patrice Chotard · 9 years ago
  34. bd49591 Documentation: dt: Add stmpe1600 compatible string to STMPE MFD by Patrice Chotard · 9 years ago
  35. 43db289 gpio: stmpe: Rework registers access by Patrice Chotard · 9 years ago
  36. 897ac66 mfd: stmpe: Rework registers access by Patrice Chotard · 9 years ago
  37. c16bee7 mfd: stmpe: Use generic bit mask name by Patrice Chotard · 9 years ago
  38. 6936e1f gpio: stmpe: Write int status register only when needed by Patrice Chotard · 9 years ago
  39. 287849c gpio: stmpe: Fix edge and rising/falling edge detection by Patrice Chotard · 9 years ago
  40. c4dd1ba mfd: stmpe: Add reset support for all STMPE variant by Patrice Chotard · 9 years ago
  41. 0f4be8c mfd: stmpe: Add STMPE_IDX_SYS_CTRL/2 enum by Patrice Chotard · 9 years ago
  42. 65053e1 gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB by Linus Walleij · 9 years ago
  43. 10e59a6 ARM: do away with final ARCH_REQUIRE_GPIOLIB by Linus Walleij · 9 years ago
  44. e8919e9 blackfin: do away with ARCH_REQUIRE_GPIOLIB by Linus Walleij · 9 years ago
  45. da9a1c67 arm64: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB by Linus Walleij · 9 years ago
  46. 29b4817 Linux 4.8-rc1 by Linus Torvalds · 9 years ago
  47. 857953d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  48. 635a4ba Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  49. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 9 years ago
  50. 31c64f7 target: iblock_execute_sync_cache() should use bio_set_op_attrs() by Jens Axboe · 9 years ago
  51. ba13e83 mm: make __swap_writepage() use bio_set_op_attrs() by Jens Axboe · 9 years ago
  52. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 9 years ago
  53. 52ddb7e Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  54. e9d488c Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc by Linus Torvalds · 9 years ago
  55. 337684a fs: return EPERM on immutable inode by Eryu Guan · 9 years ago
  56. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  57. 0cbbc42 Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  58. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  59. ce804bf Merge tag 'media/v4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  60. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  61. 80fac0f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  62. 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  63. db82627 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  64. c98f582 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  65. 1630e84 Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh by Linus Torvalds · 9 years ago
  66. 194d6ad Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  67. a157b3a Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  68. 32199ec Merge tag 'ntb-4.8' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  69. a02040d Merge tag 'pstore-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 9 years ago
  70. 0603006 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  71. d268675 Merge tag 'dm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  72. fff648d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  73. 62e6e9b Merge tag 'pnp-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  74. 0524b42 Merge tag 'acpi-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  75. 11d8ec4 Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  76. 39fada5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  77. f72035f Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  78. e976e56 ramoops: use persistent_ram_free() instead of kfree() for freeing prz by Hiraku Toyooka · 9 years ago
  79. 529182e ramoops: use DT reserved-memory bindings by Kees Cook · 9 years ago
  80. 95f1464 NTB: ntb_hw_intel: use local variable pdev by Allen Hubbe · 9 years ago
  81. 4089527 NTB: ntb_hw_intel: show BAR size in debugfs info by Allen Hubbe · 9 years ago
  82. a9c59ef ntb_test: Add a selftest script for the NTB subsystem by Logan Gunthorpe · 9 years ago
  83. 35539b5 ntb_perf: clear link_is_up flag when the link goes down. by Logan Gunthorpe · 9 years ago
  84. 20572ee ntb_pingpong: Add a debugfs file to get the ping count by Logan Gunthorpe · 9 years ago
  85. bfcaa39 ntb_tool: Add link status and files to debugfs by Logan Gunthorpe · 9 years ago
  86. 717146a ntb_tool: Postpone memory window initialization for the user by Logan Gunthorpe · 9 years ago
  87. 26dc638 ntb_perf: Wait for link before running test by Logan Gunthorpe · 9 years ago
  88. 58fd0f3 ntb_perf: Return results by reading the run file by Logan Gunthorpe · 9 years ago
  89. da573ea ntb_perf: Improve thread handling to increase robustness by Logan Gunthorpe · 9 years ago
  90. fd2ecd8 ntb_perf: Schedule based on time not on performance by Logan Gunthorpe · 9 years ago
  91. 19645a0 ntb_transport: Check the number of spads the hardware supports by Logan Gunthorpe · 9 years ago
  92. 8b71d28 ntb_tool: Add memory window debug support by Logan Gunthorpe · 9 years ago
  93. 4aae977 ntb_perf: Allow limiting the size of the memory windows by Logan Gunthorpe · 9 years ago
  94. a754a8f NTB: allocate number transport entries depending on size of ring size by Dave Jiang · 9 years ago
  95. 625f080 ntb_tool: BUG: Ensure the buffer size is large enough to return all spads by Logan Gunthorpe · 9 years ago
  96. c792eba ntb_tool: Fix infinite loop bug when writing spad/peer_spad file by Logan Gunthorpe · 9 years ago
  97. 4dc14b3 Merge branches 'acpi-ec' and 'acpi-button' by Rafael J. Wysocki · 9 years ago
  98. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 9 years ago
  99. e2b3b80 Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp' by Rafael J. Wysocki · 9 years ago
  100. d4c06c7 Merge tag 'sound-fix-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago