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