summaryrefslogtreecommitdiff
path: root/sys/dev/uart
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-09Revert "uart(4): add Sunrise Point UART controllers"Kyle Evans
2023-04-25Use bool for one-bit wide bit-fieldsDimitry Andric
2023-04-14uart(4): add Sunrise Point UART controllersKyle Evans
2023-03-18uart: Don't change settings or throttle putc for Hyper-VWei Hu
2022-12-22Add support for the new Arm Generic UART _HIDAndrew Turner
2022-12-20uart(4): Add support for AMT virtual serial port (C610/X99 series)Stuart McLaren
2022-10-28ns8250: Fix sense of LSR_TEMT FCR checkColin Percival
2022-10-17ns8250: Check if flush via FCR succeededColin Percival
2022-10-12Downgrade tty_intr_event from a globalMitchell Horne
2022-10-07ns8250_drain: Drain without DELAY firstColin Percival
2022-10-06uart_dev_snps: Fix device probingKornel Dulęba
2022-09-30uart: Remove sbbc referenceWarner Losh
2022-09-30arm: Catch up with Samsung S3C2xx0 code removalWarner Losh
2022-09-29uart: uart_cpu_arm64: fix the build without FDTKyle Evans
2022-09-07uart_bus_acpi: Read clock frequency from busMateusz Kozyra
2022-08-22uart: Add ACPI entry for LS1046A UARTMateusz Kozyra
2022-07-13uart: Don't check SPCR tables if !late_consoleColin Percival
2022-05-06Remove unused uart_devclass.John Baldwin
2022-04-19uart: plug a set-but-not-used varMateusz Guzik
2022-04-12uart_dev_lowrisc: Remove unused variables in stub functions.John Baldwin
2022-04-08uart_mu: Remove unused variables.John Baldwin
2022-04-04quicc_bus_setsig: eliminate write only variable basWarner Losh
2022-03-31uart(4): Add a concept of "unique" serial devicesColin Percival
2022-02-21uart_dev_snps: Make ext_resources non-optionalEmmanuel Vadot
2022-02-21uart_dev_imx: Make ext_resources non-optionalEmmanuel Vadot
2021-12-25uart: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin
2021-09-30uart: Match simple commWarner Losh
2021-09-30uart: Allow PCI quirk for not using MSI interruptsWarner Losh
2021-09-25uart: Add PCI ID for intel 100 Series/C230 Series AMTSean Bruno
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2021-07-13uart: Fix an out-of-bounds read in ns8250_bus_probe()Mark Johnston
2021-06-02uart_dev_ns8250: Switch ACPI UART subtype for Marvell SoCsMarcin Wojtas
2021-05-23Add support for Gemini Lake LPSS UARTs.Konstantin Belousov
2021-05-03Add Apollo Lake SIO/LPSS UARTs PCI IDsJose Luis Duran
2021-05-03uart_bus_pci.c: StyleJose Luis Duran
2021-03-10ns8250: don't drop IER_TXRDY on bus_grab/ungrabMitchell Horne
2021-02-17uart: only use MSI on devices that advertise 1 MSI vectorWarner Losh
2021-01-14uart: Improve console specification parsingWarner Losh
2021-01-07pccard: Remove uart(4) PC Card attachmentWarner Losh
2020-12-26scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532Marius Strobl
2020-12-02uart: allow UART_DEV_DBGPORT for fdt consolesMitchell Horne
2020-09-01uart: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-20Tag pccard drivers with gone in 13.Warner Losh
2020-07-30Move Ti AM335x to dev/extres/clk framework.Michal Meloun
2020-07-01Add i.MX 8M Quad supportOleksandr Tymoshenko
2020-06-24Fix AccessWidth and BitWidth parsing in SPCR tableMarcin Wojtas
2020-04-13Export a sysctl count of RX FIFO overrun events.John Baldwin