| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-05-07 | 29 | -398/+144 |
|\ |
|
| * | mei: expose device state in sysfs | Alexander Usyskin | 2019-04-25 | 4 | -18/+72 |
| * | mei: hdcp: use own Kconfig file | Tomas Winkler | 2019-04-25 | 2 | -9/+14 |
| * | mei: adjust the copyright notice in the files. | Tomas Winkler | 2019-03-28 | 26 | -25/+26 |
| * | mei/hdcp: Fix SPDX identifiers | Tomas Winkler | 2019-03-28 | 2 | -2/+2 |
| * | mei: convert to SPDX license tags | Tomas Winkler | 2019-03-28 | 22 | -344/+29 |
| * | mei: add missing SPDX tag to mei Kconfig | Tomas Winkler | 2019-03-28 | 1 | -0/+1 |
* | | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 2019-04-08 | 1 | -3/+0 |
|/ |
|
* | Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/dr... | Greg Kroah-Hartman | 2019-02-28 | 6 | -0/+1261 |
|\ |
|
| * | misc/mei/hdcp: Component framework for I915 Interface | Ramalingam C | 2019-02-25 | 1 | -3/+83 |
| * | misc/mei/hdcp: Closing wired HDCP2.2 Tx Session | Ramalingam C | 2019-02-25 | 1 | -1/+54 |
| * | misc/mei/hdcp: Enabling the HDCP authentication | Ramalingam C | 2019-02-25 | 1 | -1/+54 |
| * | misc/mei/hdcp: Verify M_prime | Ramalingam C | 2019-02-25 | 1 | -1/+66 |
| * | misc/mei/hdcp: Repeater topology verification and ack | Ramalingam C | 2019-02-25 | 1 | -1/+76 |
| * | misc/mei/hdcp: Prepare Session Key | Ramalingam C | 2019-02-25 | 1 | -1/+58 |
| * | misc/mei/hdcp: Verify L_prime | Ramalingam C | 2019-02-25 | 1 | -1/+59 |
| * | misc/mei/hdcp: Initiate Locality check | Ramalingam C | 2019-02-25 | 1 | -1/+56 |
| * | misc/mei/hdcp: Store the HDCP Pairing info | Ramalingam C | 2019-02-25 | 1 | -1/+59 |
| * | misc/mei/hdcp: Verify H_prime | Ramalingam C | 2019-02-25 | 1 | -1/+57 |
| * | misc/mei/hdcp: Verify Receiver Cert and prepare km | Ramalingam C | 2019-02-25 | 1 | -1/+82 |
| * | misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session | Ramalingam C | 2019-02-25 | 2 | -0/+105 |
| * | misc/mei/hdcp: Define ME FW interface for HDCP2.2 | Ramalingam C | 2019-02-25 | 1 | -0/+366 |
| * | misc/mei/hdcp: Client driver for HDCP application | Ramalingam C | 2019-02-25 | 4 | -0/+83 |
| * | mei: bus: whitelist hdcp client | Tomas Winkler | 2019-02-25 | 1 | -0/+16 |
* | | mei: bus: move hw module get/put to probe/release | Alexander Usyskin | 2019-02-26 | 1 | -11/+10 |
* | | mei: hbm: clean the feature flags on link reset | Alexander Usyskin | 2019-02-20 | 1 | -0/+7 |
|/ |
|
* | mei: bus: export to_mei_cl_device for mei client devices drivers | Tomas Winkler | 2019-02-12 | 1 | -1/+0 |
* | Merge 5.0-rc6 into char-misc-next | Greg Kroah-Hartman | 2019-02-11 | 3 | -1/+8 |
|\ |
|
| * | mei: free read cb on ctrl_wr list flush | Alexander Usyskin | 2019-01-30 | 1 | -1/+4 |
| * | mei: me: add ice lake point device id. | Tomas Winkler | 2019-01-30 | 2 | -0/+4 |
* | | Merge 5.0-rc4 into char-misc-next | Greg Kroah-Hartman | 2019-01-28 | 3 | -4/+14 |
|\| |
|
| * | mei: me: add denverton innovation engine device IDs | Tomas Winkler | 2019-01-13 | 2 | -0/+4 |
| * | mei: me: mark LBG devices as having dma support | Alexander Usyskin | 2019-01-13 | 1 | -1/+1 |
| * | mei: dma: silent the reject message | Tomas Winkler | 2019-01-13 | 1 | -3/+9 |
* | | mei: squash single_recv_buf into one bit in client properties | Alexander Usyskin | 2019-01-13 | 1 | -1/+2 |
|/ |
|
* | mei: me: mark CNP devices as having dma support | Alexander Usyskin | 2018-11-26 | 1 | -2/+2 |
* | mei: bump hbm version to 2.1 | Alexander Usyskin | 2018-11-26 | 1 | -1/+1 |
* | mei: dma ring: implement transmit flow | Tomas Winkler | 2018-11-26 | 3 | -13/+142 |
* | mei: dma ring: implement rx circular buffer logic | Tomas Winkler | 2018-11-26 | 6 | -15/+98 |
* | mei: hw: add dma ring control block | Tomas Winkler | 2018-11-26 | 4 | -0/+46 |
* | mei: hbm: setup dma ring | Tomas Winkler | 2018-11-26 | 2 | -3/+85 |
* | mei: dma ring buffers allocation | Tomas Winkler | 2018-11-26 | 4 | -0/+126 |
* | mei: expedite ioctl return on the notify set operation error | Alexander Usyskin | 2018-11-07 | 1 | -1/+3 |
* | mei: flush queues by the host client only | Alexander Usyskin | 2018-11-07 | 1 | -19/+2 |
* | mei: hbm: drop BUG() from the hbm handler | Tomas Winkler | 2018-11-07 | 1 | -2/+2 |
* | mei: replace POLL* with EPOLL* for write queues. | Tomas Winkler | 2018-10-02 | 1 | -2/+2 |
* | misc: remove redundant include moduleparam.h | zhong jiang | 2018-09-25 | 1 | -1/+0 |
* | mei: bus: need to unlink client before freeing | Tomas Winkler | 2018-09-12 | 1 | -5/+4 |
* | mei: bus: fix hw module get/put balance | Tomas Winkler | 2018-09-12 | 1 | -2/+1 |
* | mei: fix use-after-free in mei_cl_write | John Hubbard | 2018-09-12 | 1 | -1/+1 |