]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ofw_graph: Add functions for graph bindings
authormanu <manu@FreeBSD.org>
Wed, 17 Apr 2019 20:09:01 +0000 (20:09 +0000)
committermanu <manu@FreeBSD.org>
Wed, 17 Apr 2019 20:09:01 +0000 (20:09 +0000)
commitc3ff66428259ef0892c6488b108f2b0104e02b44
treef84c3780aee37492152a23d4ccef241442136c98
parentcdd6b56e9bd857f1eebe4246a32bcdc4976dadbc
ofw_graph: Add functions for graph bindings

Those functions are helpers to work on graph bindings.
graphs are mostly use with video related devices.
See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/graph.txt?id=4436a3711e3249840e0679e92d3c951bcaf25515

MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D19877
share/man/man9/ofw_graph.9 [new file with mode: 0644]
sys/conf/files
sys/dev/ofw/ofw_graph.c [new file with mode: 0644]
sys/dev/ofw/ofw_graph.h [new file with mode: 0644]