summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2019-02-28habanalabs: remove unused definesOded Gabbay-8/+6
2019-03-04habanalabs: use EQ MSI/X ID per chipOded Gabbay-6/+6
2019-03-04habanalabs: Move device CPU code into common fileTomer Tayar-316/+408
2019-02-27habanalabs: remove implicit include from header filesDotan Barak-4/+1
2019-02-24habanalabs: rename goya_non_fatal_events array to all eventsOded Gabbay-5/+12
2019-02-24habanalabs: add new device CPU boot statusIgor Grinberg-1/+7
2019-04-01Merge 5.1-rc3 into char-misc-nextGreg Kroah-Hartman-102/+117
2019-03-28sgi-xpc: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-03-28misc: fastrpc: increase max init file size to 64 MBSrinivas Kandagatla-1/+1
2019-03-28misc: fastrpc: fix remote page size calculationSrinivas Kandagatla-2/+9
2019-03-28misc: fastrpc: take into account of overlapping buffersSrinivas Kandagatla-14/+98
2019-03-28misc: fastrpc: consider address offset before sending to DSPSrinivas Kandagatla-0/+8
2019-03-28misc: fastrpc: use correct spinlock variantSrinivas Kandagatla-19/+29
2019-03-28misc: fastrpc: make sure memory read and writes are visibleSrinivas Kandagatla-0/+5
2019-03-28misc: fastrpc: Fix a possible double freeThierry Escande-11/+20
2019-03-28misc: fastrpc: Avoid free of DMA buffer in interrupt contextThierry Escande-1/+17
2019-03-28misc: rtsx: clean up some indentingDan Carpenter-2/+2
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-23habanalabs: driver's Kconfig must select DMA_SHARED_BUFFEROded Gabbay-0/+1
2019-02-23habanalabs: don't print result when rc indicates errorOded Gabbay-4/+10
2019-02-22habanalabs: use GFP_ATOMIC under spin lockWei Yongjun-1/+1
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman-2/+1
2019-02-21misc: pci_endpoint_test: Add the layerscape EP device supportXiaowei Bao-0/+1
2019-02-20mei: hbm: clean the feature flags on link resetAlexander Usyskin-0/+7
2019-02-19misc: fastrpc: Fix return value check in fastrpc_map_create()Wei Yongjun-2/+2
2019-02-19misc: fastrpc: Fix device_open when no session is availableThierry Escande-1/+10
2019-02-19misc: fastrpc: select CONFIG_DMA_SHARED_BUFFERSrinivas Kandagatla-0/+1
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig-1/+0
2019-02-18habanalabs: add debugfs supportOded Gabbay-2/+1420
2019-02-18habanalabs: implement INFO IOCTLOded Gabbay-0/+134
2019-02-18habanalabs: add virtual memory and MMU modulesOmer Shpigelman-7/+2892
2019-02-18habanalabs: add command submission moduleOded Gabbay-6/+2686
2019-02-18habanalabs: add device reset supportOded Gabbay-25/+737
2019-02-18habanalabs: add sysfs and hwmon supportOded Gabbay-2/+1699
2019-02-18habanalabs: add event queue and interruptsOded Gabbay-13/+694
2019-02-18habanalabs: add h/w queues moduleOded Gabbay-8/+2778
2019-02-18habanalabs: add basic Goya h/w initializationOded Gabbay-8/+3991
2019-02-18habanalabs: add command buffer moduleOded Gabbay-2/+692
2019-02-18habanalabs: add context and ASID modulesOded Gabbay-3/+374
2019-02-18habanalabs: add basic Goya supportOded Gabbay-0/+1046
2019-02-18habanalabs: add Goya registers header filesOded Gabbay-0/+30555
2019-02-18habanalabs: add skeleton driverOded Gabbay-0/+860
2019-02-14eeprom: at24: implement support for 'num-addresses' propertyBartosz Golaszewski-5/+8
2019-02-14eeprom: at24: remove at24_platform_dataBartosz Golaszewski-87/+75
2019-02-12misc: fastrpc: Add support for dmabuf exporterSrinivas Kandagatla-0/+184
2019-02-12misc: fastrpc: Add support for create remote init processSrinivas Kandagatla-0/+156