1. bb2ef9c mei: bus: add and call callback on notify event by Alexander Usyskin · 10 years ago
  2. 6009595 mei: bus: link client devices instead of host clients by Tomas Winkler · 10 years ago
  3. b39910c mei: bus: simplify how we build nfc bus name by Tomas Winkler · 10 years ago
  4. 71ce789 mei: bus: enable running fixup routines before device registration by Tomas Winkler · 10 years ago
  5. 0ff0a8d mei: bus: add me client device list infrastructure by Tomas Winkler · 10 years ago
  6. 512f64d mei: bus: add reference to bus device in struct mei_cl_client by Tomas Winkler · 10 years ago
  7. feb8cd0 mei: bus: revamp probe and remove functions by Tomas Winkler · 10 years ago
  8. 688a9cc mei: bus: revamp device matching by Tomas Winkler · 10 years ago
  9. 48168f4 mei: bus: report if event registration failed by Tomas Winkler · 10 years ago
  10. 7e280ab mei: bus: don't enable events implicitly in device enable by Tomas Winkler · 10 years ago
  11. 38d3c00 mei: bus: rename uevent handler to mei_cl_device_uevent by Tomas Winkler · 10 years ago
  12. 6238299 mei: bus: move driver api functions at the start of the file by Tomas Winkler · 10 years ago
  13. b37719c3 mei: bus: fix drivers and devices names confusion by Tomas Winkler · 10 years ago
  14. 4f27395 mei: nfc: fix deadlock on shutdown/suspend path by Tomas Winkler · 10 years ago
  15. b144ce2 mei: fix up uuid matching by Greg Kroah-Hartman · 10 years ago
  16. be9b720 NFC: mei_phy: move all nfc logic from mei driver to nfc by Tomas Winkler · 10 years ago
  17. 007d64e mei: bus: add name and uuid into device attributes by Tomas Winkler · 10 years ago
  18. c93b76b mei: bus: report also uuid in module alias by Tomas Winkler · 10 years ago
  19. d49ed64 mei: add a reference from the host client to the me client by Alexander Usyskin · 10 years ago
  20. 0c53357 mei: revamp client connection by Tomas Winkler · 10 years ago
  21. 3c66618 mei: revamp client disconnection flow by Tomas Winkler · 10 years ago
  22. 6a84d63 mei: replace check for connection instead of transitioning by Tomas Winkler · 10 years ago
  23. f3de9b6 mei: use mei_cl_is_connected consistently by Tomas Winkler · 10 years ago
  24. b3de8e3 mei: bus: call device disable handler prior to disconnection by Tomas Winkler · 11 years ago
  25. a9bed61 mei: allow read concurrency by Tomas Winkler · 11 years ago
  26. 928fa66 mei: simplify io callback disposal by Tomas Winkler · 11 years ago
  27. bca67d6 mei: always initialize the callback with the intended operation type by Tomas Winkler · 11 years ago
  28. 5db7514 mei: use only one buffer in callback by Tomas Winkler · 11 years ago
  29. 3d33ff2 mei: fix device reset on mei_cl_irq_read_msg allocation failure by Tomas Winkler · 11 years ago
  30. 79563db mei: add reference counting for me clients by Tomas Winkler · 11 years ago
  31. 39db74c mei: bus: use ssize_t as the return type for send and receive by Tomas Winkler · 11 years ago
  32. a176c24 mei: nfc: clean nfc internal struct on host exit by Tomas Winkler · 11 years ago
  33. 1f18035 mei: remove include to pci header from mei module files by Tomas Winkler · 11 years ago
  34. 2bf94cab mei: get rid of most of the pci dependencies in mei by Tomas Winkler · 11 years ago
  35. cfda279 mei: bus: fix possible boundaries violation by Alexander Usyskin · 11 years ago
  36. d880f32 mei: add mei_me_cl_by_uuid_id function by Tomas Winkler · 11 years ago
  37. d320832 mei: me_client lookup function to return me_client object by Tomas Winkler · 11 years ago
  38. e4d8270 mei: set connecting state just upon connection request is sent to the fw by Alexander Usyskin · 11 years ago
  39. 8611350 mei: make return values consistent across the driver by Alexander Usyskin · 11 years ago
  40. 6e4cd27 mei: make me hw headers private to me hw. by Tomas Winkler · 11 years ago
  41. 31f88f5 mei: don't of list_for_each_entry_safe when not deleting by Tomas Winkler · 11 years ago
  42. 4870569 mei: Remove all bus devices from the mei_dev list when stopping the MEI by Tomas Winkler · 11 years ago
  43. f935012 mei: bus: propagate error code returned by mei_me_cl_by_id by Tomas Winkler · 12 years ago
  44. e2b3164 mei: bus: stop wait for read during cl state transition by Tomas Winkler · 12 years ago
  45. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  46. 32f389ec MEI: convert bus code to use dev_groups by Greg Kroah-Hartman · 12 years ago
  47. 8b613bb mei: bus: do not overflow the device name buffer by Tomas Winkler · 12 years ago
  48. bbedf2f mei: bus: Reset event_cb when disabling a device by Samuel Ortiz · 12 years ago
  49. fcb136e mei: fix reading large reposnes by Tomas Winkler · 12 years ago
  50. e46980a mei: bus: Add device enabling and disabling API by Samuel Ortiz · 12 years ago
  51. 4234a6d mei: add mei_cl_write function by Tomas Winkler · 12 years ago
  52. aa6aef2 mei: bus: Implement bus driver data setter/getter by Samuel Ortiz · 12 years ago
  53. 44d88d9 mei: bus: Synchronous API for the data transmission by Samuel Ortiz · 12 years ago
  54. cf3baef mei: bus: Call bus routines from the core code by Samuel Ortiz · 12 years ago
  55. a7b71bc mei: bus: Add bus related structures to mei_cl by Samuel Ortiz · 12 years ago
  56. 3e83329 mei: bus: Initial implementation for I/O routines by Samuel Ortiz · 12 years ago
  57. 333e4ee mei: bus: Implement driver registration by Samuel Ortiz · 12 years ago
  58. e535410 mei: bus: Initial MEI Client bus type implementation by Samuel Ortiz · 12 years ago