aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-28Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/drm-intel into char-misc-nextGreg Kroah-Hartman6-0/+1261
2019-02-26mei: bus: move hw module get/put to probe/releaseAlexander Usyskin1-11/+10
2019-02-25misc/mei/hdcp: Component framework for I915 InterfaceRamalingam C1-3/+83
2019-02-25misc/mei/hdcp: Closing wired HDCP2.2 Tx SessionRamalingam C1-1/+54
2019-02-25misc/mei/hdcp: Enabling the HDCP authenticationRamalingam C1-1/+54
2019-02-25misc/mei/hdcp: Verify M_primeRamalingam C1-1/+66
2019-02-25misc/mei/hdcp: Repeater topology verification and ackRamalingam C1-1/+76
2019-02-25misc/mei/hdcp: Prepare Session KeyRamalingam C1-1/+58
2019-02-25misc/mei/hdcp: Verify L_primeRamalingam C1-1/+59
2019-02-25misc/mei/hdcp: Initiate Locality checkRamalingam C1-1/+56
2019-02-25misc/mei/hdcp: Store the HDCP Pairing infoRamalingam C1-1/+59
2019-02-25misc/mei/hdcp: Verify H_primeRamalingam C1-1/+57
2019-02-25misc/mei/hdcp: Verify Receiver Cert and prepare kmRamalingam C1-1/+82
2019-02-25misc/mei/hdcp: Initiate Wired HDCP2.2 Tx SessionRamalingam C2-0/+105
2019-02-25misc/mei/hdcp: Define ME FW interface for HDCP2.2Ramalingam C1-0/+366
2019-02-25misc/mei/hdcp: Client driver for HDCP applicationRamalingam C4-0/+83
2019-02-25mei: bus: whitelist hdcp clientTomas Winkler1-0/+16
2019-02-20mei: hbm: clean the feature flags on link resetAlexander Usyskin1-0/+7
2019-02-12mei: bus: export to_mei_cl_device for mei client devices driversTomas Winkler1-1/+0
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman3-1/+8
2019-01-30mei: free read cb on ctrl_wr list flushAlexander Usyskin1-1/+4
2019-01-30mei: me: add ice lake point device id.Tomas Winkler2-0/+4
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman3-4/+14
2019-01-13mei: squash single_recv_buf into one bit in client propertiesAlexander Usyskin1-1/+2
2019-01-13mei: me: add denverton innovation engine device IDsTomas Winkler2-0/+4
2019-01-13mei: me: mark LBG devices as having dma supportAlexander Usyskin1-1/+1
2019-01-13mei: dma: silent the reject messageTomas Winkler1-3/+9
2018-11-26mei: me: mark CNP devices as having dma supportAlexander Usyskin1-2/+2
2018-11-26mei: bump hbm version to 2.1Alexander Usyskin1-1/+1
2018-11-26mei: dma ring: implement transmit flowTomas Winkler3-13/+142
2018-11-26mei: dma ring: implement rx circular buffer logicTomas Winkler6-15/+98
2018-11-26mei: hw: add dma ring control blockTomas Winkler4-0/+46
2018-11-26mei: hbm: setup dma ringTomas Winkler2-3/+85
2018-11-26mei: dma ring buffers allocationTomas Winkler4-0/+126
2018-11-07mei: expedite ioctl return on the notify set operation errorAlexander Usyskin1-1/+3
2018-11-07mei: flush queues by the host client onlyAlexander Usyskin1-19/+2
2018-11-07mei: hbm: drop BUG() from the hbm handlerTomas Winkler1-2/+2
2018-10-02mei: replace POLL* with EPOLL* for write queues.Tomas Winkler1-2/+2
2018-09-25misc: remove redundant include moduleparam.hzhong jiang1-1/+0
2018-09-12mei: bus: need to unlink client before freeingTomas Winkler1-5/+4
2018-09-12mei: bus: fix hw module get/put balanceTomas Winkler1-2/+1
2018-09-12mei: fix use-after-free in mei_cl_writeJohn Hubbard1-1/+1
2018-09-12mei: ignore not found client in the enumerationAlexander Usyskin1-3/+6
2018-08-02mei: define dma ring buffer sizes for PCH12 HW and newerAlexander Usyskin2-0/+17
2018-08-02mei: restrict dma ring support to hbm version 2.1Tomas Winkler4-0/+16
2018-08-02mei: hbm: introduce dma bit in the message headerTomas Winkler4-6/+16
2018-08-02mei: hbm: define dma ring setup protocolTomas Winkler1-0/+49
2018-08-02mei: add support for variable length mei headers.Tomas Winkler6-64/+102
2018-07-24mei: add mei_msg_hdr_init wrapper.Tomas Winkler2-15/+20
2018-07-24mei: move hbuf_depth from the mei device to the hw modulesTomas Winkler5-49/+58