opnsense-src/sys/mips/mediatek
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
..
fdt_reset.c
fdt_reset.h
fdt_reset_if.m
files.mediatek Remove uart_dev_mtk_ns8250 2016-04-23 04:27:01 +00:00
mtk_clock.c
mtk_dotg.c Initial import of Ralink/Mediatek MIPS SoC support #5 2016-04-07 11:20:03 +00:00
mtk_ehci.c Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitions 2016-04-15 15:24:42 +00:00
mtk_gpio_v1.c Rework mtk_gpio_v1 driver 2016-04-20 14:36:45 +00:00
mtk_gpio_v2.c Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitions 2016-04-15 15:24:42 +00:00
mtk_intr_gic.c Use cpu_establish_hardintr in mtk_intr_gic 2016-04-23 04:22:38 +00:00
mtk_intr_v1.c Initial import of Ralink/Mediatek MIPS SoC support #3 2016-04-07 11:12:37 +00:00
mtk_intr_v2.c Initial import of Ralink/Mediatek MIPS SoC support #3 2016-04-07 11:12:37 +00:00
mtk_machdep.c Add support for boot arguments specification via fdt 2016-04-16 19:44:41 +00:00
mtk_ohci.c Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitions 2016-04-15 15:24:42 +00:00
mtk_pcie.c Add compat strings used by OpenWRT to some Mediatek/Ralink drivers 2016-04-20 14:47:16 +00:00
mtk_pcie.h Move Mediatek/Ralink PCIe to NEW_PCIB 2016-04-12 07:21:22 +00:00
mtk_pinctrl.c Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCs 2016-04-20 14:35:00 +00:00
mtk_pinctrl.h Minor pinctrl fixes for Mediatek/Ralink 2016-04-23 04:19:42 +00:00
mtk_reset.c
mtk_soc.c Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection 2016-04-18 06:15:58 +00:00
mtk_soc.h
mtk_spi_v1.c Initial import of Ralink/Mediatek MIPS SoC support #6 2016-04-07 11:21:42 +00:00
mtk_spi_v1.h Initial import of Ralink/Mediatek MIPS SoC support #6 2016-04-07 11:21:42 +00:00
mtk_spi_v2.c Initial import of Ralink/Mediatek MIPS SoC support #6 2016-04-07 11:21:42 +00:00
mtk_spi_v2.h Initial import of Ralink/Mediatek MIPS SoC support #6 2016-04-07 11:21:42 +00:00
mtk_sysctl.c
mtk_sysctl.h Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection 2016-04-18 06:15:58 +00:00
mtk_usb_phy.c Add compat strings used by OpenWRT to some Mediatek/Ralink drivers 2016-04-20 14:47:16 +00:00
mtk_usb_phy.h Initial import of Ralink/Mediatek MIPS SoC support #5 2016-04-07 11:20:03 +00:00
mtk_xhci.c Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitions 2016-04-15 15:24:42 +00:00
palmbus.c Introduce palmbus for Mediatek/Ralink SoCs 2016-04-23 04:21:18 +00:00
std.mediatek Rework Mediatek/Ralink configuration files 2016-04-21 07:40:03 +00:00
uart_dev_mtk.c Initial import of Ralink/Mediatek MIPS SoC support #4 2016-04-07 11:16:32 +00:00
uart_dev_mtk.h Initial import of Ralink/Mediatek MIPS SoC support #4 2016-04-07 11:16:32 +00:00