#
c063fb7a |
| 13-Aug-2025 |
Ahmad Khalifa <vexeduxr@FreeBSD.org> |
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 t
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
show more ...
|
#
5bae2ace |
| 18-Jul-2025 |
Jari Sihvola <jsihv@gmx.com> |
jh7110_gpio: Add StarFive JH7110 GPIO controller driver
Basic functionality implemented; fdt_pinctrl interface to be added in the future.
Reviewed by: mhorne MFC after: 2 weeks Differential Revisio
jh7110_gpio: Add StarFive JH7110 GPIO controller driver
Basic functionality implemented; fdt_pinctrl interface to be added in the future.
Reviewed by: mhorne MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D43034
show more ...
|