aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mei_cl_bus.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-28mei: adjust the copyright notice in the files.Tomas Winkler1-0/+3
2019-02-12mei: bus: export to_mei_cl_device for mei client devices driversTomas Winkler1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-06mei: bus: enable non-blocking RXAlexander Usyskin1-2/+4
2016-11-17mei: bus: split RX and async notification callbacksAlexander Usyskin1-18/+14
2016-10-28mei: bus: remove rx callback contextTomas Winkler1-4/+2
2016-10-28mei: bus: add module_mei_cl_driver helper macroTomas Winkler1-0/+13
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler1-16/+17
2015-09-20mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler1-15/+14
2015-09-20mei: bus: export mei_cldev_enabled functionTomas Winkler1-0/+1
2015-09-20mei: bus: export uuid and protocol version to mei_cl bus driversTomas Winkler1-0/+3
2015-08-03mei: bus: add and call callback on notify eventAlexander Usyskin1-0/+4
2015-08-03mei: bus: enable running fixup routines before device registrationTomas Winkler1-0/+4
2015-08-03mei: bus: add me client device list infrastructureTomas Winkler1-0/+4
2015-08-03mei: bus: add reference to bus device in struct mei_cl_clientTomas Winkler1-0/+3
2015-05-24mei: export mei client device struct to external useTomas Winkler1-2/+36
2015-01-12mei: bus: use ssize_t as the return type for send and receiveTomas Winkler1-2/+2
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler1-0/+1
2013-04-08mei: bus: Add device enabling and disabling APISamuel Ortiz1-0/+3
2013-03-29mei: bus: Implement bus driver data setter/getterSamuel Ortiz1-0/+3
2013-03-29mei: bus: Initial implementation for I/O routinesSamuel Ortiz1-0/+11
2013-03-29mei: bus: Implement driver registrationSamuel Ortiz1-0/+7
2013-03-29mei: bus: Initial MEI Client bus type implementationSamuel Ortiz1-0/+20