summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/bus.c
AgeCommit message (Expand)Author
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
2014-02-18mei: don't of list_for_each_entry_safe when not deletingTomas Winkler
2014-02-18mei: Remove all bus devices from the mei_dev list when stopping the MEITomas Winkler
2013-10-29mei: bus: propagate error code returned by mei_me_cl_by_idTomas Winkler
2013-09-26mei: bus: stop wait for read during cl state transitionTomas Winkler
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-23MEI: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-07-24mei: bus: do not overflow the device name bufferTomas Winkler
2013-05-21mei: bus: Reset event_cb when disabling a deviceSamuel Ortiz
2013-04-19mei: fix reading large reposnesTomas Winkler
2013-04-08mei: bus: Add device enabling and disabling APISamuel Ortiz
2013-04-08mei: add mei_cl_write functionTomas Winkler
2013-03-29mei: bus: Implement bus driver data setter/getterSamuel Ortiz
2013-03-29mei: bus: Synchronous API for the data transmissionSamuel Ortiz
2013-03-29mei: bus: Call bus routines from the core codeSamuel Ortiz
2013-03-29mei: bus: Add bus related structures to mei_clSamuel 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