summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei
AgeCommit message (Expand)AuthorLines
2019-08-28mei: me: add Tiger Lake point LP device IDTomas Winkler-0/+4
2019-07-24mei: me: add mule creek canyon (EHL) device idsAlexander Usyskin-0/+6
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-48/+14
2019-06-18mei: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-48/+14
2019-06-06mei: docs: add hdcp documentationTomas Winkler-7/+4
2019-05-28Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+1
2019-05-21mei: Convert to use DEFINE_SHOW_ATTRIBUTE macroVitaly Lubart-132/+52
2019-05-09drm: generic fn converting be24 to cpu and vice versaRamalingam C-1/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-398/+144
2019-04-25mei: expose device state in sysfsAlexander Usyskin-18/+72
2019-04-25mei: hdcp: use own Kconfig fileTomas Winkler-9/+14
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-3/+0
2019-03-28mei: adjust the copyright notice in the files.Tomas Winkler-25/+26
2019-03-28mei/hdcp: Fix SPDX identifiersTomas Winkler-2/+2
2019-03-28mei: convert to SPDX license tagsTomas Winkler-344/+29
2019-03-28mei: add missing SPDX tag to mei KconfigTomas Winkler-0/+1
2019-02-28Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/dr...Greg Kroah-Hartman-0/+1261
2019-02-26mei: bus: move hw module get/put to probe/releaseAlexander Usyskin-11/+10
2019-02-25misc/mei/hdcp: Component framework for I915 InterfaceRamalingam C-3/+83
2019-02-25misc/mei/hdcp: Closing wired HDCP2.2 Tx SessionRamalingam C-1/+54
2019-02-25misc/mei/hdcp: Enabling the HDCP authenticationRamalingam C-1/+54
2019-02-25misc/mei/hdcp: Verify M_primeRamalingam C-1/+66
2019-02-25misc/mei/hdcp: Repeater topology verification and ackRamalingam C-1/+76
2019-02-25misc/mei/hdcp: Prepare Session KeyRamalingam C-1/+58
2019-02-25misc/mei/hdcp: Verify L_primeRamalingam C-1/+59
2019-02-25misc/mei/hdcp: Initiate Locality checkRamalingam C-1/+56
2019-02-25misc/mei/hdcp: Store the HDCP Pairing infoRamalingam C-1/+59
2019-02-25misc/mei/hdcp: Verify H_primeRamalingam C-1/+57
2019-02-25misc/mei/hdcp: Verify Receiver Cert and prepare kmRamalingam C-1/+82
2019-02-25misc/mei/hdcp: Initiate Wired HDCP2.2 Tx SessionRamalingam C-0/+105
2019-02-25misc/mei/hdcp: Define ME FW interface for HDCP2.2Ramalingam C-0/+366
2019-02-25misc/mei/hdcp: Client driver for HDCP applicationRamalingam C-0/+83
2019-02-25mei: bus: whitelist hdcp clientTomas Winkler-0/+16
2019-02-20mei: hbm: clean the feature flags on link resetAlexander Usyskin-0/+7
2019-02-12mei: bus: export to_mei_cl_device for mei client devices driversTomas Winkler-1/+0
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman-1/+8
2019-01-30mei: free read cb on ctrl_wr list flushAlexander Usyskin-1/+4
2019-01-30mei: me: add ice lake point device id.Tomas Winkler-0/+4
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman-4/+14
2019-01-13mei: squash single_recv_buf into one bit in client propertiesAlexander Usyskin-1/+2
2019-01-13mei: me: add denverton innovation engine device IDsTomas Winkler-0/+4
2019-01-13mei: me: mark LBG devices as having dma supportAlexander Usyskin-1/+1
2019-01-13mei: dma: silent the reject messageTomas Winkler-3/+9
2018-11-26mei: me: mark CNP devices as having dma supportAlexander Usyskin-2/+2
2018-11-26mei: bump hbm version to 2.1Alexander Usyskin-1/+1
2018-11-26mei: dma ring: implement transmit flowTomas Winkler-13/+142
2018-11-26mei: dma ring: implement rx circular buffer logicTomas Winkler-15/+98
2018-11-26mei: hw: add dma ring control blockTomas Winkler-0/+46
2018-11-26mei: hbm: setup dma ringTomas Winkler-3/+85