| Message ID | 20251003195036.3935245-1-mstrodl@csh.rit.edu |
|---|---|
| Headers | show |
| Series | gpio: mpsse: add support for bryx brik | expand |
Hi Mary, thanks for your patches! On Fri, Oct 3, 2025 at 9:50 PM Mary Strodl <mstrodl@csh.rit.edu> wrote: > The locking changes probably should be backported even though the actual > device isn't hotpluggable. If this isn't the right avenue for introducing > those fixes and it should be sent as a separate patch first, let me know > and it can be structured that way instead. It's fine. If it doesn't have real-world regressions right now it can just be applied for next, if it has implications on deployed systems, they should be tagged for stable@vger.kernel.org. If you have some idea about that it will help Bartosz to choose whether this goes into fixes or stable when he applies it. > Mary Strodl (4): > gpio: mpsse: propagate error from direction_input > gpio: mpsse: ensure worker is torn down > gpio: mpsse: add quirk support > gpio: mpsse: support bryx radio interface kit The series: Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
On Mon, Oct 06, 2025 at 11:09:02AM +0200, Linus Walleij wrote: > Hi Mary, Hey Linus, > thanks for your patches! Thank you for looking at them! > If it doesn't have real-world regressions right now it can just be > applied for next, if it has implications on deployed systems, they > should be tagged for stable@vger.kernel.org. > > If you have some idea about that it will help Bartosz to choose > whether this goes into fixes or stable when he applies it. Mehh, I think since the old device wasn't hotpluggable it's probably fine. If you have concerns about memory safety or something with the old way, maybe that's a good reason to do it? That's really the only thing I can think of though. > > > Mary Strodl (4): > > gpio: mpsse: propagate error from direction_input > > gpio: mpsse: ensure worker is torn down > > gpio: mpsse: add quirk support > > gpio: mpsse: support bryx radio interface kit > > The series: > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > Yours, > Linus Walleij Thanks a lot!