aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_ti8250.c
Commit message (Expand)AuthorAgeFilesLines
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-141-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Move Ti AM335x to dev/extres/clk framework.Michal Meloun2020-07-301-13/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch TI platform support code from using FreeBSD's custom-baked DTSOleksandr Tymoshenko2015-05-221-21/+10
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-2/+7
* Add support for uarts other than the serial console in TI OMAP SoCs.Ian Lepore2013-08-211-0/+141