summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/goya/goya.c
Commit message (Expand)AuthorAgeFilesLines
* habanalabs: fix device IRQ unmasking for BE hostBen Segal2019-09-061-9/+24
* habanalabs: fix endianness handling for internal QMAN submissionOded Gabbay2019-09-061-3/+4
* habanalabs: fix endianness handling for packets from userBen Segal2019-09-061-13/+19
* habanalabs: halt debug engines on user process closeOmer Shpigelman2019-05-241-1/+2
* habanalabs: Update CPU DMA memory label nameTomer Tayar2019-05-021-2/+2
* habanalabs: Update CPU DMA pool label nameTomer Tayar2019-05-021-2/+2
* habanalabs: remove condition that is always trueDalit Ben Zoor2019-05-011-25/+23
* habanalabs: remove redundant member from parser structDalit Ben Zoor2019-05-011-1/+1
* habanalabs: Manipulate DMA addresses in ASIC functionsTomer Tayar2019-05-011-33/+57
* habanalabs: rename functions to improve code readabilityOded Gabbay2019-05-011-13/+15
* habanalabs: remove call to cs_parser()Dalit Ben Zoor2019-04-301-24/+3
* habanalabs: return old dram bar address upon changeOded Gabbay2019-04-281-32/+28
* habanalabs: use ASIC functions interface for rreg/wregOded Gabbay2019-04-221-26/+17
* habanalabs: re-factor goya_parse_cb_no_ext_queue()Oded Gabbay2019-04-211-22/+21
* Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman2019-04-211-5/+4
|\
| * habanalabs: remove low credit limit of DMA #0Oded Gabbay2019-03-241-5/+4
* | habanalabs: prevent device PTE read/write during hard-resetOded Gabbay2019-04-061-0/+6
* | habanalabs: refactoring in goya.cOded Gabbay2019-04-021-74/+72
* | habanalabs: add goya implementation for debug configurationOmer Shpigelman2019-04-011-4/+5
* | habanalabs: add new IOCTL for debug, tracing and profilingOmer Shpigelman2019-04-011-0/+1
* | habanalabs: set new golden value to tpc clock relaxationDalit Ben Zoor2019-03-201-0/+2
* | habanalabs: keep track of the device's dma maskOded Gabbay2019-03-071-22/+10
* | habanalabs: Add a printout with the name of a busy engineTomer Tayar2019-03-071-11/+13
* | habanalabs: Remove unneeded function pointersTomer Tayar2019-03-061-9/+3
* | habanalabs: Move PCI code into common fileTomer Tayar2019-03-051-252/+20
* | habanalabs: use EQ MSI/X ID per chipOded Gabbay2019-03-041-4/+4
* | habanalabs: Move device CPU code into common fileTomer Tayar2019-03-041-304/+57
* | habanalabs: rename goya_non_fatal_events array to all eventsOded Gabbay2019-02-241-5/+3
* | habanalabs: add new device CPU boot statusIgor Grinberg2019-02-241-0/+5
|/
* habanalabs: cast to expected typeOded Gabbay2019-03-031-1/+1
* habanalabs: prevent host crash during suspend/resumeOded Gabbay2019-03-031-62/+1
* habanalabs: use %px instead of %p in error printOded Gabbay2019-03-021-1/+1
* habanalabs: fix little-endian<->cpu conversion warningsTomer Tayar2019-02-281-98/+125
* habanalabs: soft-reset device if context-switch failsOded Gabbay2019-02-281-1/+1
* habanalabs: print pointer using %pOded Gabbay2019-02-281-3/+2
* habanalabs: extend QMAN0 job timeoutOmer Shpigelman2019-02-281-3/+9
* habanalabs: set DMA0 completion to SOB 1007Oded Gabbay2019-02-281-7/+7
* habanalabs: fix validation of WREG32 to DMA completionOded Gabbay2019-02-281-1/+1
* habanalabs: fix mmu cache registers initOded Gabbay2019-02-281-2/+3
* habanalabs: disable CPU access on timeoutsOded Gabbay2019-02-281-2/+7
* habanalabs: add MMU DRAM default page mappingOmer Shpigelman2019-02-281-115/+75
* habanalabs: Dissociate RAZWI info from event typesTomer Tayar2019-02-281-100/+127
* habanalabs: make functions static or declare themOded Gabbay2019-02-271-39/+34
* habanalabs: use u64 when comparing variables' sum to u32_maxOded Gabbay2019-02-261-2/+4
* habanalabs: don't print result when rc indicates errorOded Gabbay2019-02-231-4/+10
* habanalabs: add debugfs supportOded Gabbay2019-02-181-0/+108
* habanalabs: implement INFO IOCTLOded Gabbay2019-02-181-0/+6
* habanalabs: add virtual memory and MMU modulesOmer Shpigelman2019-02-181-0/+395
* habanalabs: add command submission moduleOded Gabbay2019-02-181-0/+1126
* habanalabs: add device reset supportOded Gabbay2019-02-181-1/+225