1. 15 3月, 2018 2 次提交
  2. 16 2月, 2018 1 次提交
  3. 19 12月, 2017 1 次提交
  4. 13 12月, 2017 1 次提交
  5. 28 8月, 2017 1 次提交
  6. 03 6月, 2017 1 次提交
    • P
      mei: make sysfs modalias format similar as uevent modalias · 6f9193ec
      Pratyush Anand 提交于
      modprobe is not able to resolve sysfs modalias for mei devices.
      
       # cat
      /sys/class/watchdog/watchdog0/device/watchdog/watchdog0/device/modalias
      mei::05b79a6f-4628-4d7f-899d-a91514cb32ab:
       # modprobe --set-version 4.9.6-200.fc25.x86_64 -R
      mei::05b79a6f-4628-4d7f-899d-a91514cb32ab:
      modprobe: FATAL: Module mei::05b79a6f-4628-4d7f-899d-a91514cb32ab: not
      found in directory /lib/modules/4.9.6-200.fc25.x86_64
       # cat /lib/modules/4.9.6-200.fc25.x86_64/modules.alias | grep
      05b79a6f-4628-4d7f-899d-a91514cb32ab
      alias mei:*:05b79a6f-4628-4d7f-899d-a91514cb32ab:*:* mei_wdt
      
      commit b26864ca ("mei: bus: add client protocol
      version to the device alias"), however sysfs modalias
      is still in formmat mei:S:uuid:*.
      
      This patch equates format of uevent and sysfs modalias so that modprobe
      is able to resolve the aliases.
      
      Cc: <stable@vger.kernel.org> 4.7+
      Fixes: commit b26864ca ("mei: bus: add client protocol version to the device alias")
      Signed-off-by: NPratyush Anand <panand@redhat.com>
      Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      6f9193ec
  7. 26 5月, 2017 1 次提交
  8. 08 4月, 2017 1 次提交
    • A
      mei: drop amthif internal client · 394a77d0
      Alexander Usyskin 提交于
      AMTHIF has special support in the mei drive, it handles multiplexing
      multiple user space connection above single me client connection.
      Since there is no additional addressing information there is a strict
      requirement on the traffic order on each connection and on the "read
      after write" order within the connection. This creates a lot of
      complexity mostly because the other client types do not necessarily fall
      under the same restriction.    After carefully studying the use of the
      AMTHIF client, we came to conclusion that the multiplexing is not really
      utilized by any application and we may safely remove that support and
      significantly simplify the driver.
      Signed-off-by: NAlexander Usyskin <alexander.usyskin@intel.com>
      Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      394a77d0
  9. 02 3月, 2017 1 次提交
  10. 31 1月, 2017 3 次提交
  11. 05 1月, 2017 1 次提交
  12. 06 12月, 2016 1 次提交
  13. 17 11月, 2016 2 次提交
  14. 10 11月, 2016 1 次提交
  15. 31 10月, 2016 1 次提交
  16. 28 10月, 2016 1 次提交
  17. 30 8月, 2016 4 次提交
  18. 04 5月, 2016 1 次提交
  19. 01 5月, 2016 1 次提交
  20. 01 4月, 2016 1 次提交
  21. 12 2月, 2016 1 次提交
  22. 08 2月, 2016 6 次提交
  23. 29 10月, 2015 2 次提交
  24. 18 10月, 2015 1 次提交
  25. 21 9月, 2015 3 次提交