]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initial import of Ralink/Mediatek MIPS SoC support #6
authorStanislav Galabov <sgalabov@FreeBSD.org>
Thu, 7 Apr 2016 11:21:42 +0000 (11:21 +0000)
committerStanislav Galabov <sgalabov@FreeBSD.org>
Thu, 7 Apr 2016 11:21:42 +0000 (11:21 +0000)
commit7af87ea720924ce4c7be3765d92671eb5f75d778
treeb0017fb60117769f5f29e37283f9a5f86e4412c9
parentd09031f52877dca523cafe9facefe75231b92e50
Initial import of Ralink/Mediatek MIPS SoC support #6

SPI drivers for the various Ralink/Mediatek SoCs. There are 2 versions of
the SPI controller (so far) present in the supported SoCs, hence v1 and v2
drivers.

Approved by: adrian (mentor)
Sponsored by: Smartcom - Bulgaria AD
Differential Revision: https://reviews.freebsd.org/D5842
sys/mips/mediatek/mtk_spi_v1.c [new file with mode: 0644]
sys/mips/mediatek/mtk_spi_v1.h [new file with mode: 0644]
sys/mips/mediatek/mtk_spi_v2.c [new file with mode: 0644]
sys/mips/mediatek/mtk_spi_v2.h [new file with mode: 0644]