ts the 0x221E linux distro kernel.
https://universe.0xinfinity.dev/distro/kernel/atom?h=master2023-01-26T09:52:10Zhabanalabs: move driver to accel subsystem2023-01-26T09:52:10ZOded Gabbayogabbay@kernel.org2022-12-26T21:05:00Zurn:sha1:e65e175b07bef5974045cc42238de99057669ca7
Now that we have a subsystem for compute accelerators, move the
habanalabs driver to it.
This patch only moves the files and fixes the Makefiles. Future
patches will change the existing code to register to the accel
subsystem and expose the accel device char files instead of the
habanalabs device char files.
Update the MAINTAINERS file to reflect this change.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
habanalabs/uapi: move uapi file to drm2023-01-26T08:56:23ZOded Gabbayogabbay@kernel.org2022-12-20T12:12:19Zurn:sha1:7d25cae7abf4505129f92dc581789c330640564d
Move the habanalabs.h uapi file from include/uapi/misc to
include/uapi/drm, and rename it to habanalabs_accel.h.
This is required before moving the actual driver to the accel
subsystem.
Update MAINTAINERS file accordingly.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
habanalabs/gaudi2: fix BMON 3rd address range2023-01-26T08:56:19Ztal albotalbo@habana.ai2022-11-16T20:54:24Zurn:sha1:932fba60c98c22f207b424333481609b2ab42428
Fix programming incorrect value of address range
Signed-off-by: tal albo <talbo@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>