]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bus: sunxi-rsb: Add driver for Allwinner Reduced Serial Bus
authorChen-Yu Tsai <wens@csie.org>
Fri, 23 Oct 2015 18:41:31 +0000 (20:41 +0200)
committerOlof Johansson <olof@lixom.net>
Mon, 26 Oct 2015 01:11:58 +0000 (10:11 +0900)
commitd787dcdb9c8f412b1dd0727f90d3f793a61a2551
tree3b669ed7853d932211a794bb2b929a7428b3a067
parent4a5705a9c270e6e62f735846604d8593a890ca1b
bus: sunxi-rsb: Add driver for Allwinner Reduced Serial Bus

Reduced Serial Bus (RSB) is an Allwinner proprietery interface
used to communicate with PMICs and other peripheral ICs.

RSB is a two-wire push-pull serial bus that supports 1 master
device and up to 15 active slave devices.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/sunxi-rsb.c [new file with mode: 0644]
include/linux/sunxi-rsb.h [new file with mode: 0644]