Re: [PATCH v5 3/5] iio: adc: max77541: Add ADI MAX77541 ADC Support
From: Andy Shevchenko
Date: Tue Feb 21 2023 - 07:01:47 EST
On Tue, Feb 21, 2023 at 01:39:11PM +0300, Okan Sahin wrote:
> The MAX77541 has an 8-bit Successive Approximation Register (SAR) ADC
> with four multiplexers for supporting the telemetry feature.
...
> +#include <linux/bitfield.h>
> +#include <linux/i2c.h>
Unused header.
> +#include <linux/iio/iio.h>
> +#include <linux/mod_devicetable.h>
> +#include <linux/platform_device.h>
> +#include <linux/regmap.h>
> +#include <linux/units.h>
> +
> +#include <linux/mfd/max77541.h>
--
With Best Regards,
Andy Shevchenko