summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2020-09-22habanalabs: make use of dma_mmap_coherentHillf Danton4-16/+9
2020-09-22habanalabs: clear vm_pgoff before doing the mmapOded Gabbay1-0/+4
2020-09-22habanalabs: restructure hl_mmapOded Gabbay3-4/+20
2020-09-22habanalabs: cast to u64 before shift > 31 bitsOded Gabbay2-6/+10
2020-09-22habanalabs: replace armcp with the generic cpucpOded Gabbay13-313/+331
2020-09-22habanalabs: update GAUDI hardware specsOded Gabbay1-0/+2
2020-09-22habanalabs: add support for getting device total energyfarah kassabri4-0/+51
2020-09-22habanalabs: Include linux/bitfield.h only in habanalabs.hTomer Tayar5-4/+1
2020-09-22habanalabs: extend busy engines mask to 64 bitsfarah kassabri4-4/+4
2020-09-22habanalabs: use 1U when shifting bitsOded Gabbay1-6166/+6166
2020-09-22habanalabs: check TPC vector pipe is emptyOded Gabbay1-0/+9
2020-09-22habanalabs: remove redundant assignment to variableOded Gabbay1-2/+0
2020-09-22habanalabs: use FIELD_PREP() instead of <<Oded Gabbay3-179/+154
2020-09-22habanalabs: use standard BIT() and GENMASK()Oded Gabbay1-22/+22
2020-09-22habanalabs: eliminate redundant else conditionOded Gabbay1-2/+2
2020-09-22habanalabs: cast int to u32 before printing it with %uOded Gabbay1-1/+1
2020-09-22habanalabs: change CB's ID to be 64 bitsOded Gabbay3-4/+4
2020-09-22habanalabs: print the queue id in case of an errorDotan Barak2-6/+12
2020-09-22habanalabs: remove security from ARB_MST_QUIET registerfarah kassabri1-36/+19
2020-09-22habanalabs: PCIe Advanced Error Reporting supportOfir Bitton1-1/+75
2020-09-22habanalabs: expose sync manager resources allocation in INFO IOCTLOfir Bitton3-1/+42
2020-09-22habanalabs: add information about PCIe controllerOfir Bitton6-0/+111
2020-09-22habanalabs: Replace dma-fence mechanism with completionsOfir Bitton4-63/+77
2020-09-22habanalabs: increase length of ASIC nameOded Gabbay1-1/+1
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-1/+1
2020-09-17eeprom: 93xx46: set type id as EEPROMVadym Kochan1-0/+1
2020-09-17eeprom: at25: set type id as EEPROMVadym Kochan1-0/+1
2020-09-16misc: rtsx: Add power saving functions and fix driving parameterRicky Wu4-19/+283
2020-09-16misc: fastrpc: add ioctl for attaching to sensors pdJonathan Marek1-3/+6
2020-09-16misc: fastrpc: define names for protection domain idsJonathan Marek1-2/+7
2020-09-16misc: rtsx: Fix power down flowRicky Wu5-51/+18
2020-09-16misc: rtsx: Fix memory leak in rtsx_pci_probeKeita Suzuki1-1/+3
2020-09-14misc: hisi_hikey_usb: fix return of uninitialized ret status variableColin Ian King1-2/+1
2020-09-14Merge 5.9-rc5 into char-misc-nextGreg Kroah-Hartman3-21/+24
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+17
2020-09-11dma-mapping: fix DMA_OPS dependenciesChristoph Hellwig1-0/+1
2020-09-10misc: hisi_hikey_usb: add support for Hikey 970Mauro Carvalho Chehab2-19/+88
2020-09-10misc: hisi_hikey_usb: Driver to support onboard USB gpio hub on Hikey960Yu Chen3-0/+215
2020-09-09Merge tag 'at24-fixes-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-4/+7
2020-09-07uacce: Use kobj_to_dev() instead of container_of()Tian Tao1-1/+1
2020-09-01misc: eeprom: at24: register nvmem only after eeprom is ready to useVadym Kochan1-4/+7
2020-08-31habanalabs: fix report of RAZWI initiator coordinatesOfir Bitton1-16/+16
2020-08-31habanalabs: prevent user buff overflowMoti Haimovski1-1/+1
2020-08-31Merge 5.9-rc3 into char-misc-nextGreg Kroah-Hartman23-78/+217
2020-08-28misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()Ricky Wu1-4/+0
2020-08-28VMCI: check return value of get_user_pages_fast() for errorsAlex Dewar1-4/+6
2020-08-28misc: fastrpc: fix common struct sg_table related issuesMarek Szyprowski1-2/+2
2020-08-28eeprom: at25: set minimum read/write access stride to 1Christian Eggers1-1/+1
2020-08-28eeprom: at25: allow page sizes greater than 16 bitChristian Eggers1-1/+1
2020-08-26Merge tag 'char-misc-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-63/+202