summaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-156-3/+6
|\
| * dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-065-3/+5
| * Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-253-21/+24
| |\
| * | dma-mapping: fix DMA_OPS dependenciesChristoph Hellwig2020-09-111-0/+1
* | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-1568-7988/+11256
|\ \ \
| * | | misc: Kconfig: fix a HISI_HIKEY_USB dependencyMauro Carvalho Chehab2020-10-081-1/+1
| * | | misc: Kconfig: add a new dependency for HISI_HIKEY_USBMauro Carvalho Chehab2020-10-071-0/+1
| * | | mic: vop: copy data to kernel space then write to io memorySherry Sun2020-10-021-6/+14
| * | | misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2020-10-022-3/+3
| * | | misc: vop: build VOP based on CONFIG_VOPSherry Sun2020-10-021-1/+1
| * | | misc: vop: set VIRTIO_F_ACCESS_PLATFORM for vop driverSherry Sun2020-10-021-0/+1
| * | | eeprom: ee1004: use module_i2c_driver to simplify the codeLiu Shixin2020-10-021-12/+1
| * | | ocxl: simplify the return expression of free_function_dev()Qinglang Miao2020-10-021-6/+1
| * | | ocxl: fix kconfig dependency warning for OCXLNecip Fazil Yildiran2020-10-021-2/+1
| * | | misc: mic: drop double zeroingJulia Lawall2020-09-301-1/+1
| * | | habanalabs/gaudi: use correct define for qman initOded Gabbay2020-09-301-1/+1
| * | | habanalabs/gaudi: configure QMAN LDMA registers properlyOfir Bitton2020-09-252-21/+49
| * | | habanalabs: add notice of device not idleOded Gabbay2020-09-251-0/+8
| * | | habanalabs: add debug messages for opening/closing contextOded Gabbay2020-09-251-0/+5
| * | | habanalabs: release kernel context after hw_finiOded Gabbay2020-09-251-7/+6
| * | | habanalabs: correct an error messageOded Gabbay2020-09-251-2/+2
| * | | misc: hisi_hikey_usb: delete a stray tabDan Carpenter2020-09-221-1/+1
| * | | misc: mic: scif: Fix error handling pathSouptick Joarder2020-09-221-2/+2
| * | | misc: pvpanic: Use devm_platform_ioremap_resource()Wang ShaoBo2020-09-221-7/+1
| * | | habanalabs: update scratchpad register mapOded Gabbay2020-09-222-0/+2
| * | | habanalabs: add indication of security-enabled F/WOded Gabbay2020-09-225-20/+94
| * | | habanalabs/gaudi: fix DMA completions max outstanding to 15Oded Gabbay2020-09-221-0/+3
| * | | habanalabs/gaudi: remove axi drain supportOded Gabbay2020-09-221-16/+0
| * | | habanalabs: update firmware interface fileOded Gabbay2020-09-221-0/+25
| * | | habanalabs: Add an option to map CB to device MMUTomer Tayar2020-09-225-10/+226
| * | | habanalabs: Save context in a command buffer objectTomer Tayar2020-09-225-22/+31
| * | | habanalabs: no need for DMA_SHARED_BUFFEROded Gabbay2020-09-221-1/+0
| * | | habanalabs: allow to wait on CS without sleepOded Gabbay2020-09-221-2/+5
| * | | habanalabs/gaudi: increase timeout for boot fit loadOded Gabbay2020-09-221-1/+1
| * | | habanalabs: add debugfs support for MMU with 6 HOPsMoti Haimovski2020-09-221-10/+60
| * | | habanalabs: add num_hops to hl_mmu_propertiesMoti Haimovski2020-09-224-0/+11
| * | | habanalabs: refactor MMU as device-orientedMoti Haimovski2020-09-225-222/+404
| * | | habanalabs: rename mmu.c to mmu_v1.cMoti Haimovski2020-09-222-2/+2
| * | | habanalabs: use smallest possible alignment for virtual addressesOmer Shpigelman2020-09-221-38/+48
| * | | habanalabs: check flag before reset because of f/w eventOded Gabbay2020-09-221-1/+2
| * | | habanalabs: increase PQ COMP_OFFSET by one nibbleOded Gabbay2020-09-221-1/+1
| * | | habanalabs: Fix alignment issue in cpucp_info structureOfir Bitton2020-09-221-0/+1
| * | | habanalabs: remove unused defineOded Gabbay2020-09-221-2/+0
| * | | habanalabs: remove unused ASIC function pointerOded Gabbay2020-09-223-7/+0
| * | | habanalabs: rename ArmCP to CPU-CPOded Gabbay2020-09-224-22/+23
| * | | habanalabs: count dropped CS because max CS in-flightOded Gabbay2020-09-221-1/+4
| * | | habanalabs: make use of dma_mmap_coherentHillf Danton2020-09-224-16/+9
| * | | habanalabs: clear vm_pgoff before doing the mmapOded Gabbay2020-09-221-0/+4
| * | | habanalabs: restructure hl_mmapOded Gabbay2020-09-223-4/+20
| * | | habanalabs: cast to u64 before shift > 31 bitsOded Gabbay2020-09-222-6/+10