summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/hdcp
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2022-04-29misc/mei: Add NULL check to component match callback functionsWon Chung1-1/+1
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann1-1/+1
2021-06-15mei: hdcp: SPDX tag should be the first lineTom Rix1-1/+0
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+5
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König1-2/+5
2021-01-13misc/mei/hdcp: Fix AUTH_STREAM_REQ cmd buffer lenAnshuman Gupta1-2/+1
2020-08-18mei: hdcp: fix mei_hdcp_verify_mprime() input parameterTomas Winkler1-16/+24
2020-07-23mei: hdcp: Replace one-element array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-06-29mei: hdcp: Constify struct mei_cl_device_idRikard Falkeborn1-1/+1
2020-01-10mei: hdcp: bind only with i915 on the same PCHTomas Winkler1-3/+30
2019-08-30misc/mei/hdcp: Fill transcoder index in port infoRamalingam C2-1/+15
2019-08-30drm/i915: mei_hdcp: I915 sends ddi index as per ME FWRamalingam C2-35/+11
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2019-06-06mei: docs: add hdcp documentationTomas Winkler1-7/+4
2019-05-28Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2019-05-09drm: generic fn converting be24 to cpu and vice versaRamalingam C1-1/+1
2019-04-25mei: hdcp: use own Kconfig fileTomas Winkler1-0/+13
2019-03-28mei: adjust the copyright notice in the files.Tomas Winkler1-1/+1
2019-03-28mei/hdcp: Fix SPDX identifiersTomas Winkler2-2/+2
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 C2-0/+71