accel/habanalabs: add support for Gaudi2C device[ Upstream commit 42422993cf28d456778ee9168d73758ec037cd51 ]Gaudi2 with PCI revision ID with the value of '3' represents Gaudi2Cdevice and should
accel/habanalabs: add support for Gaudi2C device[ Upstream commit 42422993cf28d456778ee9168d73758ec037cd51 ]Gaudi2 with PCI revision ID with the value of '3' represents Gaudi2Cdevice and should be detected and initialized as Gaudi2.Signed-off-by: Oded Gabbay <ogabbay@kernel.org>Signed-off-by: Sasha Levin <sashal@kernel.org>
show more ...
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>