Age | Commit message (Expand) | Author | Files | Lines |
2020-07-23 | mei: bus: use sizeof of variable instead of struct type | Tomas Winkler | 1 | -12/+11 |
2020-02-12 | mei: bus: replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -2/+2 |
2019-10-14 | Merge 5.4-rc3 into char-misc-next | Greg Kroah-Hartman | 1 | -3/+11 |
2019-10-04 | mei: buf: drop 'running hook' debug messages. | Tomas Winkler | 1 | -9/+0 |
2019-10-04 | mei: avoid FW version request on Ibex Peak and earlier | Alexander Usyskin | 1 | -3/+11 |
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 |
2019-02-25 | mei: bus: whitelist hdcp client | Tomas Winkler | 1 | -0/+16 |
2018-09-25 | misc: remove redundant include moduleparam.h | zhong jiang | 1 | -1/+0 |
2018-07-16 | mei: bus: suppress sign-compare warnings | Tomas Winkler | 1 | -3/+3 |
2018-07-12 | mei: use correct type for counter variable in for loops | Tomas Winkler | 1 | -1/+1 |
2018-07-12 | mei: bus: type promotion bug in mei_fwver() | Tomas Winkler | 1 | -1/+1 |
2018-07-12 | mei: bus: type promotion bug in mei_nfc_if_version() | Dan Carpenter | 1 | -1/+1 |
2018-07-03 | mei: expose fw version to sysfs | Alexander Usyskin | 1 | -6/+80 |
2018-07-03 | mei: add optional timeout to internal bus recv | Alexander Usyskin | 1 | -1/+1 |
2017-04-08 | mei: bus: elminate variable length arrays | Tomas Winkler | 1 | -4/+5 |
2017-03-16 | mei: don't wait for os version message reply | Alexander Usyskin | 1 | -12/+2 |
2017-01-11 | mei: bus: enable OS version only for SPT and newer | Alexander Usyskin | 1 | -0/+3 |
2016-12-06 | mei: bus: enable non-blocking RX | Alexander Usyskin | 1 | -2/+2 |
2016-11-14 | Merge 4.9-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
2016-11-10 | mei: send OS type to the FW | Alexander Usyskin | 1 | -0/+95 |
2016-11-10 | mei: enable to set the internal flag for client write | Alexander Usyskin | 1 | -1/+2 |
2016-10-31 | mei: bus: fix received data size check in NFC fixup | Alexander Usyskin | 1 | -1/+1 |
2016-02-08 | mei: drop reserved host client ids | Alexander Usyskin | 1 | -1/+1 |
2016-02-07 | mei: bus: whitelist the watchdog client | Tomas Winkler | 1 | -0/+29 |
2016-02-07 | mei: bus: remove redundant uuid string in debug messages | Tomas Winkler | 1 | -6/+4 |
2015-09-21 | mei: bus: use mei_cl_bus_ prefix consistently | Tomas Winkler | 1 | -2/+2 |
2015-08-04 | mei: bus: link client devices instead of host clients | Tomas Winkler | 1 | -226/+62 |
2015-08-04 | mei: bus: simplify how we build nfc bus name | Tomas Winkler | 1 | -62/+53 |
2015-08-04 | mei: bus: blacklist clients by number of connections | Tomas Winkler | 1 | -0/+19 |
2015-08-04 | mei: bus: blacklist the nfc info client | Tomas Winkler | 1 | -4/+19 |
2015-08-04 | mei: bus: enable running fixup routines before device registration | Tomas Winkler | 1 | -0/+30 |
2015-08-04 | mei: bus: rename nfc.c to bus-fixup.c | Tomas Winkler | 1 | -0/+415 |