aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-21/+1
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-36/+26
2019-11-16mei: bus: add more client attributes to sysfsAlexander Usyskin2-0/+69
2019-11-07mei: add trc detection register to sysfsAlexander Usyskin6-3/+76
2019-11-07mei: abstract fw status register read.Tomas Winkler6-17/+41
2019-11-07mei: me: store irq number in the hw struct.Alexander Usyskin3-2/+5
2019-11-07mei: me: mei_me_dev_init() use struct device instead of struct pci_dev.Tomas Winkler3-8/+8
2019-11-05mei: me: add comet point V device idAlexander Usyskin2-0/+2
2019-11-05mei: bus: prefix device names on bus with the bus nameAlexander Usyskin1-4/+5
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-21/+1
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter6-13/+50
2019-10-14Merge 5.4-rc3 into char-misc-nextGreg Kroah-Hartman6-13/+50
2019-10-08mei: me: fix me_intr_clear function name in KDocAlexander Usyskin1-1/+1
2019-10-08Merge tag 'drm-intel-next-2019-10-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie2-36/+26
2019-10-04mei: buf: drop 'running hook' debug messages.Tomas Winkler1-9/+0
2019-10-04mei: avoid FW version request on Ibex Peak and earlierAlexander Usyskin5-13/+44
2019-10-04mei: me: add comet point (lake) LP device idsTomas Winkler2-0/+6
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-22/+16
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-8/+1
2019-09-02Merge 5.3-rc7 into char-misc-nextGreg Kroah-Hartman2-0/+4
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-08-28mei: me: add Tiger Lake point LP device IDTomas Winkler2-0/+4
2019-07-30mei: Use dev_get_drvdata where possibleChuhong Yuan2-22/+16
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-8/+1
2019-07-24mei: me: add mule creek canyon (EHL) device idsAlexander Usyskin2-0/+6
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-48/+14
2019-06-18mei: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-48/+14
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/drm-intel into drm-nextDave Airlie1-1/+1
2019-05-21mei: Convert to use DEFINE_SHOW_ATTRIBUTE macroVitaly Lubart1-132/+52
2019-05-09drm: generic fn converting be24 to cpu and vice versaRamalingam C1-1/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds29-398/+144
2019-04-25mei: expose device state in sysfsAlexander Usyskin4-18/+72
2019-04-25mei: hdcp: use own Kconfig fileTomas Winkler2-9/+14
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-3/+0
2019-03-28mei: adjust the copyright notice in the files.Tomas Winkler26-25/+26
2019-03-28mei/hdcp: Fix SPDX identifiersTomas Winkler2-2/+2
2019-03-28mei: convert to SPDX license tagsTomas Winkler22-344/+29
2019-03-28mei: add missing SPDX tag to mei KconfigTomas Winkler1-0/+1
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