1. 8e483ed Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  2. 99c2658 mei: fix the KDoc formating by Alexander Usyskin · 9 years ago
  3. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  4. ae48d74 mei: bus: use mei_cl_bus_ prefix consistently by Tomas Winkler · 9 years ago
  5. bb2ef9c mei: bus: add and call callback on notify event by Alexander Usyskin · 9 years ago
  6. 237092b mei: implement fasync for event notification by Tomas Winkler · 9 years ago
  7. b38a362 mei: add a handler that waits for notification on event by Tomas Winkler · 9 years ago
  8. 4d99877 mei: enable async event notifications only from hbm version 2.0 by Tomas Winkler · 9 years ago
  9. 965ae37 mei: implement async notification hbm messages by Tomas Winkler · 9 years ago
  10. 18901357 mei: disconnect on connection request timeout by Alexander Usyskin · 9 years ago
  11. 70ef835 mei: support for dynamic clients by Tomas Winkler · 9 years ago
  12. 6009595 mei: bus: link client devices instead of host clients by Tomas Winkler · 9 years ago
  13. b39910c mei: bus: simplify how we build nfc bus name by Tomas Winkler · 9 years ago
  14. 71ce789 mei: bus: enable running fixup routines before device registration by Tomas Winkler · 9 years ago
  15. 0ff0a8d mei: bus: add me client device list infrastructure by Tomas Winkler · 9 years ago
  16. b37719c3 mei: bus: fix drivers and devices names confusion by Tomas Winkler · 9 years ago
  17. 3dc196e mei: me: wait for power gating exit confirmation by Alexander Usyskin · 9 years ago
  18. dbac993 mei: export mei client device struct to external use by Tomas Winkler · 9 years ago
  19. d4b78c7 mei: bus: kill mei_cl_ops by Tomas Winkler · 9 years ago
  20. be9b720 NFC: mei_phy: move all nfc logic from mei driver to nfc by Tomas Winkler · 9 years ago
  21. c93b76b mei: bus: report also uuid in module alias by Tomas Winkler · 9 years ago
  22. 9e23936 mei: drop iamthif_mtu from device structure by Alexander Usyskin · 9 years ago
  23. eeabfcf mei: connection to fixed address clients from user-space by Alexander Usyskin · 9 years ago
  24. a03d77f mei: fix flow control for single buffer clients by Alexander Usyskin · 9 years ago
  25. d49ed64 mei: add a reference from the host client to the me client by Alexander Usyskin · 9 years ago
  26. 3c66618 mei: revamp client disconnection flow by Tomas Winkler · 9 years ago
  27. a9bed61 mei: allow read concurrency by Tomas Winkler · 10 years ago
  28. 5db7514 mei: use only one buffer in callback by Tomas Winkler · 10 years ago
  29. 331e418 mei: iamthif: use regular client read functions by Tomas Winkler · 10 years ago
  30. 8660172 mei: iamthif: use client write functions by Tomas Winkler · 10 years ago
  31. c54bf3a mei: iamthif: send flow control as a regular client by Tomas Winkler · 10 years ago
  32. 4e097bc mei: iamthif: remove useless iamthif_ioctl variable by Tomas Winkler · 10 years ago
  33. db4756f mei: iamthif: fix device reset on mei_amthif_irq_read_msg by Tomas Winkler · 10 years ago
  34. 3d33ff2 mei: fix device reset on mei_cl_irq_read_msg allocation failure by Tomas Winkler · 10 years ago
  35. b7d8851 mei: revamp me clients list handling by Tomas Winkler · 10 years ago
  36. 79563db mei: add reference counting for me clients by Tomas Winkler · 10 years ago
  37. 39db74c mei: bus: use ssize_t as the return type for send and receive by Tomas Winkler · 10 years ago
  38. 6ae840e Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  39. bbd6d05 misc / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  40. edca5ea mei: read and print all six FW status registers by Alexander Usyskin · 10 years ago
  41. a176c24 mei: nfc: clean nfc internal struct on host exit by Tomas Winkler · 10 years ago
  42. ce23139 mei: fix kernel-doc warnings by Alexander Usyskin · 10 years ago
  43. a8605ea mei: fix KDoc documentation formatting by Alexander Usyskin · 10 years ago
  44. 764c065 mei: drop me_client_presentation_num by Alexander Usyskin · 10 years ago
  45. 4ad96db mei: push pci cfg structure me hw by Tomas Winkler · 10 years ago
  46. d08b8fc mei: remove the reference to pdev from mei_device by Tomas Winkler · 10 years ago
  47. 1bd30b6 mei: move fw_status back to hw ops handlers by Tomas Winkler · 10 years ago
  48. 3a7e9b6 mei: push all standard settings into mei_device_init by Tomas Winkler · 10 years ago
  49. 1beeb4b mei: add hbm and pg state in devstate debugfs print by Alexander Usyskin · 10 years ago
  50. bae1cc7 mei: extract supported features from the hbm version by Tomas Winkler · 10 years ago
  51. cb02efc mei: wait for hbm start non-interruptible by Alexander Usyskin · 10 years ago
  52. 5a8373f mei: use disconnect name consistently by Tomas Winkler · 10 years ago
  53. d880f32 mei: add mei_me_cl_by_uuid_id function by Tomas Winkler · 10 years ago
  54. 5ca2d38 mei: use list for me clients book keeping by Tomas Winkler · 10 years ago
  55. 8f64215 mei: drop unused hw dependent fw status functions by Alexander Usyskin · 10 years ago
  56. f3d8e87 mei: move from misc to char device by Alexander Usyskin · 10 years ago
  57. c919951 mei: me: move probe quirk to cfg structure by Tomas Winkler · 10 years ago
  58. 8d929d4 mei: add per device configuration by Alexander Usyskin · 10 years ago
  59. 04dd366 mei: extract fw status registers by Alexander Usyskin · 10 years ago
  60. e13fa90 mei: me: use runtime PG pm domain for non wakeable devices by Tomas Winkler · 11 years ago
  61. a532bbe mei: add function to check write queues by Tomas Winkler · 11 years ago
  62. 964a233 mei: expose hardware power gating state to mei layer by Tomas Winkler · 11 years ago
  63. ee7e5af mei: condition PGI support on HW and HBM version by Tomas Winkler · 11 years ago
  64. 4fcbc99 mei: implement power gating isolation hbm layer by Tomas Winkler · 11 years ago
  65. d63b309 mei: fix Unnecessary space after function pointer name by Tomas Winkler · 11 years ago
  66. 6e4cd27 mei: make me hw headers private to me hw. by Tomas Winkler · 11 years ago
  67. 9d09819 mei: revamp writing slot counting by Tomas Winkler · 11 years ago
  68. 6aae48f mei: add mei_hbuf_acquire wrapper by Tomas Winkler · 11 years ago
  69. 6409285 mei: wd and amthif use mei_cl_ api for dis/connection by Tomas Winkler · 11 years ago
  70. 4870569 mei: Remove all bus devices from the mei_dev list when stopping the MEI by Tomas Winkler · 11 years ago
  71. 6bb948c mei: get rid of ext_msg by Tomas Winkler · 11 years ago
  72. 02a7eec mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT by Tomas Winkler · 11 years ago
  73. 6adb8ef mei: limit the number of consecutive resets by Tomas Winkler · 11 years ago
  74. 33ec082 mei: revamp mei reset state machine by Tomas Winkler · 11 years ago
  75. 83ce074 mei: fix syntax in comments and debug output by Alexander Usyskin · 11 years ago
  76. 544f946 mei: do not run reset flow from the interrupt thread by Tomas Winkler · 11 years ago
  77. 479327f mei: enable marking internal commands by Tomas Winkler · 11 years ago
  78. 10ee907 mei: cleanup mei_irq_read_handler by Tomas Winkler · 11 years ago
  79. dc844b0 mei: remove flash_work_queue by Tomas Winkler · 11 years ago
  80. 22f96a0 mei: revamp open handler counts by Tomas Winkler · 11 years ago
  81. 1aee351 mei: make me client counters less error prone by Tomas Winkler · 11 years ago
  82. 9049f79 mei: check whether hw start has succeeded by Tomas Winkler · 11 years ago
  83. c20c68d mei: check if the hardware reset succeeded by Tomas Winkler · 11 years ago
  84. 7131799 mei: deprecate the mei_wd_state_independence_msg by Tomas Winkler · 11 years ago
  85. 6220d6a mei: revamp interrupt thread handlers by Tomas Winkler · 11 years ago
  86. 0cfee51 mei: reseting -> resetting by Bill Nottingham · 11 years ago
  87. 5ceb46e mei: revamp mei_amthif_irq_read_message by Tomas Winkler · 11 years ago
  88. 9b0d5ef mei: revamp hbm state machine by Tomas Winkler · 11 years ago
  89. 59fcd7c mei: nfc: Initial nfc implementation by Samuel Ortiz · 11 years ago
  90. e46980a mei: bus: Add device enabling and disabling API by Samuel Ortiz · 11 years ago
  91. 4234a6d mei: add mei_cl_write function by Tomas Winkler · 11 years ago
  92. 30e53bb mei: add debugfs hooks by Tomas Winkler · 11 years ago
  93. 44d88d9 mei: bus: Synchronous API for the data transmission by Samuel Ortiz · 12 years ago
  94. cf3baef mei: bus: Call bus routines from the core code by Samuel Ortiz · 12 years ago
  95. a7b71bc mei: bus: Add bus related structures to mei_cl by Samuel Ortiz · 12 years ago
  96. 3e83329 mei: bus: Initial implementation for I/O routines by Samuel Ortiz · 12 years ago
  97. e535410 mei: bus: Initial MEI Client bus type implementation by Samuel Ortiz · 12 years ago
  98. c4d589b mei: rename function mei_hw_init to mei_start by Tomas Winkler · 12 years ago
  99. cea6aec mei: drop RECOVERING_FROM_RESET device state by Tomas Winkler · 12 years ago
  100. 8c876be Merge branch 'char-misc-linus' into char-misc-next by Greg Kroah-Hartman · 12 years ago