]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In ltc430x(4), add the ability to configure control register 2 via FDT or
authorIan Lepore <ian@FreeBSD.org>
Wed, 2 Sep 2020 19:37:47 +0000 (19:37 +0000)
committerIan Lepore <ian@FreeBSD.org>
Wed, 2 Sep 2020 19:37:47 +0000 (19:37 +0000)
commitac07cdf8f795a60a1fddd842f74a913491af17fb
treef5a19d98e2def9a2b1b9e0ffd6249590d712c53a
parentb1a824b6848659b6e257cb2a4304f9366a0989a7
In ltc430x(4), add the ability to configure control register 2 via FDT or
hints data.  Control register 2 holds the settings a user might want to
configure, such as the timeout value for idle busses and whether to enable
the mass-writes feature.

Also add hint support for disconnecting idle busses (which was already
supported using FDT data).

Update the manpage with the new features, and also split the hints section
into separate lists of required and optional hints.
share/man/man4/ltc430x.4
sys/dev/iicbus/mux/ltc430x.c