Age | Commit message (Expand) | Author | Files | Lines |
2016-06-11 | mei: drop wr_msg from the mei_dev structure | Alexander Usyskin | 1 | -9/+1 |
2016-05-01 | mei: amthif: discard not read messages | Alexander Usyskin | 1 | -0/+2 |
2016-05-01 | mei: drop global me_client_index | Alexander Usyskin | 1 | -2/+0 |
2016-02-08 | mei: split amthif client init from end of clients enumeration | Alexander Usyskin | 1 | -2/+0 |
2016-02-08 | mei: hbm: send immediate reply flag in enum request | Alexander Usyskin | 1 | -0/+2 |
2016-02-08 | mei: bus: run rescan on me_clients list change | Alexander Usyskin | 1 | -0/+3 |
2016-02-08 | mei: drop reserved host client ids | Alexander Usyskin | 1 | -8/+0 |
2016-02-08 | mei: fixed address clients for the new platforms | Alexander Usyskin | 1 | -0/+4 |
2016-02-08 | mei: bus: fix notification event delivery | Tomas Winkler | 1 | -1/+1 |
2016-02-08 | mei: bus: fix RX event scheduling | Tomas Winkler | 1 | -1/+1 |
2016-02-08 | mei: amthif: replace amthif_rd_complete_list with rd_completed | Tomas Winkler | 1 | -6/+1 |
2016-02-08 | mei: rename variable names 'file_object' to fp | Tomas Winkler | 1 | -4/+4 |
2016-02-08 | mei: constify struct file pointer | Tomas Winkler | 1 | -3/+3 |
2016-02-08 | mei: amthif: don't drop read packets on timeout | Alexander Usyskin | 1 | -4/+0 |
2016-02-08 | mei: fix possible integer overflow issue | Tomas Winkler | 1 | -2/+2 |
2016-02-07 | mei: wd: drop the watchdog code from the core mei driver | Alexander Usyskin | 1 | -59/+2 |
2016-02-07 | mei: drop nfc leftovers from the mei driver | Tomas Winkler | 1 | -11/+0 |
2015-11-05 | Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+10 |
2015-10-18 | mei: fix the KDoc formating | Alexander Usyskin | 1 | -8/+9 |
2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 1 | -1/+1 |
2015-09-21 | mei: bus: use mei_cl_bus_ prefix consistently | Tomas Winkler | 1 | -1/+1 |
2015-08-04 | mei: bus: add and call callback on notify event | Alexander Usyskin | 1 | -0/+1 |
2015-08-04 | mei: implement fasync for event notification | Tomas Winkler | 1 | -0/+2 |
2015-08-04 | mei: add a handler that waits for notification on event | Tomas Winkler | 1 | -0/+2 |
2015-08-04 | mei: enable async event notifications only from hbm version 2.0 | Tomas Winkler | 1 | -0/+2 |
2015-08-04 | mei: implement async notification hbm messages | Tomas Winkler | 1 | -0/+8 |
2015-08-04 | mei: disconnect on connection request timeout | Alexander Usyskin | 1 | -2/+5 |
2015-08-04 | mei: support for dynamic clients | Tomas Winkler | 1 | -0/+2 |
2015-08-04 | mei: bus: link client devices instead of host clients | Tomas Winkler | 1 | -10/+1 |
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 | -1/+1 |
2015-08-04 | mei: bus: add me client device list infrastructure | Tomas Winkler | 1 | -2/+4 |
2015-08-04 | mei: bus: fix drivers and devices names confusion | Tomas Winkler | 1 | -6/+6 |
2015-06-14 | mei: me: wait for power gating exit confirmation | Alexander Usyskin | 1 | -0/+11 |
2015-05-24 | mei: export mei client device struct to external use | Tomas Winkler | 1 | -35/+0 |
2015-05-24 | mei: bus: kill mei_cl_ops | Tomas Winkler | 1 | -24/+0 |
2015-05-24 | NFC: mei_phy: move all nfc logic from mei driver to nfc | Tomas Winkler | 1 | -4/+3 |
2015-05-24 | mei: bus: report also uuid in module alias | Tomas Winkler | 1 | -0/+2 |
2015-05-24 | mei: drop iamthif_mtu from device structure | Alexander Usyskin | 1 | -2/+0 |
2015-05-24 | mei: connection to fixed address clients from user-space | Alexander Usyskin | 1 | -0/+4 |
2015-05-24 | mei: fix flow control for single buffer clients | Alexander Usyskin | 1 | -0/+4 |
2015-05-24 | mei: add a reference from the host client to the me client | Alexander Usyskin | 1 | -8/+12 |
2015-05-24 | mei: revamp client disconnection flow | Tomas Winkler | 1 | -1/+2 |
2015-03-02 | mei: allow read concurrency | Tomas Winkler | 1 | -6/+4 |
2015-03-02 | mei: use only one buffer in callback | Tomas Winkler | 1 | -4/+2 |
2015-03-02 | mei: iamthif: use regular client read functions | Tomas Winkler | 1 | -6/+0 |
2015-03-02 | mei: iamthif: use client write functions | Tomas Winkler | 1 | -4/+4 |
2015-03-02 | mei: iamthif: send flow control as a regular client | Tomas Winkler | 1 | -2/+0 |
2015-03-02 | mei: iamthif: remove useless iamthif_ioctl variable | Tomas Winkler | 1 | -2/+0 |
2015-03-02 | mei: iamthif: fix device reset on mei_amthif_irq_read_msg | Tomas Winkler | 1 | -1/+1 |