summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2019-02-27misc: hpilo: Do not claim unsupported hardwareMatt Hsiao1-0/+2
2019-02-27misc: hpilo: Exclude unsupported device via blacklistMatt Hsiao1-3/+9
2019-02-27misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-27habanalabs: make functions static or declare themOded Gabbay6-45/+54
2019-02-27habanalabs: allow memory allocations larger than 4GBOded Gabbay2-7/+5
2019-02-26mic: vop: Allow building on more systemsVincent Whitchurch1-2/+1
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch7-27/+26
2019-02-26mic: vop: Cast pointers to unsigned longVincent Whitchurch2-6/+12
2019-02-26VMCI: Support upto 64-bit PPNsVishnu DASA6-47/+72
2019-02-26misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260RickyWu5-112/+165
2019-02-26habanalabs: use u64 when comparing variables' sum to u32_maxOded Gabbay2-3/+5
2019-02-26mei: bus: move hw module get/put to probe/releaseAlexander Usyskin1-11/+10
2019-02-26habanalabs: return error when failing to read/write i2cOded Gabbay1-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 C4-0/+83
2019-02-25mei: bus: whitelist hdcp clientTomas Winkler1-0/+16
2019-02-23habanalabs: driver's Kconfig must select DMA_SHARED_BUFFEROded Gabbay1-0/+1
2019-02-23habanalabs: don't print result when rc indicates errorOded Gabbay1-4/+10
2019-02-22habanalabs: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman1-2/+1
2019-02-21misc: pci_endpoint_test: Add the layerscape EP device supportXiaowei Bao1-0/+1
2019-02-20mei: hbm: clean the feature flags on link resetAlexander Usyskin1-0/+7
2019-02-19misc: fastrpc: Fix return value check in fastrpc_map_create()Wei Yongjun1-2/+2
2019-02-19misc: fastrpc: Fix device_open when no session is availableThierry Escande1-1/+10
2019-02-19misc: fastrpc: select CONFIG_DMA_SHARED_BUFFERSrinivas Kandagatla1-0/+1
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig1-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-1/+0
2019-02-18habanalabs: add debugfs supportOded Gabbay10-2/+1420
2019-02-18habanalabs: implement INFO IOCTLOded Gabbay3-0/+134
2019-02-18habanalabs: add virtual memory and MMU modulesOmer Shpigelman11-7/+2892
2019-02-18habanalabs: add command submission moduleOded Gabbay10-6/+2686
2019-02-18habanalabs: add device reset supportOded Gabbay10-25/+737
2019-02-18habanalabs: add sysfs and hwmon supportOded Gabbay10-2/+1699
2019-02-18habanalabs: add event queue and interruptsOded Gabbay6-13/+694
2019-02-18habanalabs: add h/w queues moduleOded Gabbay12-8/+2778
2019-02-18habanalabs: add basic Goya h/w initializationOded Gabbay10-8/+3991
2019-02-18habanalabs: add command buffer moduleOded Gabbay7-2/+692
2019-02-18habanalabs: add context and ASID modulesOded Gabbay6-3/+374