]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move support for Synopsys Designware APB UART out of ns8250 and into a
authorJared McNeill <jmcneill@FreeBSD.org>
Fri, 1 Apr 2016 20:26:45 +0000 (20:26 +0000)
committerJared McNeill <jmcneill@FreeBSD.org>
Fri, 1 Apr 2016 20:26:45 +0000 (20:26 +0000)
commitb738dafd90d397e01f55859444293fbb3115f684
tree757823dcc4182f5a4e19686a7ee315295b18e33d
parent097e0da79d4356d2f82a0159b02b40495638aa6f
Move support for Synopsys Designware APB UART out of ns8250 and into a
separate driver. Add support for activating clock and hwreset resources
for these devices when the EXT_RESOURCES option is present.

Reviewed by: andrew, mmel, Emmanuel Vadot <manu@bidouilliste.com>
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5749
sys/arm/conf/A10
sys/arm/conf/A20
sys/arm/conf/ARMADA38X
sys/arm/conf/RK3188
sys/arm/mv/files.mv
sys/conf/files
sys/dev/uart/uart_dev_ns8250.c
sys/dev/uart/uart_dev_snps.c [new file with mode: 0644]