summaryrefslogtreecommitdiff
path: root/include/linux/mei_cl_bus.h
AgeCommit message (Expand)Author
2021-07-29mei: constify passed buffers and structuresKrzysztof Kozlowski
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König
2020-12-07mei: bus: add vtag supportAlexander Usyskin
2019-03-28mei: adjust the copyright notice in the files.Tomas Winkler
2019-02-12mei: bus: export to_mei_cl_device for mei client devices driversTomas Winkler
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-06mei: bus: enable non-blocking RXAlexander Usyskin
2016-11-17mei: bus: split RX and async notification callbacksAlexander Usyskin
2016-10-28mei: bus: remove rx callback contextTomas Winkler
2016-10-28mei: bus: add module_mei_cl_driver helper macroTomas Winkler
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler
2015-09-20mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler
2015-09-20mei: bus: export mei_cldev_enabled functionTomas Winkler
2015-09-20mei: bus: export uuid and protocol version to mei_cl bus driversTomas Winkler
2015-08-03mei: bus: add and call callback on notify eventAlexander Usyskin
2015-08-03mei: bus: enable running fixup routines before device registrationTomas Winkler
2015-08-03mei: bus: add me client device list infrastructureTomas Winkler
2015-08-03mei: bus: add reference to bus device in struct mei_cl_clientTomas Winkler
2015-05-24mei: export mei client device struct to external useTomas Winkler
2015-01-12mei: bus: use ssize_t as the return type for send and receiveTomas Winkler
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler
2013-04-08mei: bus: Add device enabling and disabling APISamuel Ortiz
2013-03-29mei: bus: Implement bus driver data setter/getterSamuel Ortiz
2013-03-29mei: bus: Initial implementation for I/O routinesSamuel Ortiz
2013-03-29mei: bus: Implement driver registrationSamuel Ortiz
2013-03-29mei: bus: Initial MEI Client bus type implementationSamuel Ortiz