[PATCH v2 2/2] iio: adc: add Axiado SARADC driver
Petar Stepanovic
pstepanovic at axiado.com
Tue Jun 16 01:47:29 PDT 2026
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
More information about the linux-arm-kernel
mailing list