summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/common
AgeCommit message (Expand)AuthorFilesLines
2021-12-26habanalabs: support hard-reset scheduling during soft-resetOfir Bitton2-3/+31
2021-12-26habanalabs: add a lock to protect multiple reset variablesOfir Bitton4-26/+49
2021-12-26habanalabs: refactor reset information variablesOfir Bitton11-97/+110
2021-12-26habanalabs: handle skip multi-CS if handling not doneOhad Sharabi1-1/+11
2021-12-26habanalabs: add CPU-CP packet for engine core ASID cfgTomer Tayar2-0/+21
2021-12-26habanalabs: replace some -ENOTTY with -EINVALOded Gabbay3-5/+5
2021-12-26habanalabs: fix comments according to kernel-docOfir Bitton1-7/+17
2021-12-26habanalabs: fix endianness when reading cpld versionOfir Bitton1-1/+1
2021-12-26habanalabs: change wait_for_interrupt implementationfarah kassabri4-10/+145
2021-12-26habanalabs: prevent wait if CS in multi-CS list completedOhad Sharabi2-34/+54
2021-12-26habanalabs: modify cpu boot status error printOfir Bitton1-1/+1
2021-12-26habanalabs: clean MMU headers definitionsOhad Sharabi1-4/+4
2021-12-26habanalabs: expose soft reset sysfs nodes for inference ASICOfir Bitton1-2/+30
2021-12-26habanalabs: sysfs support for two infineon versionsOfir Bitton1-2/+7
2021-12-26habanalabs: keep control device alive during hard resetDani Liberman4-30/+50
2021-12-26habanalabs: fix hwmon handling for legacy f/wOded Gabbay1-32/+169
2021-12-26habanalabs: add current PI value to cpu packetsOfir Bitton1-2/+12
2021-12-26habanalabs: remove in_debug check in device openOded Gabbay2-10/+3
2021-12-26habanalabs: return correct clock throttling periodOfir Bitton1-2/+2
2021-12-26habanalabs: wait again for multi-CS if no CS completedOhad Sharabi2-51/+50
2021-12-26habanalabs: remove compute context pointerOded Gabbay4-10/+9
2021-12-26habanalabs: add helper to get compute contextOded Gabbay4-15/+36
2021-12-26habanalabs: fix etr asid configurationOded Gabbay4-12/+13
2021-12-26habanalabs: save ctx inside encaps signalOded Gabbay4-9/+16
2021-12-26habanalabs: remove redundant check on ctx_finiOded Gabbay1-3/+1
2021-12-26habanalabs: free signal handle on failureOded Gabbay1-1/+3
2021-12-26habanalabs: add missing kernel-doc comments for hl_device fieldsTomer Tayar1-0/+2
2021-12-26habanalabs: pass reset flags to reset threadTomer Tayar2-9/+5
2021-12-26habanalabs: enable access to info ioctl during hard resetDani Liberman2-11/+1
2021-12-26habanalabs: add SOB information to signal submission uAPIDani Liberman3-7/+38
2021-12-26habanalabs: skip read fw errors if dynamic descriptor invalidOhad Sharabi2-2/+17
2021-12-26habanalabs: handle events during soft-resetOfir Bitton3-1/+7
2021-12-26habanalabs: change misleading IRQ warning during resetOfir Bitton1-3/+1
2021-12-26habanalabs: add power information type to POWER_GET packetTomer Tayar1-0/+1
2021-12-26habanalabs: add more info ioctls support during resetOfir Bitton1-28/+27
2021-12-26habanalabs: fix race condition in multi CS completionDani Liberman1-0/+7
2021-12-26habanalabs: move device boot warnings to the correct locationOfir Bitton1-22/+23
2021-12-26habanalabs: rename late init after reset functionOded Gabbay2-3/+3
2021-12-26habanalabs: fix soft reset accountingOded Gabbay1-25/+25
2021-12-26habanalabs: Move frequency change thread to goya_late_initRajaravi Krishna Katta4-77/+0
2021-12-26habanalabs: abort reset on invalid requestOded Gabbay1-7/+9
2021-12-26habanalabs: fix possible deadlock in cache invl failureOfir Bitton4-23/+39
2021-12-26habanalabs: prevent false heartbeat messageOded Gabbay1-1/+3
2021-12-26habanalabs: add support for fetching historic errorsDani Liberman4-0/+109
2021-12-26habanalabs: handle device TPM boot error as warningOfir Bitton1-0/+9
2021-12-26habanalabs: debugfs support for larger I2C transactionsOfir Bitton2-17/+35
2021-12-26habanalabs: make hdev creation code more readableOded Gabbay2-68/+61
2021-12-26habanalabs: add new opcodes for INFO IOCTLfarah kassabri3-0/+112
2021-12-26habanalabs: refactor wait-for-user-interrupt functionBharat Jauhari1-14/+8
2021-12-26habanalabs: expand clock throttling information uAPIOfir Bitton3-4/+57