1. 04 8月, 2015 2 次提交
    • T
      mei: bus: add me client device list infrastructure · 0ff0a8d8
      Tomas Winkler 提交于
      Instead of holding the list of host clients (me_cl)
      we want to keep the list me client devices (mei_cl_device)
      This way we can create host to me client connection only when needed.
      Add list head to mei_cl_device and cl_bus_lock
      Add bus_added flag to the me client (mei_me_client) to track if
      the appropriate mei_cl_device was already created and is_added
      flag to mei_cl_device to track if it was already added to the device
      list across the bus rescans
      Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0ff0a8d8
    • T
      mei: bus: fix drivers and devices names confusion · b37719c3
      Tomas Winkler 提交于
      In the mei bus layer there is use of different variables
      of driver and device types with no clear naming convention.
      There are generic struct device and struct driver,
      then mei_cl_{device, driver}, and finally mei_device which
      in this context serves as a bus device.
      
      The patch sets following naming convention:
      
      the variables of type struct device remains dev
      the variables of type struct driver remains drv
      the variables of type struct mei_cl_device are now cldev
      the variables of type struct mei_cl_driver are now cldrv
      the variables of type struct mei_device are now bus, in bus
      layer context
      Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      b37719c3
  2. 14 6月, 2015 1 次提交
  3. 25 5月, 2015 9 次提交
  4. 02 3月, 2015 9 次提交
  5. 26 1月, 2015 1 次提交
  6. 12 1月, 2015 1 次提交
  7. 05 12月, 2014 1 次提交
  8. 27 11月, 2014 1 次提交
  9. 08 11月, 2014 1 次提交
  10. 29 9月, 2014 8 次提交
  11. 24 9月, 2014 5 次提交
  12. 23 7月, 2014 1 次提交