| Age | Commit message (Expand) | Author |
| 2024-10-11 | uart: Small style tweak | Warner Losh |
| 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 |
| 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 |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-27 | Allow setting access-width for UART registers. | Ruslan Bukin |
| 2016-07-24 | Remove now unused functions from the FDT uart cpu driver. | Andrew Turner |
| 2016-07-20 | We will be switching to a new arm64 uart cpu driver that handles both FDT | Andrew Turner |
| 2016-04-26 | Stop including machine/fdt.h from the fdt uart code, it's unneeded. | Andrew Turner |
| 2016-04-26 | Do not include fdt.h on RISC-V. | Ruslan Bukin |
| 2016-02-23 | This code no longer references fdtbus_bs_tag, no need for a special extern | Ian Lepore |
| 2016-02-23 | Now that we have OF_decode_addr(), with proper MD implementations, to obtain | Ian Lepore |
| 2016-02-16 | Allow callers of OF_decode_addr to get the size of the found mapping. This | Andrew Turner |
| 2016-01-18 | Use OF_decode_addr() to create a bus_space tag and handle for the console | Ian Lepore |
| 2015-09-08 | Allow us to set the console device tree node. This is needed as not all | 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-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 | Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full | Ian Lepore |
| 2014-01-24 | clock-frequency is a FreeBSD-specific extention. Make it optional and | Warner Losh |
| 2013-11-02 | Arrange for uart_cpu_fdt's probe() routine to use the same table of compat | Ian Lepore |
| 2013-10-26 | Try even harder to find a console before giving up. | Nathan Whitehorn |
| 2013-10-26 | Be a bit more flexible in how we find the console from the properties on | Nathan Whitehorn |
| 2013-10-26 | machine/pmap.h is included by vm/pmap.h, so is redundant here. Thanks to | Nathan Whitehorn |
| 2013-10-26 | Fix build after r257111 by including headers with definition of pmap_kextract(). | Nathan Whitehorn |
| 2013-10-25 | Test UARTs physical address instead of virtual. | Aleksandr Rybalko |
| 2013-08-21 | Add support for uarts other than the serial console in TI OMAP SoCs. | Ian Lepore |
| 2013-08-21 | Use an if/else sequence rather than unrelated if statements, so that a | 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 |