Files
linux/drivers
Bartosz Golaszewski 1cd53df733 gpio: sysfs: don't look up exported lines as class devices
In preparation for adding a parallel, per-chip attribute group for
exported GPIO lines, stop using class device APIs to refer to it in the
code. When unregistering the chip, don't call class_find_device() but
instead store exported lines in a linked list inside the GPIO chip data
object and look it up there.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20250704-gpio-sysfs-chip-export-v4-7-9289d8758243@linaro.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
2025-07-16 10:27:08 +02:00
..
2025-05-30 20:21:36 +02:00
2025-07-01 21:50:51 +01:00
2025-05-19 15:37:53 +05:30
2025-07-01 21:50:51 +01:00
2025-05-27 10:27:54 -04:00