1. 04 8月, 2015 1 次提交
    • 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. 08 7月, 2015 1 次提交
  3. 31 5月, 2015 1 次提交
  4. 25 5月, 2015 6 次提交
  5. 03 4月, 2015 2 次提交
  6. 02 3月, 2015 6 次提交
  7. 26 1月, 2015 1 次提交
  8. 12 1月, 2015 1 次提交
  9. 08 11月, 2014 1 次提交
  10. 29 9月, 2014 2 次提交
  11. 24 9月, 2014 3 次提交
  12. 04 5月, 2014 2 次提交
  13. 18 3月, 2014 1 次提交
  14. 19 2月, 2014 2 次提交
  15. 30 10月, 2013 1 次提交
  16. 27 9月, 2013 1 次提交
  17. 24 8月, 2013 1 次提交
  18. 25 7月, 2013 1 次提交
  19. 22 5月, 2013 1 次提交
  20. 20 4月, 2013 1 次提交
  21. 09 4月, 2013 2 次提交
  22. 29 3月, 2013 2 次提交