]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for the Allwinner i2c device. This is similar to the existing
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 15 Feb 2016 15:11:26 +0000 (15:11 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 15 Feb 2016 15:11:26 +0000 (15:11 +0000)
commit5f250b53e808c9ec5cb18180114058cbdd5c72f6
tree91c814f874e439be5341e83637416d7106d54d30
parent0cc5515a857dcb298f6cd44184a933999711227b
Add support for the Allwinner i2c device. This is similar to the existing
Marvell twsi part, however uses different register locations, as such split
the existing driver into Marvell and Allwinner attachments.

While here clean a few style issues.

Submitted by: Emmanuel Vadot <manu@bidouilliste.com>
Differential Revision: https://reviews.freebsd.org/D4846
sys/arm/allwinner/a10_clk.c
sys/arm/allwinner/a10_clk.h
sys/arm/allwinner/files.allwinner
sys/arm/conf/A10
sys/arm/conf/A20
sys/arm/mv/files.mv
sys/dev/iicbus/twsi/a10_twsi.c [new file with mode: 0644]
sys/dev/iicbus/twsi/mv_twsi.c [new file with mode: 0644]
sys/dev/iicbus/twsi/twsi.c
sys/dev/iicbus/twsi/twsi.h [new file with mode: 0644]