itle> Hosts 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/gaudi2: add asic registers header files 2022-07-12T06:09:27Z Oded Gabbay ogabbay@kernel.org 2022-06-24T15:56:42Z urn:sha1:01d9ccf8657b54960862fb9db4bab5f73c766b47 Add the relevant GAUDI2 ASIC registers header files. These files are generated automatically from a tool maintained by the VLSI engineers. There are more files which are not upstreamed because only very few defines from those files are used in the driver. For those files, I copied the relevant defines into gaudi2_regs.h and gaudi2_masks.h, to reduce the size of this patch. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>