| Age | Commit message (Expand) | Author |
| 2025-10-31 | uart: provide and use default rclk for JH7110 UART | Mitchell Horne |
| 2024-05-15 | uart: Honour clock-frequency in FDT for UART_FDT_CLASS if present | Jessica Clarke |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-05-06 | Remove unused uart_devclass. | John Baldwin |
| 2021-08-08 | Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights | Ed Maste |
| 2020-12-02 | uart: allow UART_DEV_DBGPORT for fdt consoles | Mitchell Horne |
| 2018-08-19 | add snps IP uart support / genaralize UART | Matt Macy |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-06-02 | Fix device lookup of for the stdout-path chosen property. | Andrew Turner |
| 2017-02-27 | Allow setting access-width for UART registers. | Ruslan Bukin |
| 2016-11-11 | Use ofw_bus_node_is_compatible in more drivers used on arm. | Andrew Turner |
| 2016-07-20 | We will be switching to a new arm64 uart cpu driver that handles both FDT | Andrew Turner |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-02-10 | Explicitly include <sys/systm.h>. Previously we were pulling it in due to | Andrew Turner |
| 2015-04-11 | Add support for the uart classes to set their default register shift value. | Andrew Turner |
| 2015-04-07 | Get the fdt uart driver working on arm64, there is no machine/fdt.h, and | Andrew Turner |
| 2015-04-07 | Fix uart_fdt_get_clock. It should have beed using the cell variable passed | Andrew Turner |
| 2015-04-04 | Move uart_fdt_get_clock and uart_fdt_get_shift to uart_bus_fdt.c, we may | Andrew Turner |
| 2015-04-04 | Remove the extra copy of uart_fdt_get_clock and uart_fdt_get_shift. While | Andrew Turner |
| 2015-04-04 | Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may give | Andrew Turner |
| 2015-03-07 | Move the uart_class definitions and fdt compat data into the individual | Ian Lepore |
| 2015-03-07 | Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full | Ian Lepore |
| 2015-01-13 | Rename Exynos UART driver. No functional change. | Ruslan Bukin |
| 2014-11-12 | Make uart_bus_fdt a decendant of ofwbus | Zbigniew Bodek |
| 2014-10-06 | Use documented compat string for msm uart. | Ganbold Tsagaankhuu |
| 2014-10-02 | Add uart driver for Qualcomm MSM 7000/8000 series chips. | Ganbold Tsagaankhuu |
| 2014-03-08 | Make clock optional on uart nodes. It is a FreeBSD-specific extention, | Warner Losh |
| 2014-02-02 | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore |
| 2014-01-23 | Add Atmel serial drivers. | Warner Losh |
| 2014-01-05 | Retire machine/fdt.h as a header used by MI code, as its function is now | Nathan Whitehorn |
| 2013-11-12 | Add support for Freescale Vybrid Family VF600 heterogeneous | Ruslan Bukin |
| 2013-11-02 | Arrange for uart_cpu_fdt's probe() routine to use the same table of compat | Ian Lepore |
| 2013-10-31 | Convert the if/else list of compatible devices to the table-driven | Ian Lepore |
| 2013-08-21 | Add support for uarts other than the serial console in TI OMAP SoCs. | Ian Lepore |
| 2013-08-21 | Check for generic ns16550 after all other types. A device may be compatible | Ian Lepore |
| 2013-06-29 | Teach UART to attach Exynos/s3/s5 class driver. | Aleksandr Rybalko |
| 2013-05-21 | Add basic support for FDT to i386 & amd64. This change includes: | Marcel Moolenaar |
| 2013-04-27 | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | Wojciech A. Koszek |
| 2013-03-20 | Integrate Efika MX project back to home. | Aleksandr Rybalko |
| 2012-12-13 | Prevent possible usage of uninitialized pbase variable by checking | Oleksandr Tymoshenko |
| 2012-08-30 | Add PrimeCell UART (PL011) driver | Oleksandr Tymoshenko |
| 2012-08-15 | Merging of projects/armv6, part 8 | Oleksandr Tymoshenko |
| 2012-08-15 | Merging of projects/armv6, part 4 | Oleksandr Tymoshenko |
| 2011-12-30 | Actually set the baudrate from the FDT. | Marcel Moolenaar |
| 2011-12-02 | Fix OF_finddevice error return value in case of FDT. | Jayachandran C. |
| 2011-01-17 | Check the environment for system devices before using the FDT. | Marcel Moolenaar |
| 2010-07-19 | Eliminate FDT_IMMR_VA define. | Rafal Jaworowski |
| 2010-06-02 | FDT (simplebus) compatible attachment for uart(4). | Rafal Jaworowski |