1. 516df4e gpio: xilinx: Use the right include by Linus Walleij · 6 years ago
  2. 50fe83a gpio: timberdale: Include the right header by Linus Walleij · 6 years ago
  3. 32e49b9 gpio: tb10x: Use the right include by Linus Walleij · 6 years ago
  4. 6ff0497 gpiolib: Fix of_node inconsistency by Biju Das · 6 years ago
  5. f8ad8aa gpio: vr41xx: Bail out on gpiochip_lock_as_irq() error by Andy Shevchenko · 6 years ago
  6. d124339 gpio: uniphier: Bail out on gpiochip_lock_as_irq() error by Andy Shevchenko · 6 years ago
  7. 6d7a2b8 gpio: xgene-sb: Don't shadow error code of gpiochip_lock_as_irq() by Andy Shevchenko · 6 years ago
  8. 41d6908 gpio: em: Don't shadow error code of gpiochip_lock_as_irq() by Andy Shevchenko · 6 years ago
  9. 10ed353 gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq() by Andy Shevchenko · 6 years ago
  10. 9b07333 gpio: bcm-kona: Don't shadow error code of gpiochip_lock_as_irq() by Andy Shevchenko · 6 years ago
  11. 3a2f335 gpiolib: Don't shadow error code of gpiochip_lock_as_irq() by Andy Shevchenko · 6 years ago
  12. cf2ff87 gpio: syscon: rockchip: add GRF GPIO support for rk3328 by Levin Du · 6 years ago
  13. 442af14 gpio: omap: Add get/set_multiple() callbacks by Janusz Krzysztofik · 6 years ago
  14. ae61bac gpio: pxa: remove set but not used variable 'gpio_offset' by Wei Yongjun · 6 years ago
  15. 4e13382 gpio-it87: add support for IT8786E Super I/O by Vincent Prince · 6 years ago
  16. 0b07609 gpio: tegra: drop tegra specific GPIO lockdep classes by Stefan Agner · 6 years ago
  17. 23211b0 gpio: fix meaningless return expression by zhong jiang · 6 years ago
  18. 2bee9e0 gpio: mxs: Fit writel() into a single line by Fabio Estevam · 6 years ago
  19. 9dabfdd gpio: pxa: disable pinctrl calls for PXA3xx by Daniel Mack · 6 years ago
  20. 4bf4eed gpio: ml-ioh: Fix buffer underwrite on probe error path by Anton Vasilyev · 6 years ago
  21. 1777fc9 gpiolib: probe deferral error reporting by Marcel Ziswiler · 6 years ago
  22. f78709a gpio: tegra: Fix tegra_gpio_irq_set_type() by Dmitry Osipenko · 6 years ago
  23. c19fdae gpio: mxc: add power management support by Anson Huang · 6 years ago
  24. 40bb5d7 gpio-pisosr: add support for get_multiple by Morten Hein Tiljeset · 6 years ago
  25. 2b955b3 gpiolib: remove an unnecessary TODO by Bartosz Golaszewski · 6 years ago
  26. e5332d5 gpiolib: don't allow userspace to set values of input lines by Bartosz Golaszewski · 6 years ago
  27. ad81729 gpio: rcar: Implement .get_direction() callback by Geert Uytterhoeven · 7 years ago
  28. 1c22a25 gpiolib: Join one line back for better readability by Andy Shevchenko · 7 years ago
  29. 9506755 gpio: pxa: Fix potential NULL dereference by Wei Yongjun · 7 years ago
  30. 7a9a5df gpio: mt7621: add OF_GPIO dependency by Arnd Bergmann · 7 years ago
  31. c296773 gpio: aspeed: fix compile testing warning by Arnd Bergmann · 7 years ago
  32. 8095679 gpiolib: Consistent use of ->get_direction() inside gpiolib by Andy Shevchenko · 7 years ago
  33. b23ec59 gpiolib: Mark gpio_suffixes array with __maybe_unused by Andy Shevchenko · 7 years ago
  34. 8853daf gpiolib: Defer on non-DT find_chip_by_name() failure by Janusz Krzysztofik · 7 years ago
  35. 36b3127 gpiolib: Respect error code of ->get_direction() by Andy Shevchenko · 7 years ago
  36. 8512486 gpio: mt7621: Edit to preferred syntax by Linus Walleij · 7 years ago
  37. 4ba9c3a gpio: mt7621: Add a driver for MT7621 by Sergio Paracuellos · 7 years ago
  38. b191171 gpiolib: Join string literals back by Andy Shevchenko · 7 years ago
  39. 2b6c83c Merge branch 'ib-aspeed' into devel by Linus Walleij · 7 years ago
  40. a7ca138 gpio: aspeed: Add interfaces for co-processor to grab GPIOs by Benjamin Herrenschmidt · 7 years ago
  41. 0f1e03c gpio: aspeed: Add command source registers by Benjamin Herrenschmidt · 7 years ago
  42. c67dda8 gpio: aspeed: Add "Read Data" register to read the write latch by Benjamin Herrenschmidt · 7 years ago
  43. 44ddf55 gpio: aspeed: Rework register type accessors by Benjamin Herrenschmidt · 7 years ago
  44. 72b38ca gpio: pca953x: suppress interrupts warning when not applicable by Baruch Siach · 7 years ago
  45. 122d00f gpio: syscon: Include the right header by Linus Walleij · 7 years ago
  46. 97a48fc gpio: stp-xway: Include the right header by Linus Walleij · 7 years ago
  47. ecac6e6 gpio: stmpe: Include the right header by Linus Walleij · 7 years ago
  48. aadf77c gpio: sta2x11: Inline regs macro by Linus Walleij · 7 years ago
  49. 24dcfd8 gpio: sta2x11: Use BIT() macro by Linus Walleij · 7 years ago
  50. 25fc177 gpio: sta2x11: Include the right header by Linus Walleij · 7 years ago
  51. 9fc18cc5 gpio: spear-spics: Include the right header by Linus Walleij · 7 years ago
  52. eb452a8 gpio: sch311x: Replace unsigned char with u8 by Linus Walleij · 7 years ago
  53. 4455a82 gpio: sch311x: Implement open drain support by Linus Walleij · 7 years ago
  54. 4a2398d gpio: sch311x: Use RMW to change direction by Linus Walleij · 7 years ago
  55. f9e03b0 gpio: sch311x: Implement .get_direction() by Linus Walleij · 7 years ago
  56. 30467c1 gpio: sch311x: Include the right header by Linus Walleij · 7 years ago
  57. d8e764c gpio: sch: Implement .get_direction() by Linus Walleij · 7 years ago
  58. 4c1abc8 gpio: sch: Include the right header by Linus Walleij · 7 years ago
  59. 827fb6a gpio: sa1100: Include the right header by Linus Walleij · 7 years ago
  60. 05467e5 gpio: rdc321x: Include the right header by Linus Walleij · 7 years ago
  61. 4b1d800 gpio: rcar: Include the right header by Linus Walleij · 7 years ago
  62. 98aef8e gpio: rc5t583: Include the right header by Linus Walleij · 7 years ago
  63. 5b9b2b5 gpio: stp-xway: Implement get callback by Mathias Kresin · 7 years ago
  64. bac5c3b gpio: tegra186: Add support for Tegra194 by Mikko Perttunen · 7 years ago
  65. 3a358e2 w1: Allow compile test of GPIO consumers if !GPIOLIB by Geert Uytterhoeven · 7 years ago
  66. 90b39402e gpio: Add API to explicitly name a consumer by Linus Walleij · 7 years ago
  67. f3a049e gpio: max732x: add error handling for i2c_new_dummy by Zhouyang Jia · 7 years ago
  68. eb3744a gpio: davinci: Do not assume continuous IRQ numbering by Keerthy · 7 years ago
  69. c1d013a gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probe by Keerthy · 7 years ago
  70. 7279d99 gpio: Fix wrong rounding in gpio-menz127 by Nadav Amit · 7 years ago
  71. 265c5596 Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  72. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  73. 644f263 Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  74. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  75. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  76. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  77. 34962fb docs: Fix more broken references by Mauro Carvalho Chehab · 7 years ago
  78. b698201 media: max2175: fix location of driver's companion documentation by Mauro Carvalho Chehab · 7 years ago
  79. 2ebe0bb media: v4l: fix broken video4linux docs locations by Mauro Carvalho Chehab · 7 years ago
  80. 670d7adb media: dvb: point to the location of the old README.dvb-usb file by Mauro Carvalho Chehab · 7 years ago
  81. fe63a1a media: dvb: fix location of get_dvb_firmware script by Mauro Carvalho Chehab · 7 years ago
  82. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  83. ec15872 docs: fix broken references with multiple hints by Mauro Carvalho Chehab · 7 years ago
  84. 7cfde0a net: stmmac: Run HWIF Quirks after getting HW caps by Jose Abreu · 7 years ago
  85. 7c09977 net: cxgb3: add error handling for sysfs_create_group by Zhouyang Jia · 7 years ago
  86. 9e25826 mlxsw: spectrum_switchdev: Fix port_vlan refcounting by Petr Machata · 7 years ago
  87. ce45bded mlxsw: spectrum_router: Align with new route replace logic by Ido Schimmel · 7 years ago
  88. 53b562d mlxsw: spectrum_router: Allow appending to dev-only routes by Ido Schimmel · 7 years ago
  89. 41f9ba6 Merge tag 'mac80211-for-davem-2018-06-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  90. ab188e8 stmmac: added support for 802.1ad vlan stripping by Elad Nachman · 7 years ago
  91. 95c7c09 Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  92. 3f61b7a mac80211_hwsim: fix module init error paths by Johannes Berg · 7 years ago
  93. 35897b9 nvme-fabrics: fix and refine state checks in __nvmf_check_ready by Christoph Hellwig · 7 years ago
  94. 278ab37 nvme-fabrics: handle the admin-only case properly in nvmf_check_ready by Christoph Hellwig · 7 years ago
  95. 3bc32bb nvme-fabrics: refactor queue ready check by Christoph Hellwig · 7 years ago
  96. becfc5e Merge tag 'drm-next-2018-06-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  97. 06bdf28 hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload by Haiyang Zhang · 7 years ago
  98. daf0678 Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  99. 560c5bd net: emaclite: Remove xemaclite_mdio_setup return check by Radhey Shyam Pandey · 7 years ago
  100. bd45cbf net: emaclite: Remove unused 'has_mdio' flag. by Radhey Shyam Pandey · 7 years ago