accel/habanalabs: align to latest firmware specsUpdate the firmware common interface files with the latest version.Signed-off-by: Oded Gabbay <ogabbay@kernel.org>Reviewed-by: Ofir Bitton <obitto
accel/habanalabs: align to latest firmware specsUpdate the firmware common interface files with the latest version.Signed-off-by: Oded Gabbay <ogabbay@kernel.org>Reviewed-by: Ofir Bitton <obitton@habana.ai>
show more ...
accel/habanalabs: do soft-reset using cpucp packetThis is done depending on the FW version. The cpucp method ispreferable and saves scratchpads resource.Signed-off-by: Dafna Hirschfeld <dhirschf
accel/habanalabs: do soft-reset using cpucp packetThis is done depending on the FW version. The cpucp method ispreferable and saves scratchpads resource.Signed-off-by: Dafna Hirschfeld <dhirschfeld@habana.ai>Reviewed-by: Oded Gabbay <ogabbay@kernel.org>Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
accel/habanalabs: align to latest firmware specsCopy the most up-to-date interface files to the firmware.Signed-off-by: Oded Gabbay <ogabbay@kernel.org>Reviewed-by: Ofir Bitton <obitton@habana.a
accel/habanalabs: align to latest firmware specsCopy the most up-to-date interface files to the firmware.Signed-off-by: Oded Gabbay <ogabbay@kernel.org>Reviewed-by: Ofir Bitton <obitton@habana.ai>
habanalabs: update f/w filesUpdate common firmware files with the latest version.There is no functional change.Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
habanalabs: move driver to accel subsystemNow that we have a subsystem for compute accelerators, move thehabanalabs driver to it.This patch only moves the files and fixes the Makefiles. Futurep
habanalabs: move driver to accel subsystemNow that we have a subsystem for compute accelerators, move thehabanalabs driver to it.This patch only moves the files and fixes the Makefiles. Futurepatches will change the existing code to register to the accelsubsystem and expose the accel device char files instead of thehabanalabs device char files.Update the MAINTAINERS file to reflect this change.Signed-off-by: Oded Gabbay <ogabbay@kernel.org>