Re: [PATCH] i2c: i2c-elektor: Allow building on SMP kernels
From: Magnus Lindholm
Date: Sat Nov 22 2025 - 08:51:59 EST
On Sat, Nov 22, 2025 at 2:29 PM John Paul Adrian Glaubitz
<glaubitz@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Magnus,
>
> On Sat, 2025-11-22 at 13:26 +0100, Magnus Lindholm wrote:
> > It the past the i2c-elektor driver has been broken on SMP, as it seems
>
> Typo: s/It/In/ and I think there should be a full stop after "SMP".
>
> > there has since been some fixes/cleanup work to get rid of cli/sti and
>
> s/has/have/
>
> > rely on spinlocks instead (as pointed out by Wolfram Sang). Tested this
>
> The sentence just ends after "instead". I think you meant to say "instead,
> let's allow building the driver on SMP kernels again." or something like
> that.
>
Thanks for quick response and feedback, I'll send out a v2 right away
/Magnus