Re: [PATCH v2 09/11] spi: offload trigger: add ADI Util Sigma-Delta SPI driver
From: Andy Shevchenko
Date: Mon Jun 30 2025 - 05:05:57 EST
On Fri, Jun 27, 2025 at 06:40:05PM -0500, David Lechner wrote:
> Add a new driver for the ADI Util Sigma-Delta SPI FPGA IP core.
>
> This is used to trigger a SPI offload based on a RDY signal from an ADC
> while masking out other signals on the same line.
...
> +#include <linux/clk.h>
> +#include <linux/device.h>
Really? I though about dev_printk.h...
+ err.h
> +#include <linux/mod_devicetable.h>
> +#include <linux/module.h>
> +#include <linux/platform_device.h>
> +#include <linux/property.h>
> +#include <linux/spi/offload/provider.h>
+ types.h
--
With Best Regards,
Andy Shevchenko