opnsense-src/sys/mips
Stanislav Galabov 83089b1b11 Remove uart_dev_mtk_ns8250
The purpose of this file was to simply detect the UART speed before
attaching the actual ns8250 driver so that we don't have to specify the
UART speed in DTS files.

However, OpenWRT DTS files specify ns16550a as a compatible string in
their DTS files and this makes the original ns8250 driver attach to
the device. So we would have to edit the DTS files anyway and since this
is only the case for MT7621 and MT7628/MT7688 for now, it's better to
just add the clock-frequency property to those (UART is always clocked
by the same clock in both these SoCs, so that's fine) instead of having
a separate driver and still having to change the DTS files.

Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
Differential Revision:	https://reviews.freebsd.org/D6044
2016-04-23 04:27:01 +00:00
..
adm5120 mips: for pointers replace 0 with NULL. 2016-04-15 14:26:24 +00:00
alchemy mips: for pointers replace 0 with NULL. 2016-04-15 14:26:24 +00:00
atheros mips: for pointers replace 0 with NULL. 2016-04-15 14:26:24 +00:00
beri Fix the resource_list_print_type() calls to use uintmax_t. 2016-03-22 22:25:08 +00:00
cavium sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
conf Rework Mediatek/Ralink configuration files 2016-04-21 07:40:03 +00:00
gxemul Add 32-bit support for Gxemul's oldtestmips machine emulation 2013-09-04 20:34:36 +00:00
idt mips: for pointers replace 0 with NULL. 2016-04-15 14:26:24 +00:00
include Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine 2016-04-15 16:05:41 +00:00
malta As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to 2016-02-22 09:02:20 +00:00
mediatek Remove uart_dev_mtk_ns8250 2016-04-23 04:27:01 +00:00
mips sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
nlm sys: use our nitems() macro when param.h is available. 2016-04-21 19:40:10 +00:00
rmi sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
rt305x mips: for pointers replace 0 with NULL. 2016-04-15 14:26:24 +00:00
sentry5 Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
sibyte sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00