History log of /freebsd/sys/riscv/starfive/jh7110_gpio.c (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


Revision tags: release/13.5.0-p3, release/14.2.0-p5, release/14.3.0-p2
# 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 ...