Age | Commit message (Expand) | Author | Files | Lines |
2016-08-30 | mei: fix return value on disconnection | Tomas Winkler | 1 | -1/+1 |
2016-08-30 | mei: drop read complete queue emptiness check | Alexander Usyskin | 1 | -1/+2 |
2016-05-04 | mei: bus: call mei_cl_read_start under device lock | Alexander Usyskin | 1 | -3/+12 |
2016-05-01 | mei: do not pin module if cldrv->probe() failed | Alexey Khoroshilov | 1 | -2/+6 |
2016-04-01 | mei: bus: use scnprintf in *_show | Rasmus Villemoes | 1 | -15/+4 |
2016-02-12 | mei: fix double freeing of a cb during link reset | Alexander Usyskin | 1 | -3/+1 |
2016-02-08 | mei: split amthif client init from end of clients enumeration | Alexander Usyskin | 1 | -0/+8 |
2016-02-08 | mei: bus: run rescan on me_clients list change | Alexander Usyskin | 1 | -0/+8 |
2016-02-08 | mei: drop reserved host client ids | Alexander Usyskin | 1 | -1/+1 |
2016-02-08 | mei: bus: check if the device is enabled before data transfer | Alexander Usyskin | 1 | -0/+9 |
2016-02-08 | mei: bus: fix notification event delivery | Tomas Winkler | 1 | -4/+9 |
2016-02-08 | mei: bus: fix RX event scheduling | Tomas Winkler | 1 | -4/+9 |
2015-10-29 | mei: bus: set the device name before running fixup | Tomas Winkler | 1 | -4/+16 |
2015-10-29 | mei: bus: use correct lock ordering | Tomas Winkler | 1 | -5/+13 |
2015-10-18 | mei: bus: fix c&p issue in the kdoc | Tomas Winkler | 1 | -2/+2 |
2015-09-21 | mei: bus: use mei_cl_bus_ prefix consistently | Tomas Winkler | 1 | -13/+14 |
2015-09-21 | mei: bus: use mei_cldev_ prefix for the API functions | Tomas Winkler | 1 | -33/+34 |
2015-09-21 | mei: bus: export mei_cldev_enabled function | Tomas Winkler | 1 | -0/+13 |
2015-09-21 | mei: bus: export uuid and protocol version to mei_cl bus drivers | Tomas Winkler | 1 | -0/+26 |
2015-09-21 | mei: bus: add client protocol version to the device alias | Tomas Winkler | 1 | -7/+21 |
2015-09-21 | mei: bus: export client protocol version | Tomas Winkler | 1 | -0/+18 |
2015-09-21 | mei: make modules.alias UUID information easier to read | Prarit Bhargava | 1 | -5/+2 |
2015-08-04 | mei: bus: add and call callback on notify event | Alexander Usyskin | 1 | -4/+46 |
2015-08-04 | mei: bus: link client devices instead of host clients | Tomas Winkler | 1 | -66/+147 |
2015-08-04 | mei: bus: simplify how we build nfc bus name | Tomas Winkler | 1 | -1/+1 |
2015-08-04 | mei: bus: enable running fixup routines before device registration | Tomas Winkler | 1 | -15/+76 |
2015-08-04 | mei: bus: add me client device list infrastructure | Tomas Winkler | 1 | -0/+1 |
2015-08-04 | mei: bus: add reference to bus device in struct mei_cl_client | Tomas Winkler | 1 | -0/+17 |
2015-08-04 | mei: bus: revamp probe and remove functions | Tomas Winkler | 1 | -11/+30 |
2015-08-04 | mei: bus: revamp device matching | Tomas Winkler | 1 | -19/+44 |
2015-08-04 | mei: bus: report if event registration failed | Tomas Winkler | 1 | -1/+5 |
2015-08-04 | mei: bus: don't enable events implicitly in device enable | Tomas Winkler | 1 | -3/+0 |
2015-08-04 | mei: bus: rename uevent handler to mei_cl_device_uevent | Tomas Winkler | 1 | -2/+10 |
2015-08-04 | mei: bus: move driver api functions at the start of the file | Tomas Winkler | 1 | -262/+351 |
2015-08-04 | mei: bus: fix drivers and devices names confusion | Tomas Winkler | 1 | -130/+130 |
2015-07-08 | mei: nfc: fix deadlock on shutdown/suspend path | Tomas Winkler | 1 | -16/+0 |
2015-05-31 | mei: fix up uuid matching | Greg Kroah-Hartman | 1 | -7/+2 |
2015-05-24 | NFC: mei_phy: move all nfc logic from mei driver to nfc | Tomas Winkler | 1 | -30/+6 |
2015-05-24 | mei: bus: add name and uuid into device attributes | Tomas Winkler | 1 | -0/+33 |
2015-05-24 | mei: bus: report also uuid in module alias | Tomas Winkler | 1 | -8/+34 |
2015-05-24 | mei: add a reference from the host client to the me client | Alexander Usyskin | 1 | -15/+23 |
2015-05-24 | mei: revamp client connection | Tomas Winkler | 1 | -0/+6 |
2015-05-24 | mei: revamp client disconnection flow | Tomas Winkler | 1 | -2/+0 |
2015-04-03 | mei: replace check for connection instead of transitioning | Tomas Winkler | 1 | -2/+2 |
2015-04-03 | mei: use mei_cl_is_connected consistently | Tomas Winkler | 1 | -2/+2 |
2015-03-02 | mei: bus: call device disable handler prior to disconnection | Tomas Winkler | 1 | -14/+11 |
2015-03-02 | mei: allow read concurrency | Tomas Winkler | 1 | -17/+19 |
2015-03-02 | mei: simplify io callback disposal | Tomas Winkler | 1 | -19/+3 |
2015-03-02 | mei: always initialize the callback with the intended operation type | Tomas Winkler | 1 | -9/+5 |
2015-03-02 | mei: use only one buffer in callback | Tomas Winkler | 1 | -3/+3 |