]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a driver for the Allwinner Reduced Serial Bus (RSB).
authorjmcneill <jmcneill@FreeBSD.org>
Sat, 14 May 2016 23:27:54 +0000 (23:27 +0000)
committerjmcneill <jmcneill@FreeBSD.org>
Sat, 14 May 2016 23:27:54 +0000 (23:27 +0000)
commit25b22e2f07446283d8ed02494d90887d19be27ae
treecc424d59bb9099381ea48eb63b6e8c0ed8cd0381
parent860ae0bc4e76072801a6648b85cb11e6fc8d11f0
Add a driver for the Allwinner Reduced Serial Bus (RSB).

The RSB controller speaks a simplified two wire protocol at speeds up to
20MHz. It is used on sun8i and sun9i family SoCs to communicate with
power management ICs.

RSB isn't really I2C or SMBus, but the driver exposes an iicbus interface
to simplify power management IC drivers (which may need to support both
RSB and I2C connectivity).
sys/arm/allwinner/aw_rsb.c [new file with mode: 0644]