Searched hist:"4 b9a54a9fc54b5c0933b601cdcb7fc05a9e336cc" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/allwinner/ |
H A D | aw_rsb.c | 4b9a54a9fc54b5c0933b601cdcb7fc05a9e336cc Sun May 15 01:27:54 CEST 2016 Jared McNeill <jmcneill@FreeBSD.org> 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).
|