summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/bus.c
AgeCommit message (Expand)Author
2015-10-29mei: bus: set the device name before running fixupTomas Winkler
2015-10-29mei: bus: use correct lock orderingTomas Winkler
2015-10-17mei: bus: fix c&p issue in the kdocTomas Winkler
2015-09-20mei: bus: use mei_cl_bus_ prefix consistentlyTomas Winkler
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas 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-09-20mei: bus: add client protocol version to the device aliasTomas Winkler
2015-09-20mei: bus: export client protocol versionTomas Winkler
2015-09-20mei: make modules.alias UUID information easier to readPrarit Bhargava
2015-08-03mei: bus: add and call callback on notify eventAlexander Usyskin
2015-08-03mei: bus: link client devices instead of host clientsTomas Winkler
2015-08-03mei: bus: simplify how we build nfc bus nameTomas Winkler
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-08-03mei: bus: revamp probe and remove functionsTomas Winkler
2015-08-03mei: bus: revamp device matchingTomas Winkler
2015-08-03mei: bus: report if event registration failedTomas Winkler
2015-08-03mei: bus: don't enable events implicitly in device enableTomas Winkler
2015-08-03mei: bus: rename uevent handler to mei_cl_device_ueventTomas Winkler
2015-08-03mei: bus: move driver api functions at the start of the fileTomas Winkler
2015-08-03mei: bus: fix drivers and devices names confusionTomas Winkler
2015-07-07mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler
2015-05-31mei: fix up uuid matchingGreg Kroah-Hartman
2015-05-24NFC: mei_phy: move all nfc logic from mei driver to nfcTomas Winkler
2015-05-24mei: bus: add name and uuid into device attributesTomas Winkler
2015-05-24mei: bus: report also uuid in module aliasTomas Winkler
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin
2015-05-24mei: revamp client connectionTomas Winkler
2015-05-24mei: revamp client disconnection flowTomas Winkler
2015-04-03mei: replace check for connection instead of transitioningTomas Winkler
2015-04-03mei: use mei_cl_is_connected consistentlyTomas Winkler
2015-03-01mei: bus: call device disable handler prior to disconnectionTomas Winkler
2015-03-01mei: allow read concurrencyTomas Winkler
2015-03-01mei: simplify io callback disposalTomas Winkler
2015-03-01mei: always initialize the callback with the intended operation typeTomas Winkler
2015-03-01mei: use only one buffer in callbackTomas Winkler
2015-03-01mei: fix device reset on mei_cl_irq_read_msg allocation failureTomas Winkler
2015-01-25mei: add reference counting for me clientsTomas Winkler
2015-01-12mei: bus: use ssize_t as the return type for send and receiveTomas Winkler
2014-11-07mei: nfc: clean nfc internal struct on host exitTomas Winkler
2014-09-29mei: remove include to pci header from mei module filesTomas Winkler
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler
2014-09-23mei: bus: fix possible boundaries violationAlexander Usyskin
2014-09-23mei: add mei_me_cl_by_uuid_id functionTomas Winkler
2014-09-23mei: me_client lookup function to return me_client objectTomas Winkler
2014-05-03mei: set connecting state just upon connection request is sent to the fwAlexander Usyskin
2014-05-03mei: make return values consistent across the driverAlexander Usyskin
2014-03-17mei: make me hw headers private to me hw.Tomas Winkler