aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-231-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2326-52/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2311-22/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2524-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-291-10/+10
* uart(4): add Sunrise Point UART controllersKyle Evans2023-04-261-0/+2
* Add support for the new Arm Generic UART _HIDAndrew Turner2023-01-231-2/+2
* uart(4): Add support for AMT virtual serial port (C610/X99 series)Stuart McLaren2022-12-281-0/+2
* uart: uart_cpu_arm64: fix the build without FDTKyle Evans2022-11-021-21/+31
* Downgrade tty_intr_event from a globalMitchell Horne2022-10-191-0/+3
* quicc_bus_setsig: eliminate write only variable basWarner Losh2022-10-021-2/+0
* uart_dev_snps: Make ext_resources non-optionalEmmanuel Vadot2022-05-161-18/+0
* uart_dev_imx: Make ext_resources non-optionalEmmanuel Vadot2022-05-161-1/+1
* uart(4): Add a concept of "unique" serial devicesColin Percival2022-04-043-0/+67
* uart_dev_ns8250: Switch ACPI UART subtype for Marvell SoCsMarcin Wojtas2022-03-071-1/+2
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-085-5/+0
* uart: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2022-01-091-1/+1
* uart: Add PCI ID for intel 100 Series/C230 Series AMTSean Bruno2021-09-281-0/+2
* uart: Fix an out-of-bounds read in ns8250_bus_probe()Mark Johnston2021-07-271-3/+2
* Add support for Gemini Lake LPSS UARTs.Konstantin Belousov2021-05-301-0/+8
* Add Apollo Lake SIO/LPSS UARTs PCI IDsJose Luis Duran2021-05-101-0/+8
* uart_bus_pci.c: StyleJose Luis Duran2021-05-101-3/+4
* ns8250: don't drop IER_TXRDY on bus_grab/ungrabMitchell Horne2021-03-151-1/+4
* uart: only use MSI on devices that advertise 1 MSI vectorWarner Losh2021-02-241-3/+3
* uart: Improve console specification parsingWarner Losh2021-01-151-9/+10
* pccard: Remove uart(4) PC Card attachmentWarner Losh2021-01-081-106/+0
* scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532Marius Strobl2020-12-264-767/+0
* uart: allow UART_DEV_DBGPORT for fdt consolesMitchell Horne2020-12-024-15/+22
* uart: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0110-23/+14
* Tag pccard drivers with gone in 13.Warner Losh2020-08-201-0/+1
* Move Ti AM335x to dev/extres/clk framework.Michal Meloun2020-07-301-13/+4
* Add i.MX 8M Quad supportOleksandr Tymoshenko2020-07-011-4/+57
* Fix AccessWidth and BitWidth parsing in SPCR tableMarcin Wojtas2020-06-241-4/+39
* Export a sysctl count of RX FIFO overrun events.John Baldwin2020-04-132-0/+8
* Correct baud rate error calculation.John Baldwin2020-04-131-1/+1
* Add Denverton UART PCI IDJustin Hibbits2020-02-281-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Remove sparc64 kernel supportWarner Losh2020-02-035-1498/+0
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-161-1/+0
* keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-161-19/+19
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-2/+2
* Regularize my copyright noticeWarner Losh2019-12-045-10/+8
* Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot2019-12-031-1/+0
* Relax TX draining in ns8250_bus_transmit().Alexander Motin2019-09-151-7/+2