1. c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 5 months ago
  2. 0912ef4 mei: constify passed buffers and structures by Krzysztof Kozlowski · 3 years, 6 months ago
  3. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  4. b398d53c mei: bus: block send with vtag on non-conformat FW by Alexander Usyskin · 4 years ago
  5. bf5c9cc mei: bus: change remove callback to return void by Uwe Kleine-König · 4 years ago
  6. f320ff0 mei: bus: simplify mei_cl_device_remove() by Uwe Kleine-König · 4 years ago
  7. 36edb14 mei: allow clients on bus to communicate in remove callback by Alexander Usyskin · 4 years ago
  8. 85261c1 mei: bus: add vtag support by Alexander Usyskin · 4 years, 2 months ago
  9. 7bbd258 mei: bus: fix a kernel-doc markup by Mauro Carvalho Chehab · 4 years, 3 months ago
  10. c2192bb mei: bus: deinitialize callback functions on init failure by Alexander Usyskin · 4 years, 3 months ago
  11. c7a6252 mei: bus: do not start a read for disconnected clients by Alexander Usyskin · 4 years, 3 months ago
  12. e5617d2 mei: bus: use zero vtag for bus clients. by Alexander Usyskin · 4 years, 5 months ago
  13. d1376f3 mei: add a spin lock to protect rd_completed queue by Alexander Usyskin · 4 years, 5 months ago
  14. 2dd1e5a mei: add vtag support bit in client properties by Alexander Usyskin · 4 years, 5 months ago
  15. 71ae525 mei: bus: use sizeof of variable instead of struct type by Tomas Winkler · 4 years, 6 months ago
  16. e852c2c mei: bus: don't clean driver pointer by Alexander Usyskin · 4 years, 7 months ago
  17. 49ef431 mei: bus: use simple sprintf for sysfs by Tomas Winkler · 5 years ago
  18. 6449869 mei: bus: add more client attributes to sysfs by Alexander Usyskin · 5 years ago
  19. 7a2b9e6 mei: bus: prefix device names on bus with the bus name by Alexander Usyskin · 5 years ago
  20. 1e55b60 mei: adjust the copyright notice in the files. by Tomas Winkler · 6 years ago
  21. 9fff042 mei: convert to SPDX license tags by Tomas Winkler · 6 years ago
  22. b5958fa mei: bus: move hw module get/put to probe/release by Alexander Usyskin · 6 years ago
  23. 32ea33a mei: bus: export to_mei_cl_device for mei client devices drivers by Tomas Winkler · 6 years ago
  24. 34f1166a mei: bus: need to unlink client before freeing by Tomas Winkler · 6 years ago
  25. 69bf531 mei: bus: fix hw module get/put balance by Tomas Winkler · 6 years ago
  26. 9a7c0b6 mei: add optional timeout to internal bus recv by Alexander Usyskin · 7 years ago
  27. af336ca mei: limit the number of queued writes by Alexander Usyskin · 7 years ago
  28. 257355a mei: make module referencing local to the bus.c by Tomas Winkler · 7 years ago
  29. 7ae079a mei: set device client to the disconnected state upon suspend. by Tomas Winkler · 7 years ago
  30. 8a943bd mei: fix spelling mistake: "botther" -> "bother" by Colin Ian King · 7 years ago
  31. 8d52af6 mei: speed up the power down flow by Tomas Winkler · 7 years ago
  32. b8d01b7 mei: make device_type const by Bhumika Goyal · 7 years ago
  33. 069a0f3 Merge 4.12-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  34. 6f9193e mei: make sysfs modalias format similar as uevent modalias by Pratyush Anand · 8 years ago
  35. 8bb2d27 mei: make mei_cl_bus_rescan static by Alexander Usyskin · 8 years ago
  36. 394a77d mei: drop amthif internal client by Alexander Usyskin · 8 years ago
  37. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  38. 57080e8 mei: bus: unregister callbacks upon me client disable call by Alexander Usyskin · 8 years ago
  39. 5d88246 mei: bus: prevent hardware module unload if device on bus is active by Alexander Usyskin · 8 years ago
  40. 9ecb839 mei: bus: cancel and disable callback after release call by Alexander Usyskin · 8 years ago
  41. 5026c9c mei: bus: fix mei_cldev_enable KDoc by Alexander Usyskin · 8 years ago
  42. 076802d mei: bus: enable non-blocking RX by Alexander Usyskin · 8 years ago
  43. 7c7a607 mei: bus: split RX and async notification callbacks by Alexander Usyskin · 8 years ago
  44. c110cdb mei: bus: make a client pointer always available by Alexander Usyskin · 8 years ago
  45. e0cb6b2 mei: enable to set the internal flag for client write by Alexander Usyskin · 8 years ago
  46. d882039 mei: bus: demote error to debug level upon disconnect by Alexander Usyskin · 8 years ago
  47. 1e4edb3 mei: bus: remove rx callback context by Tomas Winkler · 8 years ago
  48. e728ae2 mei: amthif: fix deadlock in initialization during a reset by Alexander Usyskin · 8 years ago
  49. 3030dc0 mei: add wrapper for queuing control commands. by Tomas Winkler · 8 years ago
  50. 2d4d548 mei: fix return value on disconnection by Tomas Winkler · 9 years ago
  51. 1eb5bd4 mei: drop read complete queue emptiness check by Alexander Usyskin · 9 years ago
  52. bc46b45 mei: bus: call mei_cl_read_start under device lock by Alexander Usyskin · 9 years ago
  53. b9c7954 mei: do not pin module if cldrv->probe() failed by Alexey Khoroshilov · 9 years ago
  54. 423de92 mei: bus: use scnprintf in *_show by Rasmus Villemoes · 9 years ago
  55. 6cbb097 mei: fix double freeing of a cb during link reset by Alexander Usyskin · 9 years ago
  56. 025fb79 mei: split amthif client init from end of clients enumeration by Alexander Usyskin · 9 years ago
  57. a816a00 mei: bus: run rescan on me_clients list change by Alexander Usyskin · 9 years ago
  58. 7851e00 mei: drop reserved host client ids by Alexander Usyskin · 9 years ago
  59. 15c13df mei: bus: check if the device is enabled before data transfer by Alexander Usyskin · 9 years ago
  60. 850f894 mei: bus: fix notification event delivery by Tomas Winkler · 9 years ago
  61. a1f9ae2 mei: bus: fix RX event scheduling by Tomas Winkler · 9 years ago
  62. 213dd19 mei: bus: set the device name before running fixup by Tomas Winkler · 9 years ago
  63. 2da55cf mei: bus: use correct lock ordering by Tomas Winkler · 9 years ago
  64. df7f544 mei: bus: fix c&p issue in the kdoc by Tomas Winkler · 9 years ago
  65. ae48d74 mei: bus: use mei_cl_bus_ prefix consistently by Tomas Winkler · 9 years ago
  66. d49dc5e mei: bus: use mei_cldev_ prefix for the API functions by Tomas Winkler · 9 years ago
  67. 01a14ed mei: bus: export mei_cldev_enabled function by Tomas Winkler · 9 years ago
  68. baeacd0 mei: bus: export uuid and protocol version to mei_cl bus drivers by Tomas Winkler · 9 years ago
  69. b26864c mei: bus: add client protocol version to the device alias by Tomas Winkler · 9 years ago
  70. 40b7320 mei: bus: export client protocol version by Tomas Winkler · 9 years ago
  71. 59796ed mei: make modules.alias UUID information easier to read by Prarit Bhargava · 9 years ago
  72. bb2ef9c mei: bus: add and call callback on notify event by Alexander Usyskin · 9 years ago
  73. 6009595 mei: bus: link client devices instead of host clients by Tomas Winkler · 10 years ago
  74. b39910c mei: bus: simplify how we build nfc bus name by Tomas Winkler · 10 years ago
  75. 71ce789 mei: bus: enable running fixup routines before device registration by Tomas Winkler · 10 years ago
  76. 0ff0a8d mei: bus: add me client device list infrastructure by Tomas Winkler · 10 years ago
  77. 512f64d mei: bus: add reference to bus device in struct mei_cl_client by Tomas Winkler · 10 years ago
  78. feb8cd0 mei: bus: revamp probe and remove functions by Tomas Winkler · 10 years ago
  79. 688a9cc mei: bus: revamp device matching by Tomas Winkler · 10 years ago
  80. 48168f4 mei: bus: report if event registration failed by Tomas Winkler · 10 years ago
  81. 7e280ab mei: bus: don't enable events implicitly in device enable by Tomas Winkler · 10 years ago
  82. 38d3c00 mei: bus: rename uevent handler to mei_cl_device_uevent by Tomas Winkler · 10 years ago
  83. 6238299 mei: bus: move driver api functions at the start of the file by Tomas Winkler · 10 years ago
  84. b37719c3 mei: bus: fix drivers and devices names confusion by Tomas Winkler · 10 years ago
  85. 4f27395 mei: nfc: fix deadlock on shutdown/suspend path by Tomas Winkler · 10 years ago
  86. b144ce2 mei: fix up uuid matching by Greg Kroah-Hartman · 10 years ago
  87. be9b720 NFC: mei_phy: move all nfc logic from mei driver to nfc by Tomas Winkler · 10 years ago
  88. 007d64e mei: bus: add name and uuid into device attributes by Tomas Winkler · 10 years ago
  89. c93b76b mei: bus: report also uuid in module alias by Tomas Winkler · 10 years ago
  90. d49ed64 mei: add a reference from the host client to the me client by Alexander Usyskin · 10 years ago
  91. 0c53357 mei: revamp client connection by Tomas Winkler · 10 years ago
  92. 3c66618 mei: revamp client disconnection flow by Tomas Winkler · 10 years ago
  93. 6a84d63 mei: replace check for connection instead of transitioning by Tomas Winkler · 10 years ago
  94. f3de9b6 mei: use mei_cl_is_connected consistently by Tomas Winkler · 10 years ago
  95. b3de8e3 mei: bus: call device disable handler prior to disconnection by Tomas Winkler · 10 years ago
  96. a9bed61 mei: allow read concurrency by Tomas Winkler · 10 years ago
  97. 928fa66 mei: simplify io callback disposal by Tomas Winkler · 10 years ago
  98. bca67d6 mei: always initialize the callback with the intended operation type by Tomas Winkler · 10 years ago
  99. 5db7514 mei: use only one buffer in callback by Tomas Winkler · 10 years ago
  100. 3d33ff2 mei: fix device reset on mei_cl_irq_read_msg allocation failure by Tomas Winkler · 10 years ago