On Mon, 18 Nov 2024 14:31:03 +0200, Andy Shevchenko wrote: > Remove legacy-of-mm-gpiochip.h header file. The above mentioned > file provides an OF API that's deprecated. There is no agnostic > alternatives to it and we have to open code the logic which was > hidden behind of_mm_gpiochip_add_data(). Note, most of the GPIO > drivers are using their own labeling schemas and resource retrieval > that only a few may gain of the code deduplication, so whenever > alternative is appear we can move drivers again to use that one. > > [...]
Applied to powerpc/next. [1/1] powerpc/8xx: Drop legacy-of-mm-gpiochip.h header https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?h=next&id=34064c8267a61063d684408db6ae78b571a9999d Thanks