]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In ltc430x(4), add the ability to configure control register 2 via FDT or
authorian <ian@FreeBSD.org>
Wed, 2 Sep 2020 19:37:47 +0000 (19:37 +0000)
committerian <ian@FreeBSD.org>
Wed, 2 Sep 2020 19:37:47 +0000 (19:37 +0000)
commit121884be9ab8a9a5d803325c9d3f2760a91cf7d0
treef5a19d98e2def9a2b1b9e0ffd6249590d712c53a
parenta5e9a58c05894620035011722d0f6ccd056a0b98
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