Re: [PATCH 15/21] dsa: b53: hide legacy gpiolib usage on non-mips
From: "Arnd Bergmann" <arnd@arndb.de>
Date: 2025-08-09 20:55:48
Also in:
linux-gpio, lkml
From: "Arnd Bergmann" <arnd@arndb.de>
Date: 2025-08-09 20:55:48
Also in:
linux-gpio, lkml
On Sat, Aug 9, 2025, at 12:01, Jonas Gorski wrote:
On Fri, Aug 8, 2025 at 5:23 PM Arnd Bergmann [off-list ref] wrote: Can't really test this (no matching hardware), but with the code issues fixed Reviewed-by: Jonas Gorski <jonas.gorski@gmail.com>
Thanks! I've added the fixes you suggested and made sure it
actually builds on mips. I had done lots of randconfig tested
on arm and x86, but since that code block is only built on
mips, I missed my mistakes.
Arnd