Re: [GIT PULL] pin control bulk changes for v5.18
From: Linus Torvalds
Date: Mon Mar 28 2022 - 18:16:26 EST
On Mon, Mar 28, 2022 at 2:38 PM Jonathan Neuschäfer
<j.neuschaefer@xxxxxxx> wrote:
>
> It was — but when it was noticed, the fix went through the IRQ tree, on
> top of a refactoring that happened there (the switch to generic_handle_domain_irq):
>
> https://lore.kernel.org/lkml/164751044707.389.16417510835118111853.tip-bot2@tip-bot2/
Ok, that ends up at least being identical to what I did, so thats' good.
> When I added the pinctrl-wpcm450 driver, I changed the pinctrl/nuvoton/
> directory to obj-y and exposed the pinctrl-npcm7xx to CI bot testing.
> The bug existed, untouched, since the driver was added a few years ago.
Ahh. Good. So not a heisenbug, just happened to be hidden before.
Thanks for clarifying,
Linus