Re: [PATCH v3 1/7] gpio: tqmx86: really make IRQ optional
From: Bartosz Golaszewski <hidden>
Date: 2021-08-02 15:18:21
Also in:
lkml
From: Bartosz Golaszewski <hidden>
Date: 2021-08-02 15:18:21
Also in:
lkml
On Fri, Jul 23, 2021 at 6:16 PM Linus Walleij [off-list ref] wrote:
On Fri, Jul 16, 2021 at 12:01 PM Matthias Schiffer [off-list ref] wrote:quoted
The tqmx86 MFD driver was passing IRQ 0 for "no IRQ" in the past. This causes warnings with newer kernels. Prepare the gpio-tqmx86 driver for the fixed MFD driver by handling a missing IRQ properly. Fixes: b868db94a6a7 ("gpio: tqmx86: Add GPIO from for this IO controller") Signed-off-by: Matthias Schiffer <redacted> Reviewed-by: Andrew Lunn <andrew@lunn.ch> --- v2: add Fixes line v3: no changesAcked-by: Linus Walleij <redacted> I suppose Lee will merge this into MFD with the rest of the patches? I don't see anything stopping Bart from just merging this one patch into the GPIO tree though. Only runtime dependencies. Yours, Linus Walleij
I applied this patch for fixes and will shortly send a PR with some other fixes to Linus. Bart