]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r360311:
authorEmmanuel Vadot <manu@FreeBSD.org>
Fri, 19 Jun 2020 18:54:55 +0000 (18:54 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Fri, 19 Jun 2020 18:54:55 +0000 (18:54 +0000)
commitf615ac4091038c7e8a0131e60fc8c221f6007880
tree3f70ef419127d6b4503e632e876e31b565440498
parent2231050ae3ac21c48147fb5bdd2e3078fdc6ba02
MFC r360311:

arm64: rockchip: rk805: Use a tailq for the attached regulator

Store the attached regulator in a tailq to later find them in ofw_map.
While here, do not attempt to attach a regulator without a name, a node
might exists but if it doesn't have a name the regulator is unused.
sys/arm64/rockchip/rk805.c