Re: [PATCH v2 2/2] iio: adc: add Axiado SARADC driver
From: Petar Stepanovic
Date: Tue Jun 16 2026 - 04:50:52 EST
On 6/11/2026 9:41 PM, Andy Shevchenko wrote:
>> +struct axiado_saradc {
>> + void __iomem *regs;
>> + struct clk *clk;
>> + unsigned long clk_rate;
>> + int vref_uV;
>> + struct mutex lock; /* Serializes ADC conversions. */
>> +};
> Is `pahole` satisfied with the chosen layout?
Thanks, Andy.
I checked it and found that the current layout can be improved. I will rearrange the structure members in v3 to avoid the layout issue.
I will also address the other comments in v3.
Regards,
Petar