ts the 0x221E linux distro kernel. https://universe.0xinfinity.dev/distro/kernel/atom?h=master 2023-01-26T09:52:10Z habanalabs: move driver to accel subsystem 2023-01-26T09:52:10Z Oded Gabbay ogabbay@kernel.org 2022-12-26T21:05:00Z urn: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 drm 2023-01-26T08:56:23Z Oded Gabbay ogabbay@kernel.org 2022-12-20T12:12:19Z urn: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 range 2023-01-26T08:56:19Z tal albo talbo@habana.ai 2022-11-16T20:54:24Z urn: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>