On Tue, 13 Jan 2026, Tomeu Vizoso tomeu@tomeuvizoso.net wrote:
diff --git a/drivers/accel/Makefile b/drivers/accel/Makefile index 1d3a7251b950f39e2ae600a2fc07a3ef7e41831e..8472989cbe22746f1e7292d2401fa0f7424a6c15 100644 --- a/drivers/accel/Makefile +++ b/drivers/accel/Makefile @@ -5,4 +5,5 @@ obj-$(CONFIG_DRM_ACCEL_ARM_ETHOSU) += ethosu/ obj-$(CONFIG_DRM_ACCEL_HABANALABS) += habanalabs/ obj-$(CONFIG_DRM_ACCEL_IVPU) += ivpu/ obj-$(CONFIG_DRM_ACCEL_QAIC) += qaic/ -obj-$(CONFIG_DRM_ACCEL_ROCKET) += rocket/ \ No newline at end of file +obj-$(CONFIG_DRM_ACCEL_ROCKET) += rocket/ +obj-$(CONFIG_DRM_ACCEL_THAMES) += thames/ \ No newline at end of file
Maybe add the newline while at it.
diff --git a/drivers/accel/thames/thames_core.c b/drivers/accel/thames/thames_core.c new file mode 100644 index 0000000000000000000000000000000000000000..92af1d68063116bcfa28a33960cbe829029fc1bf --- /dev/null +++ b/drivers/accel/thames/thames_core.c @@ -0,0 +1,155 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* Copyright 2026 Texas Instruments Incorporated - https://www.ti.com/ */
+#include "linux/remoteproc.h"
Ditto here about <> not "".
linaro-mm-sig@lists.linaro.org