]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pca954x: driver for PCA954x / TCA954x I2C switches
authorAndriy Gapon <avg@FreeBSD.org>
Tue, 18 Aug 2020 09:16:28 +0000 (12:16 +0300)
committerAndriy Gapon <avg@FreeBSD.org>
Sat, 13 Nov 2021 09:27:41 +0000 (11:27 +0200)
commitc0525ab1d1ce69ab3d589e95733caedb04e0dcbd
tree1d6a2b7cc240f75dcf378e3a906973db3d69f121
parent01e3492337cb48484e03be38340cc67ac5e30a5b
pca954x: driver for PCA954x / TCA954x I2C switches

At the moment only PCA9548A is supported and has been tested.

MFC after: 2 weeks
share/man/man4/Makefile
share/man/man4/pca954x.4 [new file with mode: 0644]
sys/conf/files
sys/dev/iicbus/mux/pca954x.c [new file with mode: 0644]
sys/modules/i2c/mux/Makefile
sys/modules/i2c/mux/pca954x/Makefile [new file with mode: 0644]