opnsense-src/sys/dev/p2sb
Ahmad Khalifa c063fb7acc gpio: remove gpiobus_attach_bus
Since gpiobus_attach_bus can attach the gpiobus child along with its
children in the same bus pass, the parent controller's reference to
gpiobus might not be set by the time the children need it. Instead,
drivers should use gpiobus_add_bus and explicitly call
bus_attach_children.

Reviewed by:	mmel, imp (older version)
Approved by:	imp (mentor)
Differential Revision:	https://reviews.freebsd.org/D51578
2025-08-13 14:14:00 +03:00
..
lewisburg_gpio.c gpio: remove gpiobus_attach_bus 2025-08-13 14:14:00 +03:00
lewisburg_gpiocm.c newbus: replace leftover device unit wildcards 2025-06-21 05:57:45 +03:00
lewisburg_gpiocm.h
p2sb.c Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
p2sb.h