On Wed, Sep 3, 2025, at 10:05, Lee Jones wrote: > On 2025年9月02日, Arnd Bergmann wrote: >> Making those platforms 'select GPIOLIB_LEGACY' is technically >> incorrect since they don't need the legayc interfaces, but it >> would be a temporary workaround until wlf_cragg_6410 is >> gone. > > I've applied the patches for now in the hope that these can get cleaned > away at one point. Thanks a lot! Cleaning these up eventually is definition the idea here, hiding the interfaces in an #ifdef block should both help catch any remaining accidental users, and make it trivial to remove the remnants when they are no longer needed. Arnd