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