summaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* uart: Add ns8250 ACPI entry for SPCR rev 2Colin Percival2026-02-121-0/+1
* ns8250: use LSR_THRE instead of LSR_TEMT for checking tx flushAndriy Gapon2025-06-271-2/+2
* uart: Add support for Brainboxes / Intashield serial cards.Yoshihiro Takahashi2025-01-111-0/+14
* dev/uart: Add APMC0D08 as found in the Intel E2100Andrew Turner2024-09-021-0/+1
* uart: Split out initilisation of the acpi devinfoAndrew Turner2024-09-021-37/+49
* uart: Use device_set_descf()Mark Johnston2024-06-092-6/+2
* Add support for Intel Atom S1200 UARTHenrich Hartzer2024-04-241-0/+2
* dev/uart: Support 8-byte register accessAndrew Turner2024-02-191-1/+11
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-186-3/+49
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1626-52/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1224-24/+24
* Revert "uart(4): add Sunrise Point UART controllers"Kyle Evans2023-05-091-2/+0
* Use bool for one-bit wide bit-fieldsDimitry Andric2023-04-251-10/+10
* uart(4): add Sunrise Point UART controllersKyle Evans2023-04-141-0/+2
* uart: Don't change settings or throttle putc for Hyper-VWei Hu2023-03-181-7/+13
* Add support for the new Arm Generic UART _HIDAndrew Turner2022-12-221-2/+2
* uart(4): Add support for AMT virtual serial port (C610/X99 series)Stuart McLaren2022-12-201-0/+2
* ns8250: Fix sense of LSR_TEMT FCR checkColin Percival2022-10-281-1/+1
* ns8250: Check if flush via FCR succeededColin Percival2022-10-181-0/+19
* Downgrade tty_intr_event from a globalMitchell Horne2022-10-121-0/+3
* ns8250_drain: Drain without DELAY firstColin Percival2022-10-081-3/+10
* uart_dev_snps: Fix device probingKornel Dulęba2022-10-061-2/+2
* uart: Remove sbbc referenceWarner Losh2022-10-011-1/+0
* arm: Catch up with Samsung S3C2xx0 code removalWarner Losh2022-10-012-4/+0
* uart: uart_cpu_arm64: fix the build without FDTKyle Evans2022-09-291-21/+31
* uart_bus_acpi: Read clock frequency from busMateusz Kozyra2022-09-071-9/+19
* uart: Add ACPI entry for LS1046A UARTMateusz Kozyra2022-08-221-0/+1
* uart: Don't check SPCR tables if !late_consoleColin Percival2022-07-141-2/+8
* Remove unused uart_devclass.John Baldwin2022-05-069-10/+8
* uart: plug a set-but-not-used varMateusz Guzik2022-04-191-0/+2
* uart_dev_lowrisc: Remove unused variables in stub functions.John Baldwin2022-04-121-6/+0
* uart_mu: Remove unused variables.John Baldwin2022-04-091-4/+0
* quicc_bus_setsig: eliminate write only variable basWarner Losh2022-04-051-2/+0
* uart(4): Add a concept of "unique" serial devicesColin Percival2022-03-313-0/+67
* uart_dev_snps: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-18/+0
* uart_dev_imx: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-1/+1
* uart: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2021-12-261-1/+1
* uart: Match simple commWarner Losh2021-09-301-0/+15
* uart: Allow PCI quirk for not using MSI interruptsWarner Losh2021-09-301-3/+11
* uart: Add PCI ID for intel 100 Series/C230 Series AMTSean Bruno2021-09-251-0/+2
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-085-5/+0
* uart: Fix an out-of-bounds read in ns8250_bus_probe()Mark Johnston2021-07-131-3/+2
* uart_dev_ns8250: Switch ACPI UART subtype for Marvell SoCsMarcin Wojtas2021-06-021-1/+2
* Add support for Gemini Lake LPSS UARTs.Konstantin Belousov2021-05-231-0/+8
* Add Apollo Lake SIO/LPSS UARTs PCI IDsJose Luis Duran2021-05-031-0/+8
* uart_bus_pci.c: StyleJose Luis Duran2021-05-031-3/+4
* ns8250: don't drop IER_TXRDY on bus_grab/ungrabMitchell Horne2021-03-101-1/+4
* uart: only use MSI on devices that advertise 1 MSI vectorWarner Losh2021-02-171-3/+3