summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/hdcp/mei_hdcp.c
Commit message (Expand)AuthorAgeFilesLines
* mei: hdcp: match without driver nameAlexander Usyskin2024-01-301-2/+12
* drm/i915/hdcp: Move away from master naming to arbiterSuraj Kandpal2023-05-311-13/+13
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-1/+1
|\
| * mei: Move uuid.h to the MEI namespaceAndy Shevchenko2023-03-231-1/+1
* | Merge tag 'drm-intel-next-2023-03-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-03-241-54/+51
|\ \ | |/ |/|
| * drm/i915/hdcp: Refactor HDCP API structuresSuraj Kandpal2023-03-231-22/+22
| * drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta2023-03-231-32/+29
* | misc/mei/hdcp: Use correct macros to initialize uuid_leAndy Shevchenko2023-01-201-2/+2
|/
* misc/mei: Add NULL check to component match callback functionsWon Chung2022-04-291-1/+1
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-241-2/+5
|\
| * mei: bus: change remove callback to return voidUwe Kleine-König2021-02-091-2/+5
* | misc/mei/hdcp: Fix AUTH_STREAM_REQ cmd buffer lenAnshuman Gupta2021-01-131-2/+1
|/
* mei: hdcp: fix mei_hdcp_verify_mprime() input parameterTomas Winkler2020-08-181-16/+24
* mei: hdcp: Replace one-element array with flexible-array memberGustavo A. R. Silva2020-07-231-1/+1
* mei: hdcp: Constify struct mei_cl_device_idRikard Falkeborn2020-06-291-1/+1
* mei: hdcp: bind only with i915 on the same PCHTomas Winkler2020-01-101-3/+30
* misc/mei/hdcp: Fill transcoder index in port infoRamalingam C2019-08-301-0/+11
* drm/i915: mei_hdcp: I915 sends ddi index as per ME FWRamalingam C2019-08-301-23/+11
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-1/+1
|\
| * Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-05-281-1/+1
| |\
| | * drm: generic fn converting be24 to cpu and vice versaRamalingam C2019-05-091-1/+1
* | | mei: docs: add hdcp documentationTomas Winkler2019-06-061-7/+4
|/ /
* / mei/hdcp: Fix SPDX identifiersTomas Winkler2019-03-281-1/+1
|/
* misc/mei/hdcp: Component framework for I915 InterfaceRamalingam C2019-02-251-3/+83
* misc/mei/hdcp: Closing wired HDCP2.2 Tx SessionRamalingam C2019-02-251-1/+54
* misc/mei/hdcp: Enabling the HDCP authenticationRamalingam C2019-02-251-1/+54
* misc/mei/hdcp: Verify M_primeRamalingam C2019-02-251-1/+66
* misc/mei/hdcp: Repeater topology verification and ackRamalingam C2019-02-251-1/+76
* misc/mei/hdcp: Prepare Session KeyRamalingam C2019-02-251-1/+58
* misc/mei/hdcp: Verify L_primeRamalingam C2019-02-251-1/+59
* misc/mei/hdcp: Initiate Locality checkRamalingam C2019-02-251-1/+56
* misc/mei/hdcp: Store the HDCP Pairing infoRamalingam C2019-02-251-1/+59
* misc/mei/hdcp: Verify H_primeRamalingam C2019-02-251-1/+57
* misc/mei/hdcp: Verify Receiver Cert and prepare kmRamalingam C2019-02-251-1/+82
* misc/mei/hdcp: Initiate Wired HDCP2.2 Tx SessionRamalingam C2019-02-251-0/+94
* misc/mei/hdcp: Client driver for HDCP applicationRamalingam C2019-02-251-0/+64