| Commit message (Expand) | Author | Age | Files | Lines |
* | mei: simplify error handling via devres function. | Tomas Winkler | 2017-01-31 | 1 | -2/+2 |
* | mei: replace callback structures used as list head by list_head | Alexander Usyskin | 2017-01-31 | 1 | -5/+5 |
* | mei: synchronize irq before initiating a reset. | Tomas Winkler | 2016-12-06 | 1 | -1/+14 |
* | mei: constify buffer in the write functions calls | Tomas Winkler | 2016-11-15 | 1 | -1/+2 |
* | mei: txe: don't clean an unprocessed interrupt cause. | Alexander Usyskin | 2016-10-24 | 1 | -2/+4 |
* | mei: recover after errors in runtime pm flow | Alexander Usyskin | 2016-08-30 | 1 | -0/+3 |
* | mei: trace pci configuration space io | Tomas Winkler | 2016-02-07 | 1 | -2/+8 |
* | mei: me: wait for power gating exit confirmation | Alexander Usyskin | 2015-06-13 | 1 | -0/+13 |
* | mei: txe: reduce suspend/resume time | Tomas Winkler | 2015-05-24 | 1 | -10/+10 |
* | mei: fix function names and format in KDoc | Alexander Usyskin | 2015-03-01 | 1 | -1/+1 |
* | mei: read and print all six FW status registers | Alexander Usyskin | 2014-11-26 | 1 | -4/+3 |
* | mei: mei_txe_fw_sts can be static | Fengguang Wu | 2014-09-29 | 1 | -1/+1 |
* | mei: fix kernel-doc warnings | Alexander Usyskin | 2014-09-29 | 1 | -18/+45 |
* | mei: fix KDoc documentation formatting | Alexander Usyskin | 2014-09-29 | 1 | -25/+32 |
* | mei: trivial: fix errors in prints in comments | Alexander Usyskin | 2014-09-29 | 1 | -2/+2 |
* | mei: push pci cfg structure me hw | Tomas Winkler | 2014-09-29 | 1 | -15/+7 |
* | mei: remove the reference to pdev from mei_device | Tomas Winkler | 2014-09-29 | 1 | -2/+1 |
* | mei: move fw_status back to hw ops handlers | Tomas Winkler | 2014-09-29 | 1 | -0/+30 |
* | mei: get rid of most of the pci dependencies in mei | Tomas Winkler | 2014-09-29 | 1 | -28/+25 |
* | mei: push all standard settings into mei_device_init | Tomas Winkler | 2014-09-29 | 1 | -3/+2 |
* | mei: fix style warning: Missing a blank line after declarations | Tomas Winkler | 2014-09-29 | 1 | -4/+25 |
* | mei: drop unused hw dependent fw status functions | Alexander Usyskin | 2014-07-22 | 1 | -32/+0 |
* | mei: add per device configuration | Alexander Usyskin | 2014-05-27 | 1 | -2/+15 |
* | mei: extract fw status registers | Alexander Usyskin | 2014-05-03 | 1 | -1/+36 |
* | mei: expose hardware power gating state to mei layer | Tomas Winkler | 2014-05-03 | 1 | -11/+32 |
* | mei: condition PGI support on HW and HBM version | Tomas Winkler | 2014-05-03 | 1 | -0/+14 |
* | mei: revamp writing slot counting | Tomas Winkler | 2014-02-28 | 1 | -8/+13 |
* | mei: add mei_hbuf_acquire wrapper | Tomas Winkler | 2014-02-28 | 1 | -11/+6 |
* | mei: txe: include irqreturn.h for irqreturn_t etc | Stephen Rothwell | 2014-02-28 | 1 | -0/+1 |
* | mei: txe: add hw-txe.c | Tomas Winkler | 2014-02-07 | 1 | -0/+1106 |