From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> On Mon, 24 Feb 2025 23:31:25 +0900, Koichiro Den wrote: > This patch series introduces a configfs-based interface to gpio-aggregator > to address limitations in the existing 'new_device' interface. > > The existing 'new_device' interface has several limitations: > > Issue#1. No way to determine when GPIO aggregator creation is complete. > Issue#2. No way to retrieve errors when creating a GPIO aggregator. > Issue#3. No way to trace a GPIO line of an aggregator back to its > corresponding physical device. > Issue#4. The 'new_device' echo does not indicate which virtual > gpiochip<N> was created. > Issue#5. No way to assign names to GPIO lines exported through an > aggregator. > > [...] I don't see anything wrong with this patch so I queued it for fixes. I will pull it back into my gpio/for-next branch once it's upstream and apply the rest of the aggregator changes for v6.15. [1/9] gpio: aggregator: protect driver attr handlers against module unload commit: 12f65d1203507f7db3ba59930fe29a3b8eee9945 Best regards, -- Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>